From: Date: Sun, 18 Mar 2001 02:09:17 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.6RC1~661 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8178f3d489fca03d96b2d841153313e591a8569;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 8ad8731a11..809cf3bb76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2001-03-17 Zeev Suraski + + * main/main.c + main/php_ini.c + main/php_ini.h: + Recode delayed loading in a much simpler way (switched back to php_ini.c 1.49) + +2001-03-17 Stephen van Egmond + + * ext/standard/php_string.h: + fixed a (C++) warning about implicit conversion from void* + +2001-03-17 Christian Stocker + + * pear/Cache/Container/file.php: + GarbageCollection didn't work properly (wanted to delete files, relative + paths don't work in deconstructors) + + * pear/Cache.php + pear/Cache/Output.php: + GarbageCollection was moved into a PEAR-Deconstructor + +2001-03-17 Derick Rethans + + * ext/mcrypt/mcrypt.c: - MFH (memleak fix) + +2001-03-17 Anil Madhavapeddy + + * ltconfig: + Update libtool to support OpenBSD 2.8+ wrt shared libraries and + library dependencies. Tested on i386/sparc. + +2001-03-17 Daniel Beulshausen + + * win32/php4ts.dsw: fix dependencys + +2001-03-17 James Moore + + * ext/standard/credits.h + ext/standard/info.h + ext/standard/credits.c: MFH for website team credits. + +2001-03-17 Zeev Suraski + + * ext/standard/output.c: MFH + + * ext/standard/output.c: Fix the output buffering bug Andre found + 2001-03-16 Andrei Zmievski * ext/standard/array.c