From: Date: Fri, 9 May 2008 01:31:51 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0b1~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6aa7022b8f44f1618425ae8974fa2a9d2966fdcf;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b2337244cf..ef6ab92db5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,71 @@ +2008-05-08 Felipe Pena + + * (PHP_5_3) + ext/standard/basic_functions.c + ext/standard/tests/file/magic_quotes.phpt: + - Use PHP_DEP_FE and PHP_DEP_FALIAS (magic_quotes related functions) + + * (PHP_5_3) + ZendEngine2/zend_API.c + ZendEngine2/tests/bug31720.phpt + ext/standard/tests/array/array_filter_variation2.phpt + ext/standard/tests/array/array_map_variation17.phpt + ext/standard/tests/array/uasort_variation2.phpt: + - MFH: Fixed detection of invalid class name + + * ext/standard/user_filters.c: + - Fix data size + + * ZendEngine2/zend_API.c + ZendEngine2/tests/bug31720.phpt + ext/standard/tests/array/array_filter_variation2.phpt + ext/standard/tests/array/array_map_variation17.phpt + ext/standard/tests/array/array_walk_recursive_variation2.phpt + ext/standard/tests/array/array_walk_variation2.phpt + ext/standard/tests/array/uasort_variation2.phpt: + - Fixed detection of invalid class name + + * ZendEngine2/zend_API.c: + - Fix valgrind report (Conditional jump or move depends on uninitialised + value) + +2008-05-08 Etienne Kneuss + + * ext/spl/tests/bug38618.phpt: + Sync spl tests with 5.3 + + * (PHP_5_3) + ext/spl/tests/array_023.phpt: + Sync spl tests with HEAD + +2008-05-08 Felipe Pena + + * ext/imap/php_imap.c: + - Fixed double free + +2008-05-08 Dmitry Stogov + + * ext/soap/tests/bugs/bug42151.phpt + ext/soap/tests/bugs/bug42151.phpt + ext/soap/tests/bugs/bug42151.phpt: + Fixed test + +2008-05-08 Antony Dovgal + + * ext/soap/tests/bugs/bug42151.phpt + ext/soap/tests/bugs/bug42151.phpt + ext/soap/tests/bugs/bug42151.phpt: + fix test + +2008-05-08 Matt Wilmas + + * win32/build/Makefile: + Remove old references to flex.skl + + * (PHP_5_3) + ext/standard/math.c: + Fix build + 2008-05-07 Ilia Alshanetsky * ext/date/php_date.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 839d611fdd..b37df6d4a0 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,18 @@ +2008-05-08 Felipe Pena + + * (PHP_5_3) + zend_API.c + tests/bug31720.phpt: + - MFH: Fixed detection of invalid class name + + * zend_API.c + tests/bug31720.phpt: + - Fixed detection of invalid class name + + * zend_API.c: + - Fix valgrind report (Conditional jump or move depends on uninitialised + value) + 2008-05-07 Felipe Pena * (PHP_5_3)