From: Date: Mon, 22 May 2000 01:09:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.0~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2588fd0bdda8143c1f3f0c9df9b175964d03d20;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c68cf8543a..e67078d0fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2000-05-21 Sterling Hughes + + * ext/dba/dba_cdb.c: fix bug 4533 + +2000-05-21 Jouni Ahto + + * ext/standard/basic_functions.c: + Fix #4230. Putenv() was modifying its argument, a no-no. + +2000-05-21 Andi Gutmans + + * main.c: + - Move activate_models() back to where it was. I don't want to make such + - an optimization right before 4.0.0. Who knows, maybe one of the phpinfo() + - functions depends on some information only available after RINIT. + - In any case, my fix for .phps stays in. + + * main.c: + - Fix Apache php source highlighting mode. It was crashing due to the + - module shutdown functions being called when the startup functions weren't + - being called. + +2000-05-21 Sam Ruby + + * sapi/servlet/cookies.php: use simpler foreach instead of while + + * ext/java/reflect.java: passing Strings as Objects + +2000-05-21 Andreas Karajannis + + * ext/odbc/php_odbc.c: Turn off retrieving the whole error stack + 2000-05-20 Hartmut Holzgraefe * ext/standard/php_string.h