]> granicus.if.org Git - php/log
php
24 years agoAdd missing enable_dl
Zeev Suraski [Mon, 26 Jun 2000 18:16:54 +0000 (18:16 +0000)]
Add missing enable_dl

24 years agoSupport boolean NOT in the php.ini processor
Zeev Suraski [Mon, 26 Jun 2000 18:15:49 +0000 (18:15 +0000)]
Support boolean NOT in the php.ini processor

24 years agoMake it possible to detect whether we're thread safe or not from PHP scripts and...
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

24 years agoSeparate plain name returned by php_sapi_module() and pretty name
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.

24 years agoFixed some protos.
Egon Schmid [Mon, 26 Jun 2000 17:57:46 +0000 (17:57 +0000)]
Fixed some protos.

24 years ago- Pray this is an OK fix for the DISCARD_PATH junk
Andi Gutmans [Mon, 26 Jun 2000 17:57:03 +0000 (17:57 +0000)]
- Pray this is an OK fix for the DISCARD_PATH junk

24 years ago- Please NEVER copy fopen_wrappers.c functions to modules. They are ugly
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.

24 years agoMake exec() fwork on Unix again
Stanislav Malyshev [Mon, 26 Jun 2000 17:12:38 +0000 (17:12 +0000)]
Make exec() fwork on Unix again

24 years agoTRACK_VARS is really no longer necessary...
Zeev Suraski [Mon, 26 Jun 2000 17:11:28 +0000 (17:11 +0000)]
TRACK_VARS is really no longer necessary...

24 years agomax_execution_time is no longer UNIX only...
Zeev Suraski [Mon, 26 Jun 2000 16:34:12 +0000 (16:34 +0000)]
max_execution_time is no longer UNIX only...

24 years agoRight name for the function persist_alloc
Stanislav Malyshev [Mon, 26 Jun 2000 16:26:20 +0000 (16:26 +0000)]
Right name for the function persist_alloc

24 years ago- Fix bug in virtual dir under Windows when using absolute paths without
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

24 years ago- Try two in fixing the problem with memory leaks reporting path_translated
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

24 years ago- Fix problem with filename being freed before possible memory leaks are
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

24 years ago- Add another "\n" at the end of error messages.
Andi Gutmans [Mon, 26 Jun 2000 15:37:28 +0000 (15:37 +0000)]
- Add another "\n" at the end of error messages.

24 years ago- Fixed another missing test for existing functions in libgd.
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.

24 years agoMake max_execution_time work properly when set to 0 under Win32 (disable)
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)

24 years agoCorrected a syntax error: Macro requires braces.
Kristian Köhntopp [Mon, 26 Jun 2000 14:55:38 +0000 (14:55 +0000)]
Corrected a syntax error: Macro requires braces.

24 years agoAdded function php_sapi_name() as written by Stefan Livieratos.
Kristian Köhntopp [Mon, 26 Jun 2000 14:43:37 +0000 (14:43 +0000)]
Added function php_sapi_name() as written by Stefan Livieratos.

24 years agoignore libs.mk
Andrei Zmievski [Mon, 26 Jun 2000 13:23:03 +0000 (13:23 +0000)]
ignore libs.mk

24 years agoFix up news.
Andrei Zmievski [Mon, 26 Jun 2000 13:22:19 +0000 (13:22 +0000)]
Fix up news.

24 years agoIf we freed it, we might not touch it
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

24 years ago- Test gdImagePaletteCopy and define HAVE_LIBGD15 if found.
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).

24 years agoFix for configure not setting the library path.
Stefan Roehrich [Mon, 26 Jun 2000 08:53:36 +0000 (08:53 +0000)]
Fix for configure not setting the library path.

24 years agotwo too many.
Sterling Hughes [Mon, 26 Jun 2000 08:23:34 +0000 (08:23 +0000)]
two too many.

