changelog Sun Mar 18 01:31:02 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2632&r2=1.2633&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2632 php-src/ChangeLog:1.2633
--- php-src/ChangeLog:1.2632 Sat Mar 17 01:31:05 2007
+++ php-src/ChangeLog Sun Mar 18 01:31:01 2007
@@ -1,3 +1,34 @@
+2007-03-17 Johannes Schlüter <[EMAIL PROTECTED]>
+
+ * ext/reflection/php_reflection.c
+ ext/reflection/tests/bug39884.phpt:
+ - Fix string compare in unicode mode
+
+2007-03-17 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* ext/standard/tests/strings/strcasecmp.phpt