From: Date: Wed, 14 Jun 2000 02:14:39 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.1RC~205 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7272d029a5f5147168ec863c74dcb261b88d8095;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 03505beab9..896c1d8fb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,98 @@ +2000-06-13 Andrei Zmievski + + * main/main.c: + Plus a leak when both register_globals and track_vars are off. + +2000-06-13 Stig Venaas + + * NEWS: News of ldap_add() and ldap_modify() fix. + + * ext/ldap/ldap.c: + Also need to 0-terminate when adding/modifying an array of values. + + * ext/ldap/ldap.c: + Think have to 0-terminate mod_values strings, got trailing garbage, + this fixes bug #5001 I think. + +2000-06-13 Andrei Zmievski + + * ext/standard/basic_functions.c + ext/standard/link.c + ext/standard/php_link.h: + We should define symlink functions only when HAVE_SYMLINK is defined. + Otherwise, they should be aliased as not available. + +2000-06-13 Sascha Schumann + + * sapi/apache/config.m4: + Due to creating the Makefiles later, generating libphp4.module failed, + because sapi/apache had not been created. This applies to VPATH builds + only. + +2000-06-13 Andrei Zmievski + + * TODO: array_uniq() has been implemented by someone else. + +2000-06-13 Sascha Schumann + + * ext/standard/php_math.h: + Include in php_math.h. This is necessary, because we might + otherwise redefine system macros. + + * ext/standard/phpdir.h: + Delete phpdir.h. Someone moved this to php_dir.h in the past and + forgot to delete it. + + * ext/standard/basic_functions.c + ext/standard/math.c + ext/standard/php_math.h + ext/standard/php_standard.h + ext/standard/phpmath.h + ext/standard/rand.c: Rename phpmath.h to php_math.h. + +2000-06-13 Thies C. Arntzen + + * ext/standard/file.c: + copy() now creates the destination file with mode 0777 again. this is + the way it used to be in PHP 3 + +2000-06-13 Andrei Zmievski + + * NEWS: Damn. + + * NEWS: Forgot to add this yesterday. + +2000-06-13 Jim Jagielski + + * NEWS + ext/db/db.c: O_APPEND breaks 'c' for DBM files - this is handled + correctly by PHP3, so it's almost a forward'' port :) + +2000-06-13 Sascha Schumann + + * ext/standard/var.c + sapi/cgi/cgi_main.c: Proper casts + + * ext/standard/scanf.c: + Remove extra cast. `ch' is already of type `char *'. + + This unbreaks the build with xlc on AIX. + + * ext/standard/basic_functions.c: Remove single ; + + * configure.in: Fix spelling + +2000-06-13 Andrei Zmievski + + * ext/standard/math.c: + (php_math_number_format) Simplifying the logic also fixed bugs #4954 + and #4998. + +2000-06-13 Charles Hagenbuch + + * ext/mcal/config.m4: + Check more locations. Submitted by Anil Madhavapeddy + 2000-06-12 David Hedbor * sapi/roxen/config.m4: Removed obsolete, commented line