24 years agoChangeLog update
<changelog@php.net> [Mon, 26 Jun 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Mon, 26 Jun 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update

24 years agoFix Bison version check
Sascha Schumann [Sun, 25 Jun 2000 22:48:02 +0000 (22:48 +0000)]
Fix Bison version check

24 years agoUpdate
Zeev Suraski [Sun, 25 Jun 2000 19:01:53 +0000 (19:01 +0000)]
Update

24 years agoMake the zlib DLL work with the stock zlib library
Zeev Suraski [Sun, 25 Jun 2000 19:00:38 +0000 (19:00 +0000)]
Make the zlib DLL work with the stock zlib library

24 years ago- Update .dsp
Zeev Suraski [Sun, 25 Jun 2000 18:54:55 +0000 (18:54 +0000)]
- Update .dsp
- Add Win32 'spec' file

24 years agoAnother late one.
Jouni Ahto [Sun, 25 Jun 2000 18:39:12 +0000 (18:39 +0000)]
Another late one.

24 years agoAdd it manually for the release.
Sterling Hughes [Sun, 25 Jun 2000 18:32:32 +0000 (18:32 +0000)]
Add it manually for the release.

24 years agoimap_sendmail.[ch] are missing... Whomever added them, please cvs add them and then
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...

24 years ago- Line breaks at 80 chars and change php4ts.dll -> php4isapi.dll
Andi Gutmans [Sun, 25 Jun 2000 18:18:29 +0000 (18:18 +0000)]
- Line breaks at 80 chars and change php4ts.dll -> php4isapi.dll

24 years ago- The check for bison nukes $1 and $2 which are used later on in the script
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 :)

24 years ago- Get ready to package
Andi Gutmans [Sun, 25 Jun 2000 18:00:57 +0000 (18:00 +0000)]
- Get ready to package

24 years agoNow its a todo.
Egon Schmid [Sun, 25 Jun 2000 17:55:13 +0000 (17:55 +0000)]
Now its a todo.

24 years agoGet rid of a warning
Zeev Suraski [Sun, 25 Jun 2000 17:54:52 +0000 (17:54 +0000)]
Get rid of a warning

24 years agoPHPAPI is invalid here...
Zeev Suraski [Sun, 25 Jun 2000 17:54:14 +0000 (17:54 +0000)]
PHPAPI is invalid here...

24 years agoIt was Jouni: Prevent Hartmut finding this until it is actually implemented...
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...

24 years ago- I wrote a long msg but the commit didn't go through.
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.

24 years ago- I wrote a long msg but the commit didn't go through.
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.

24 years agoAdd Win32 README file
Zeev Suraski [Sun, 25 Jun 2000 16:48:17 +0000 (16:48 +0000)]
Add Win32 README file

24 years agobetter description for recent serializer change
Sascha Schumann [Sun, 25 Jun 2000 15:53:44 +0000 (15:53 +0000)]
better description for recent serializer change

24 years agoThe second array_merge() is now array_merge_recursive().
Egon Schmid [Sun, 25 Jun 2000 13:21:37 +0000 (13:21 +0000)]
The second array_merge() is now array_merge_recursive().

24 years agoA droto is not a proto.
Egon Schmid [Sun, 25 Jun 2000 10:59:42 +0000 (10:59 +0000)]
A droto is not a proto.

24 years agoAdd version checking.
Sterling Hughes [Sun, 25 Jun 2000 03:26:49 +0000 (03:26 +0000)]
Add version checking.

24 years ago# Missing ;
Jouni Ahto [Sun, 25 Jun 2000 03:12:38 +0000 (03:12 +0000)]
# Missing ;

24 years agoProto.
Sterling Hughes [Sun, 25 Jun 2000 03:06:38 +0000 (03:06 +0000)]
Proto.

24 years ago@- Added the ImageCopyMerge, ImagePaletteCopy and ImageColorClosestHWB functions...
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

24 years ago- Added imagecreatefromwbmp().
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)

