From 82fb9f295fd2cfef32de0d2dee99ed03a2e76066 Mon Sep 17 00:00:00 2001 From: Date: Sun, 18 Mar 2007 01:31:01 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/ChangeLog b/ChangeLog index c991b8be7de..54493ff6ae3 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