From: Date: Wed, 1 Jun 2005 00:35:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc8ae455df85d0175b07137c7fac9a6f04019b3e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 804cba5aff..2ad763844b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,67 @@ +2005-05-31 Dmitry Stogov + + * main/php_variables.c + main/php_variables.c: + Fixed possible memory corruption on request shutdown + `valgrind -q --tool=memcheck sapi/cli/php tests/reflection/001.phpt` + +2005-05-31 Magnus Määttä + + * ZendEngine2/tests/bug27304.phpt: + Fix test + +2005-05-31 Jani Taskinen + + * (PHP_4_3) + NEWS + NEWS + ext/pcre/php_pcre.c + ext/pcre/php_pcre.c + ext/pcre/tests/bug33200.phpt + ext/pcre/tests/bug33200.phpt + ext/standard/php_string.h + ext/standard/php_string.h + ext/standard/string.c + ext/standard/string.c: + MFH: - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' + modifier misbehave) + + * ext/pcre/tests/bug33200.phpt + ext/pcre/tests/bug33200.phpt + ext/pcre/tests/bug33200.phpt + ext/standard/php_string.h + ext/standard/string.c: + 1.1.4; + - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' + modifier misbehave) + + * ext/pcre/php_pcre.c: + - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' + modifier misbehave) + +2005-05-31 Dmitry Stogov + + * ZendEngine2/zend_operators.c: + Reverted wrong fix for bug #30572. + Seems the bug was already fixed in other way. + But reverted patch produced a lot of valgrind errors, because IS_TMP_VAR + operands don't initialize refcount. + +2005-05-31 Jani Taskinen + + * ext/standard/var_unserializer.c: + Touch + + * ext/standard/var_unserializer.re + ext/standard/tests/serialize/006.phpt: + - Fixed bug with unserialize() with "exotic" letters in class names + +2005-05-31 Marcus Boerger + + * ZendEngine2/zend_compile.c: + - Only allow changing return ref agnostic when a script method overrides an + internal method (found by dmitry) + 2005-05-30 Ilia Alshanetsky * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index c724788b20..421852b19f 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,22 @@ +2005-05-31 Magnus Määttä + + * tests/bug27304.phpt: + Fix test + +2005-05-31 Dmitry Stogov + + * zend_operators.c: + Reverted wrong fix for bug #30572. + Seems the bug was already fixed in other way. + But reverted patch produced a lot of valgrind errors, because IS_TMP_VAR + operands don't initialize refcount. + +2005-05-31 Marcus Boerger + + * zend_compile.c: + - Only allow changing return ref agnostic when a script method overrides an + internal method (found by dmitry) + 2005-05-29 Jani Taskinen * Zend.m4: