From: Date: Fri, 2 Aug 2002 00:23:21 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: dev~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82b5dc103f205ae51eb4de7662035eb50265f558;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 265adf7a11..24fb5af345 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,71 @@ +2002-08-01 sr + + * main/SAPI.c: Fixed wrong usage of strncmp. + +2002-08-01 rodif_bl + + * ext/standard/array.c: array_pop wasnt setting next index + +2002-08-01 sniper + + * ext/standard/array.c: That was not correct.. + + * ext/standard/array.c: Reset index when doing array_pop() + + * ext/standard/tests/array/006.phpt: Add test for the index resetting. + +2002-08-01 Rasmus Lerdorf + + * ext/standard/exec.c: Ugh + +2002-08-01 kalowsky + + * ext/imap/php_imap.c: + Adding in some BC for users to imap_get_quota() function + +2002-08-01 sniper + + * ext/standard/tests/array/005.phpt + ext/standard/tests/array/006.phpt: + Added tests for array_shift/array_pop. + + * ext/standard/array.c: Nuke compile warning. + + * ext/standard/array.c: - Removed the DOS line endings + - Changed the '//' comment (this is C, not C++) to /* */ + + * tests/func/006.phpt: + Fix the levels. (php.ini-dist has output_buffering OFF) + + * tests/lang/034.phpt: Use the constant instead of string for locale type. + +2002-08-01 Sascha Schumann + + * ext/pgsql/config.m4: MFH *.a check + +2002-08-01 helly + + * main/SAPI.c: + - free mimetype and statusline early if no longer needed or in deactivation + +2002-08-01 Rasmus Lerdorf + + * main/SAPI.c: Need room for the \0 here to avoid an overflow + +2002-08-01 Zeev Suraski + + * ext/mbstring/mbstring.c: MFH per Rui's request + +2002-08-01 rodif_bl + + * ext/standard/array.c: + made array_shift re-index like it did before previous fix + +2002-08-01 yohgaki + + * main/php_variables.c: MFH + Cannot take NULL w/o mbstring. + 2002-07-31 jason * NEWS: perhaps this tiem i will get it right diff --git a/Zend/ChangeLog b/Zend/ChangeLog index eaa4cbf223..9856f718ca 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2002-08-01 stas + + * zend_execute.c + zend_hash.c: MFZE1 + 2002-07-30 jason * zend_compile.c