]>
granicus.if.org Git - php/log
Zeev Suraski [Mon, 26 Jun 2000 18:16:54 +0000 (18:16 +0000)]
Add missing enable_dl
Zeev Suraski [Mon, 26 Jun 2000 18:15:49 +0000 (18:15 +0000)]
Support boolean NOT in the php.ini processor
Zeev Suraski [Mon, 26 Jun 2000 18:15:33 +0000 (18:15 +0000)]
Make it possible to detect whether we're thread safe or not from PHP scripts and the php.ini
file
Andrei Zmievski [Mon, 26 Jun 2000 18:05:55 +0000 (18:05 +0000)]
Separate plain name returned by php_sapi_module() and pretty name
used for output.
Egon Schmid [Mon, 26 Jun 2000 17:57:46 +0000 (17:57 +0000)]
Fixed some protos.
Andi Gutmans [Mon, 26 Jun 2000 17:57:03 +0000 (17:57 +0000)]
- Pray this is an OK fix for the DISCARD_PATH junk
Zeev Suraski [Mon, 26 Jun 2000 17:40:24 +0000 (17:40 +0000)]
- Please NEVER copy fopen_wrappers.c functions to modules. They are ugly
- enough as is and need cleaning up. Duplicating the mess makes things just
- worse and prevents bug fixes in the functions from propogating throughout
- PHP.
- This fix is untested so someone who uses zlib, please test it and report
- back.
Stanislav Malyshev [Mon, 26 Jun 2000 17:12:38 +0000 (17:12 +0000)]
Make exec() fwork on Unix again
Zeev Suraski [Mon, 26 Jun 2000 17:11:28 +0000 (17:11 +0000)]
TRACK_VARS is really no longer necessary...
Zeev Suraski [Mon, 26 Jun 2000 16:34:12 +0000 (16:34 +0000)]
max_execution_time is no longer UNIX only...
Stanislav Malyshev [Mon, 26 Jun 2000 16:26:20 +0000 (16:26 +0000)]
Right name for the function persist_alloc
Zeev Suraski [Mon, 26 Jun 2000 16:24:28 +0000 (16:24 +0000)]
- Fix bug in virtual dir under Windows when using absolute paths without
- drive letter
Andi Gutmans [Mon, 26 Jun 2000 16:17:58 +0000 (16:17 +0000)]
- Try two in fixing the problem with memory leaks reporting path_translated
Zeev Suraski [Mon, 26 Jun 2000 15:55:59 +0000 (15:55 +0000)]
- Fix problem with filename being freed before possible memory leaks are
- reported by the memory manager
Andi Gutmans [Mon, 26 Jun 2000 15:37:28 +0000 (15:37 +0000)]
- Add another "\n" at the end of error messages.
Jouni Ahto [Mon, 26 Jun 2000 15:23:52 +0000 (15:23 +0000)]
- Fixed another missing test for existing functions in libgd.
# This too should go in 4.0.1 if just possible.
Zeev Suraski [Mon, 26 Jun 2000 15:17:36 +0000 (15:17 +0000)]
Make max_execution_time work properly when set to 0 under Win32 (disable)
Kristian Köhntopp [Mon, 26 Jun 2000 14:55:38 +0000 (14:55 +0000)]
Corrected a syntax error: Macro requires braces.
Kristian Köhntopp [Mon, 26 Jun 2000 14:43:37 +0000 (14:43 +0000)]
Added function php_sapi_name() as written by Stefan Livieratos.
Andrei Zmievski [Mon, 26 Jun 2000 13:23:03 +0000 (13:23 +0000)]
ignore libs.mk
Andrei Zmievski [Mon, 26 Jun 2000 13:22:19 +0000 (13:22 +0000)]
Fix up news.
Stanislav Malyshev [Mon, 26 Jun 2000 12:26:40 +0000 (12:26 +0000)]
If we freed it, we might not touch it
# BTW, this is not a real fix - we still might use it
# when reporting memory leaks, but at least we won't reference
# unitialized memory
Jouni Ahto [Mon, 26 Jun 2000 12:23:02 +0000 (12:23 +0000)]
- Test gdImagePaletteCopy and define HAVE_LIBGD15 if found.
- s/HAVE_LIBGD13/HAVE_LIBGD15/ in ImagePaletteCopy, ImageCopyMerge.
# This really should go into 4.0.1 or we'll get a lot of complaints from
# people using older versions of gd (because it still supports gif).
Stefan Roehrich [Mon, 26 Jun 2000 08:53:36 +0000 (08:53 +0000)]
Fix for configure not setting the library path.
Sterling Hughes [Mon, 26 Jun 2000 08:23:34 +0000 (08:23 +0000)]
two too many.
<changelog@php.net> [Mon, 26 Jun 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 26 Jun 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update
Sascha Schumann [Sun, 25 Jun 2000 22:48:02 +0000 (22:48 +0000)]
Fix Bison version check
Zeev Suraski [Sun, 25 Jun 2000 19:01:53 +0000 (19:01 +0000)]
Update
Zeev Suraski [Sun, 25 Jun 2000 19:00:38 +0000 (19:00 +0000)]
Make the zlib DLL work with the stock zlib library
Zeev Suraski [Sun, 25 Jun 2000 18:54:55 +0000 (18:54 +0000)]
- Update .dsp
- Add Win32 'spec' file
Jouni Ahto [Sun, 25 Jun 2000 18:39:12 +0000 (18:39 +0000)]
Another late one.
Sterling Hughes [Sun, 25 Jun 2000 18:32:32 +0000 (18:32 +0000)]
Add it manually for the release.
Zeev Suraski [Sun, 25 Jun 2000 18:29:05 +0000 (18:29 +0000)]
imap_sendmail.[ch] are missing... Whomever added them, please cvs add them and then
readd them to the project...
Andi Gutmans [Sun, 25 Jun 2000 18:18:29 +0000 (18:18 +0000)]
- Line breaks at 80 chars and change php4ts.dll -> php4isapi.dll
Andi Gutmans [Sun, 25 Jun 2000 18:06:04 +0000 (18:06 +0000)]
- The check for bison nukes $1 and $2 which are used later on in the script
- This needs to be fixed sometime. I have 1.28 on my system :)
Andi Gutmans [Sun, 25 Jun 2000 18:00:57 +0000 (18:00 +0000)]
- Get ready to package
Egon Schmid [Sun, 25 Jun 2000 17:55:13 +0000 (17:55 +0000)]
Now its a todo.
Zeev Suraski [Sun, 25 Jun 2000 17:54:52 +0000 (17:54 +0000)]
Get rid of a warning
Zeev Suraski [Sun, 25 Jun 2000 17:54:14 +0000 (17:54 +0000)]
PHPAPI is invalid here...
Egon Schmid [Sun, 25 Jun 2000 17:21:04 +0000 (17:21 +0000)]
It was Jouni: Prevent Hartmut finding this until it is actually implemented...
Andi Gutmans [Sun, 25 Jun 2000 17:05:22 +0000 (17:05 +0000)]
- I wrote a long msg but the commit didn't go through.
- So here is the short version:
- a) Start moving to binary opens in Windows
- b) Give checkuid_mode() a small face lift including the fopen-wrappers.c
- The mode to this function should at least be a #define but that is for
- another day. Anyway this whole stuff should be given more face lifts in
- the future.
Zeev Suraski [Sun, 25 Jun 2000 17:02:59 +0000 (17:02 +0000)]
- I wrote a long msg but the commit didn't go through.
- So here is the short version:
- a) Start moving to binary opens in Windows
- b) Give checkuid_mode() a small face lift including the fopen-wrappers.c
- The mode to this function should at least be a #define but that is for
- another day. Anyway this whole stuff should be given more face lifts in
- the future.
Zeev Suraski [Sun, 25 Jun 2000 16:48:17 +0000 (16:48 +0000)]
Add Win32 README file
Sascha Schumann [Sun, 25 Jun 2000 15:53:44 +0000 (15:53 +0000)]
better description for recent serializer change
Egon Schmid [Sun, 25 Jun 2000 13:21:37 +0000 (13:21 +0000)]
The second array_merge() is now array_merge_recursive().
Egon Schmid [Sun, 25 Jun 2000 10:59:42 +0000 (10:59 +0000)]
A droto is not a proto.
Sterling Hughes [Sun, 25 Jun 2000 03:26:49 +0000 (03:26 +0000)]
Add version checking.
Jouni Ahto [Sun, 25 Jun 2000 03:12:38 +0000 (03:12 +0000)]
# Missing ;
Sterling Hughes [Sun, 25 Jun 2000 03:06:38 +0000 (03:06 +0000)]
Proto.
Sterling Hughes [Sun, 25 Jun 2000 02:55:31 +0000 (02:55 +0000)]
@- Added the ImageCopyMerge, ImagePaletteCopy and ImageColorClosestHWB functions. (Sterling)
-Added the ImageCopyMerge, ImagePaletteCopy and ImageColorClosestHWB functions
Jouni Ahto [Sun, 25 Jun 2000 01:44:15 +0000 (01:44 +0000)]
- Added imagecreatefromwbmp().
- Fixed missing parenthesis when calling function get_active_function_name.
@- Added function imagecreatefromwbmp(). (Jouni)
<changelog@php.net> [Sun, 25 Jun 2000 01:09:05 +0000 (01:09 +0000)]
ChangeLog update
Zeev Suraski [Sat, 24 Jun 2000 22:11:11 +0000 (22:11 +0000)]
Nuke a warning
Egon Schmid [Sat, 24 Jun 2000 18:46:17 +0000 (18:46 +0000)]
Correct protos call_user_func() and call_user_method().
Andi Gutmans [Sat, 24 Jun 2000 18:31:22 +0000 (18:31 +0000)]
- winsnmp.c has moved to ext/snmp
Sascha Schumann [Sat, 24 Jun 2000 17:10:57 +0000 (17:10 +0000)]
Revice winsnmp.c from repo-copy
Zeev Suraski [Sat, 24 Jun 2000 16:32:25 +0000 (16:32 +0000)]
credit where credit's due
Zeev Suraski [Sat, 24 Jun 2000 16:31:10 +0000 (16:31 +0000)]
Apply the NSAPI patch
Jouni Ahto [Sat, 24 Jun 2000 16:24:29 +0000 (16:24 +0000)]
- Close cursor immediately before reuse so that calling ibase_free_result is
not necessary anymore. Seems to also prevent a a situation where at request
shutdown cursor was first dropped and tried to close it afterwards when
all the resources were not manually freed, and could occasionally segfault.
Andi Gutmans [Sat, 24 Jun 2000 16:24:01 +0000 (16:24 +0000)]
- Forgot to remove comment
Andi Gutmans [Sat, 24 Jun 2000 16:10:18 +0000 (16:10 +0000)]
- Only use VIRTUAL_DIR in ZTS mode until it is thoroughly tested.
- Mutex popen() in Windows as the UNIX trick doesn't work there.
Sascha Schumann [Sat, 24 Jun 2000 15:45:24 +0000 (15:45 +0000)]
Also install XML-related header files.
Sascha Schumann [Sat, 24 Jun 2000 15:41:46 +0000 (15:41 +0000)]
Get rid of files in the dl directory hierarchy.
PHP compiles without them under Unix, please test this also under Win32.
Sascha Schumann [Sat, 24 Jun 2000 15:36:04 +0000 (15:36 +0000)]
Stop including dl/phpdl.h.
Zeev Suraski [Sat, 24 Jun 2000 13:27:34 +0000 (13:27 +0000)]
- Make the output globals accessible from the outside world
- Fix Win32 compilation
Sascha Schumann [Sat, 24 Jun 2000 11:39:37 +0000 (11:39 +0000)]
alloc.h has been removed from the Apache 1.3 CVS tree
Joey Smith [Sat, 24 Jun 2000 09:01:51 +0000 (09:01 +0000)]
Fix for bug #3983
Andi Gutmans [Sat, 24 Jun 2000 08:45:57 +0000 (08:45 +0000)]
- Entries start with capital letters
Hartmut Holzgraefe [Sat, 24 Jun 2000 07:40:32 +0000 (07:40 +0000)]
<funcprototype> added to xml generation
<changelog@php.net> [Sat, 24 Jun 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 24 Jun 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update
Zeev Suraski [Fri, 23 Jun 2000 23:13:35 +0000 (23:13 +0000)]
Fix Win32 compilation
Egon Schmid [Fri, 23 Jun 2000 19:55:49 +0000 (19:55 +0000)]
Added a description to get_browser().
Egon Schmid [Fri, 23 Jun 2000 17:37:49 +0000 (17:37 +0000)]
Fixed protos.
Egon Schmid [Fri, 23 Jun 2000 17:09:54 +0000 (17:09 +0000)]
Typos.
Sascha Schumann [Fri, 23 Jun 2000 17:00:47 +0000 (17:00 +0000)]
Make use of incomplete class API
Sascha Schumann [Fri, 23 Jun 2000 16:58:30 +0000 (16:58 +0000)]
API change: Use zval * instead of zval **
Sascha Schumann [Fri, 23 Jun 2000 16:46:04 +0000 (16:46 +0000)]
Move the incomplete class stuff into its own file, so that we can
make it easier accessible to WDDX.
Rasmus Lerdorf [Fri, 23 Jun 2000 16:37:56 +0000 (16:37 +0000)]
Fix UdmSearch spelling
Sascha Schumann [Fri, 23 Jun 2000 16:29:46 +0000 (16:29 +0000)]
.
Sascha Schumann [Fri, 23 Jun 2000 16:21:31 +0000 (16:21 +0000)]
Change the serialization semantics to:
* if a certain object is of class INCOMPLETE_CLASS, the serializer will
lookup the previously stored original class name of that object, and
use that class name to serialize the object.
Change the deserialization semantics to:
* if the class of an object, which is to be instantiated, is not found
in the current context, the class name will be stored for later
retrieval, and the class of that object is changed to INCOMPLETE_CLASS.
All function calls, property gets, and property sets operating on an
object of class INCOMPLETE_CLASS cause the execution to halt and to
output an informative error message.
Andi Gutmans [Fri, 23 Jun 2000 13:05:06 +0000 (13:05 +0000)]
- COMPILE_ERROR should only be used in Zend
Thies C. Arntzen [Fri, 23 Jun 2000 11:48:02 +0000 (11:48 +0000)]
@- added spliti() function. (Thies)
Hartmut Holzgraefe [Fri, 23 Jun 2000 05:49:32 +0000 (05:49 +0000)]
debug-code removed
Hartmut Holzgraefe [Fri, 23 Jun 2000 05:42:41 +0000 (05:42 +0000)]
this change should solve all problems regarding trans_sid_id and
"empty" href urls like "", "#name", "?param=val" ...
<changelog@php.net> [Fri, 23 Jun 2000 01:09:05 +0000 (01:09 +0000)]
ChangeLog update
Sascha Schumann [Fri, 23 Jun 2000 00:53:33 +0000 (00:53 +0000)]
Remove some unnecessary CLS_FETCH()s.
Rasmus Lerdorf [Fri, 23 Jun 2000 00:46:05 +0000 (00:46 +0000)]
Fix spacing and say that --with-oracle uses the oci7 interface
Andi Gutmans [Fri, 23 Jun 2000 00:11:54 +0000 (00:11 +0000)]
- Not returning a value anymore
Andi Gutmans [Fri, 23 Jun 2000 00:07:05 +0000 (00:07 +0000)]
- Don't need SUCCESS/FAILURE anymore
Andi Gutmans [Fri, 23 Jun 2000 00:04:53 +0000 (00:04 +0000)]
- Add license
Andi Gutmans [Fri, 23 Jun 2000 00:04:05 +0000 (00:04 +0000)]
- Commit static allocator structure which we might use in an upcoming Zend
- change
Andi Gutmans [Thu, 22 Jun 2000 23:00:01 +0000 (23:00 +0000)]
- Fix asp_tags.
Andi Gutmans [Thu, 22 Jun 2000 21:24:44 +0000 (21:24 +0000)]
- Make Windows compile. Was missing crc32.c
Andi Gutmans [Thu, 22 Jun 2000 18:50:55 +0000 (18:50 +0000)]
- Oops I miss-wrote that field
Andi Gutmans [Thu, 22 Jun 2000 18:47:39 +0000 (18:47 +0000)]
- Change API version and make the error messages more meaningful.
Zeev Suraski [Thu, 22 Jun 2000 18:35:09 +0000 (18:35 +0000)]
Update to 4.0.1
Andi Gutmans [Thu, 22 Jun 2000 18:33:09 +0000 (18:33 +0000)]
- Change cache size and only initialize part of it.
Andi Gutmans [Thu, 22 Jun 2000 18:30:10 +0000 (18:30 +0000)]
- Improve memory cache performance and increase cache size. (Stas, Zend Engine)