24 years agoChangeLog update
<changelog@php.net> [Sun, 25 Jun 2000 01:09:05 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNuke a warning
Zeev Suraski [Sat, 24 Jun 2000 22:11:11 +0000 (22:11 +0000)]
Nuke a warning

24 years agoCorrect protos call_user_func() and call_user_method().
Egon Schmid [Sat, 24 Jun 2000 18:46:17 +0000 (18:46 +0000)]
Correct protos call_user_func() and call_user_method().

24 years ago- winsnmp.c has moved to ext/snmp
Andi Gutmans [Sat, 24 Jun 2000 18:31:22 +0000 (18:31 +0000)]
- winsnmp.c has moved to ext/snmp

24 years agoRevice winsnmp.c from repo-copy
Sascha Schumann [Sat, 24 Jun 2000 17:10:57 +0000 (17:10 +0000)]
Revice winsnmp.c from repo-copy

24 years agocredit where credit's due
Zeev Suraski [Sat, 24 Jun 2000 16:32:25 +0000 (16:32 +0000)]
credit where credit's due

24 years agoApply the NSAPI patch
Zeev Suraski [Sat, 24 Jun 2000 16:31:10 +0000 (16:31 +0000)]
Apply the NSAPI patch

24 years ago- Close cursor immediately before reuse so that calling ibase_free_result is
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.

24 years ago- Forgot to remove comment
Andi Gutmans [Sat, 24 Jun 2000 16:24:01 +0000 (16:24 +0000)]
- Forgot to remove comment

24 years ago- Only use VIRTUAL_DIR in ZTS mode until it is thoroughly tested.
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.

24 years agoAlso install XML-related header files.
Sascha Schumann [Sat, 24 Jun 2000 15:45:24 +0000 (15:45 +0000)]
Also install XML-related header files.

24 years agoGet rid of files in the dl directory hierarchy.
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.

24 years agoStop including dl/phpdl.h.
Sascha Schumann [Sat, 24 Jun 2000 15:36:04 +0000 (15:36 +0000)]
Stop including dl/phpdl.h.

24 years ago- Make the output globals accessible from the outside world
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

24 years agoalloc.h has been removed from the Apache 1.3 CVS tree
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

24 years agoFix for bug #3983
Joey Smith [Sat, 24 Jun 2000 09:01:51 +0000 (09:01 +0000)]
Fix for bug #3983

24 years ago- Entries start with capital letters
Andi Gutmans [Sat, 24 Jun 2000 08:45:57 +0000 (08:45 +0000)]
- Entries start with capital letters

24 years ago<funcprototype> added to xml generation
Hartmut Holzgraefe [Sat, 24 Jun 2000 07:40:32 +0000 (07:40 +0000)]
<funcprototype> added to xml generation

24 years agoChangeLog update
<changelog@php.net> [Sat, 24 Jun 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Sat, 24 Jun 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update

24 years agoFix Win32 compilation
Zeev Suraski [Fri, 23 Jun 2000 23:13:35 +0000 (23:13 +0000)]
Fix Win32 compilation

24 years agoAdded a description to get_browser().
Egon Schmid [Fri, 23 Jun 2000 19:55:49 +0000 (19:55 +0000)]
Added a description to get_browser().

24 years agoFixed protos.
Egon Schmid [Fri, 23 Jun 2000 17:37:49 +0000 (17:37 +0000)]
Fixed protos.

24 years agoTypos.
Egon Schmid [Fri, 23 Jun 2000 17:09:54 +0000 (17:09 +0000)]
Typos.

24 years agoMake use of incomplete class API
Sascha Schumann [Fri, 23 Jun 2000 17:00:47 +0000 (17:00 +0000)]
Make use of incomplete class API

24 years agoAPI change: Use zval * instead of zval **
Sascha Schumann [Fri, 23 Jun 2000 16:58:30 +0000 (16:58 +0000)]
API change: Use zval * instead of zval **

24 years agoMove the incomplete class stuff into its own file, so that we can
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.

24 years agoFix UdmSearch spelling
Rasmus Lerdorf [Fri, 23 Jun 2000 16:37:56 +0000 (16:37 +0000)]
Fix UdmSearch spelling

24 years ago.
Sascha Schumann [Fri, 23 Jun 2000 16:29:46 +0000 (16:29 +0000)]
.

24 years agoChange the serialization semantics to:
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.

24 years ago- COMPILE_ERROR should only be used in Zend
Andi Gutmans [Fri, 23 Jun 2000 13:05:06 +0000 (13:05 +0000)]
- COMPILE_ERROR should only be used in Zend

24 years ago@- added spliti() function. (Thies)
Thies C. Arntzen [Fri, 23 Jun 2000 11:48:02 +0000 (11:48 +0000)]
@- added spliti() function. (Thies)

24 years agodebug-code removed
Hartmut Holzgraefe [Fri, 23 Jun 2000 05:49:32 +0000 (05:49 +0000)]
debug-code removed

24 years agothis change should solve all problems regarding trans_sid_id and
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" ...

24 years agoChangeLog update
<changelog@php.net> [Fri, 23 Jun 2000 01:09:05 +0000 (01:09 +0000)]
ChangeLog update

24 years agoRemove some unnecessary CLS_FETCH()s.
Sascha Schumann [Fri, 23 Jun 2000 00:53:33 +0000 (00:53 +0000)]
Remove some unnecessary CLS_FETCH()s.

24 years agoFix spacing and say that --with-oracle uses the oci7 interface
Rasmus Lerdorf [Fri, 23 Jun 2000 00:46:05 +0000 (00:46 +0000)]
Fix spacing and say that --with-oracle uses the oci7 interface

24 years ago- Not returning a value anymore
Andi Gutmans [Fri, 23 Jun 2000 00:11:54 +0000 (00:11 +0000)]
- Not returning a value anymore

24 years ago- Don't need SUCCESS/FAILURE anymore
Andi Gutmans [Fri, 23 Jun 2000 00:07:05 +0000 (00:07 +0000)]
- Don't need SUCCESS/FAILURE anymore

24 years ago- Add license
Andi Gutmans [Fri, 23 Jun 2000 00:04:53 +0000 (00:04 +0000)]
- Add license

24 years ago- Commit static allocator structure which we might use in an upcoming Zend
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

24 years ago- Fix asp_tags.
Andi Gutmans [Thu, 22 Jun 2000 23:00:01 +0000 (23:00 +0000)]
- Fix asp_tags.

24 years ago- Make Windows compile. Was missing crc32.c
Andi Gutmans [Thu, 22 Jun 2000 21:24:44 +0000 (21:24 +0000)]
- Make Windows compile. Was missing crc32.c

24 years ago- Oops I miss-wrote that field
Andi Gutmans [Thu, 22 Jun 2000 18:50:55 +0000 (18:50 +0000)]
- Oops I miss-wrote that field

24 years ago- Change API version and make the error messages more meaningful.
Andi Gutmans [Thu, 22 Jun 2000 18:47:39 +0000 (18:47 +0000)]
- Change API version and make the error messages more meaningful.

24 years agoUpdate to 4.0.1
Zeev Suraski [Thu, 22 Jun 2000 18:35:09 +0000 (18:35 +0000)]
Update to 4.0.1

24 years ago- Change cache size and only initialize part of it.
Andi Gutmans [Thu, 22 Jun 2000 18:33:09 +0000 (18:33 +0000)]
- Change cache size and only initialize part of it.

24 years ago- Improve memory cache performance and increase cache size. (Stas, Zend Engine)
Andi Gutmans [Thu, 22 Jun 2000 18:30:10 +0000 (18:30 +0000)]
- Improve memory cache performance and increase cache size. (Stas, Zend Engine)