1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

ChangeLog update

This commit is contained in:
2008-12-07 01:33:28 +00:00
parent 215167f7e9
commit b3a553f526

View File

@@ -1,3 +1,29 @@
2008-12-06 Scott MacVicar <scott@macvicar.net>
* (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 <php@marcus-boerger.de>
* 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 <zoe.slattery@googlemail.com>
* 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 <robin@soal.org>
* (PHP_5_3)