changelog Thu Dec 13 01:31:29 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2896&r2=1.2897&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2896 php-src/ChangeLog:1.2897
--- php-src/ChangeLog:1.2896 Wed Dec 12 01:31:25 2007
+++ php-src/ChangeLog Thu Dec 13 01:31:28 2007
@@ -1,3 +1,26 @@
+2007-12-12 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ run-tests.php:
+ MFH: add support for Valgrind 3.3.0 (which doesn't have
--log-file-exactly
+ option)
+
+ * run-tests.php:
+ add support for Valgrind 3.3.0 (which doesn't have --log-file-exactly
+ option)
+
+2007-12-12 David Coallier <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/spl/spl_array.c:
+ - Nitpicking, using same code (without unicode handling) than in HEAD
+ just removed useless } else {
+
+ * ext/spl/tests/bug41528.phpt
+ ext/spl/tests/bug41528.phpt:
+
+ file bug41528.phpt was initially added on branch PHP_5_3.
+
2007-12-11 Ilia Alshanetsky <[EMAIL PROTECTED]>
* (PHP_5_3)