From: Date: Thu, 13 Dec 2007 01:31:28 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~1192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d2f0d8ab627b5a93e5a73c9796a0c2224987c33;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b406e247b5..b38ae141e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2007-12-12 Antony Dovgal + + * (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 + + * (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 * (PHP_5_3)