From: Date: Sun, 7 Dec 2008 01:33:28 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4875 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3a553f526f2cb04022badf97c3fee526bb0a19c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index dc4bb4527a..adf6e7606d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2008-12-06 Scott MacVicar + + * (PHP_5_3) + ext/filter/filter.c: + MFB: Back out bugfix for #42718 as this broke magic_quotes_gpc + + * (PHP_5_2) + ext/filter/filter.c: + Back out bugfix for #42718 as this broke magic_quotes_gpc + +2008-12-06 Marcus Boerger + + * ext/spl/spl_functions.c + ext/spl/spl_functions.h: + - Remove more dead code + + * ext/spl/spl_engine.h: + - Drop dead code + +2008-12-06 Zoe Slattery + + * run-tests.php + run-tests.php + run-tests.php: + More changes to allow the same tests to be used with PHP5 and PHP6 + 2008-12-05 Robin Fernandes * (PHP_5_3)