From 392e856bc240e98d71129c2dafa165b4a5231998 Mon Sep 17 00:00:00 2001 From: Date: Tue, 27 Jun 2000 01:09:05 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 134 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2ab35ab0fdf..62747815897 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,137 @@ +2000-06-26 Zeev Suraski + + * NEWS + ext/standard/file.c: + Removed 8KB limit on line length of the file() function + + * NEWS + ext/standard/dl.c: + - Disabled dl() when PHP is being used as a module inside a multithreaded web + server - it didn't work before, and caused weird results (Zeev) + +2000-06-26 Andi Gutmans + + * ext/zlib/zlib.c: + - Don't depend on USE_PATH being equal to 1. Use #define value + +2000-06-26 Zeev Suraski + + * php.ini-dist + php.ini-optimized: Add missing enable_dl + + * main/configuration-parser.y + main/configuration-scanner.l: + Support boolean NOT in the php.ini processor + +2000-06-26 Andrei Zmievski + + * sapi/servlet/servlet.c + sapi/thttpd/thttpd.c + sapi/roxen/roxen.c + sapi/pi3web/pi3web_sapi.c + sapi/nsapi/nsapi.c + sapi/phttpd/phttpd.c + sapi/cgi/cgi_main.c + sapi/isapi/php4isapi.c + sapi/apache/mod_php4.c + ext/standard/info.c + main/SAPI.h + sapi/aolserver/aolserver.c: + Separate plain name returned by php_sapi_module() and pretty name + used for output. + +2000-06-26 Egon Schmid + + * ext/standard/file.c: Fixed some protos. + +2000-06-26 Andi Gutmans + + * sapi/cgi/cgi_main.c: - Pray this is an OK fix for the DISCARD_PATH junk + +2000-06-26 Zeev Suraski + + * ext/zlib/zlib.c: + - 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. + +2000-06-26 Stanislav Malyshev + + * ext/standard/exec.c: Make exec() fwork on Unix again + +2000-06-26 Zeev Suraski + + * configure.in + main/config.w32.h + main/main.c: TRACK_VARS is really no longer necessary... + + * php.ini-dist + php.ini-optimized: max_execution_time is no longer UNIX only... + +2000-06-26 Stanislav Malyshev + + * sapi/cgi/cgi_main.c: Right name for the function persist_alloc + +2000-06-26 Zeev Suraski + + * main/php_virtual_cwd.c: + - Fix bug in virtual dir under Windows when using absolute paths without + - drive letter + +2000-06-26 Andi Gutmans + + * sapi/cgi/cgi_main.c: + - Try two in fixing the problem with memory leaks reporting path_translated + +2000-06-26 Zeev Suraski + + * sapi/cgi/cgi_main.c: + - Fix problem with filename being freed before possible memory leaks are + - reported by the memory manager + +2000-06-26 Jouni Ahto + + * ext/gd/config.m4 + ext/gd/gd.c: + - Fixed another missing test for existing functions in libgd. + +2000-06-26 Kristian Köhntopp + + * ext/standard/info.c: Corrected a syntax error: Macro requires braces. + + * ext/standard/info.c + ext/standard/info.h + ext/standard/basic_functions.c: + Added function php_sapi_name() as written by Stefan Livieratos. + +2000-06-26 Andrei Zmievski + + * .cvsignore: ignore libs.mk + + * NEWS: Fix up news. + +2000-06-26 Stanislav Malyshev + + * sapi/cgi/cgi_main.c: If we freed it, we might not touch it + +2000-06-26 Jouni Ahto + + * ext/gd/config.m4 + ext/gd/gd.c: + - Test gdImagePaletteCopy and define HAVE_LIBGD15 if found. + - s/HAVE_LIBGD13/HAVE_LIBGD15/ in ImagePaletteCopy, ImageCopyMerge. + +2000-06-26 Stefan Roehrich + + * ext/zlib/config.m4: Fix for configure not setting the library path. + +2000-06-26 Sterling Hughes + + * NEWS: two too many. + 2000-06-25 Sascha Schumann * makedist: Fix Bison version check