]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 18 Mar 2007 01:31:01 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Sun, 18 Mar 2007 01:31:01 +0000 (01:31 +0000)
ChangeLog

index c991b8be7de898d2892741455f7d98a3f92f4042..54493ff6ae3dd1c61cca0a94d71a2133b6bf0c51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2007-03-17  Johannes Schlüter  <johannes@schlueters.de>
+
+    * ext/reflection/php_reflection.c
+      ext/reflection/tests/bug39884.phpt:
+      - Fix string compare in unicode mode
+
+2007-03-17  Antony Dovgal  <antony@zend.com>
+
+    * (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  <zoe@uk.ibm.com>
 
     * ext/standard/tests/strings/strcasecmp.phpt