From: Date: Sun, 18 Mar 2007 01:31:01 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82fb9f295fd2cfef32de0d2dee99ed03a2e76066;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c991b8be7d..54493ff6ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2007-03-17 Johannes Schlüter + + * ext/reflection/php_reflection.c + ext/reflection/tests/bug39884.phpt: + - Fix string compare in unicode mode + +2007-03-17 Antony Dovgal + + * (PHP_5_2) + NEWS + ext/reflection/php_reflection.c: + MFH: fix #40794 (ReflectionObject::getValues() may crash when used with + dynamic properties) + + * ext/reflection/php_reflection.c: + fix #40794 (ReflectionObject::getValues() may crash when used with dynamic + properties) + + * (PHP_5_2) + sapi/cli/tests/004.phpt + sapi/cli/tests/005.phpt + sapi/cli/tests/006.phpt: + fix tests + + * sapi/cli/tests/004.phpt + sapi/cli/tests/005.phpt + sapi/cli/tests/006.phpt: + fix tests + + I was absolutely sure we removed --disable-reflection option. + 2007-03-16 Zoe Slattery * ext/standard/tests/strings/strcasecmp.phpt