From: Date: Sun, 17 Dec 2000 02:09:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.5RC1~874 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bb4b1e604b5186a29dcc2b0f6d15e5b26703713;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 27a1c396bf..dcbccc896d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2000-12-16 Andi Gutmans + + * ext/dba/dba.c: + - How did CVS let me commit this? Probably it confused with the branch + merge + + * ext/dba/dba_dbm.c: + - In PHP we're supposed to only use MAXPATHLEN (defined in php.h) + + * ext/standard/dir.c + main/fopen-wrappers.c + main/safe_mode.c + sapi/phttpd/phttpd.c + sapi/servlet/servlet.c + ext/dba/dba.c: + - Make all places use MAXPATHLEN in the same way. It includes the + terminating NULL. + +2000-12-16 Sam Ruby + + * sapi/servlet/servlet.c: AIX's XlC++ does not allow casts as an lvalue. + 2000-12-15 Hartmut Holzgraefe * run-tests.php: