From: Date: Wed, 10 Dec 2008 01:33:21 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4842 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89ba681ba33976b95b655a7e649cf69bba92857f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e297e33951..dfb5a7119c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,235 @@ +2008-12-09 Arnaud Le Blanc + + * tests/lang/bug45392.phpt: + fixed test + +2008-12-09 Nuno Lopes + + * (PHP_5_2) + main/php_compat.h: + update PCRE symbol list (sync with php 5.3). this should fix bug #46800 + +2008-12-09 Johannes Schlüter + + * (PHP_5_3) + ZendEngine2/zend_builtin_functions.c + ZendEngine2/tests/bug46813.phpt: + MFH: Fix #46813 (class_exists doesn`t work with fully qualified namespace) + + * ZendEngine2/zend_builtin_functions.c + ZendEngine2/tests/bug46813.phpt + ZendEngine2/tests/bug46813.phpt: + Fix #46813 (class_exists doesn`t work with fully qualified namespace) + +2008-12-09 Pierre-Alain Joye + + * ZendEngine2/zend_language_parser.y: + - fix EOL (which makes on bison 1.7 cry), nb: pls use unix EOL on mac + + * (PHP_5_3) + ext/standard/info.c + ext/standard/winver.h: + - double declaration and comments cleanup + + * (PHP_5_3) + ext/standard/info.c + ext/standard/winver.h: + - fix VC6 build + +2008-12-09 Ilia Alshanetsky + + * (PHP_5_3) + NEWS + ext/xmlrpc/libxmlrpc/xml_element.c + ext/xmlrpc/libxmlrpc/xmlrpc.c: + + MFH: Fixed bug #46746 (xmlrpc_decode_request outputs non-suppressable + error + when given bad data). + + * ext/xmlrpc/libxmlrpc/xml_element.c + ext/xmlrpc/libxmlrpc/xmlrpc.c: + Comment out fprintf() use inside the library + + * ext/curl/interface.c: + + MFB: Fixed missing initialization of uses when copying a curl handle + + * (PHP_5_3) + ext/curl/interface.c: + Fixed missing initialization of uses when copying a curl handle + +2008-12-09 Jani Taskinen + + * (PHP_5_3) + tests/lang/short_tags.001.phpt + tests/lang/short_tags.002.phpt + tests/lang/short_tags.003.phpt + tests/lang/short_tags.004.phpt: + MFH:- Better descriptions for these tests + + * tests/lang/short_tags.001.phpt + tests/lang/short_tags.002.phpt + tests/lang/short_tags.003.phpt + tests/lang/short_tags.004.phpt: + - Better descriptions for these tests + + * tests/lang/short_tags.002.phpt + tests/lang/short_tags.003.phpt: + - Fix tests (apparently whoever wrote this crap never tested these + properly) + + * run-tests.php: + - Use version id instead of defined() since latter does not work with magic + constants + + * tests/run-test/test005.phpt + tests/run-test/test008a.phpt: + - fix tests + +2008-12-09 Antony Dovgal + + * ext/standard/tests/file/tempnam_variation4.phpt + ext/standard/tests/file/tempnam_variation4.phpt: + fix test + +2008-12-09 Pierre-Alain Joye + + * (PHP_5_3) + ext/date/config.w32: + - MFH: silent conversion warnings as it is not going to be "fixed" any time + soon, removing false positive alerts. noise--; + + * ext/date/config.w32: + - silent conversion warnings as it is not going to be "fixed" any time + soon, removing false positive alerts. noise--; + +2008-12-09 Hannes Magnusson + + * (PHP_5_3) + NEWS + ext/session/session.c + ext/session/tests/001.phpt + ext/session/tests/005.phpt + ext/session/tests/006.phpt + ext/session/tests/007.phpt + ext/session/tests/012.phpt + ext/session/tests/019.phpt + ext/session/tests/session_is_registered_basic.phpt + ext/session/tests/session_is_registered_variation1.phpt + ext/session/tests/session_is_registered_variation2.phpt + ext/session/tests/session_is_registered_variation3.phpt + ext/session/tests/session_register_basic.phpt + ext/session/tests/session_register_variation1.phpt + ext/session/tests/session_register_variation2.phpt + ext/session/tests/session_register_variation3.phpt + ext/session/tests/session_register_variation4.phpt + ext/session/tests/session_unregister_basic.phpt + ext/session/tests/session_unregister_variation1.phpt + ext/session/tests/session_unregister_variation2.phpt + ext/session/tests/session_unregister_variation3.phpt: + Deprecate session_register(), session_unregister() and + session_is_registered() (removed in HEAD) + +2008-12-09 Zoe Slattery + + * ext/imap/tests/imap_fetch_overview_variation2.phpt + ext/imap/tests/imap_fetch_overview_variation2.phpt + ext/imap/tests/imap_fetch_overview_variation2.phpt: + fix resource id + +2008-12-09 Hannes Magnusson + + * ext/phar/tests/ini_set.phpt: + ini_set() should return false on failure, not return the orginal value + and pretend everything is fine. + + * ext/standard/tests/general_functions/include_path.phpt: + MFB5.3: Fix test + + * (PHP_5_3) + ext/standard/tests/general_functions/include_path.phpt: + Fix test. + You cannot set include_path as empty, and never could + +2008-12-09 Jani Taskinen + + * ext/standard/credits.c: + - cat, tail, lift :) + + * (PHP_5_3) + NEWS: + style + +2008-12-09 Hannes Magnusson + + * (PHP_5_3) + main/main.c: + Whoops. Missing bit from the open_basedir tightening MFH + + * NEWS: + Merged to 5.3 + + * ext/standard/tests/directory/open_basedir_001.phpt: + MFB: Add test for runtime tightening of open_basedir + + * (PHP_5_3) + NEWS + ext/standard/tests/directory/open_basedir_001.phpt + ext/standard/tests/directory/open_basedir_001.phpt + main/fopen_wrappers.c + main/fopen_wrappers.h: + MFH: - Changed open_basedir to allow tightening in runtime contexts. (Sara) + - Add test + + * (PHP_5_3) + NEWS: + BFN + + * ZendEngine2/tests/bug46811.phpt + ZendEngine2/tests/bug46811.phpt: + + Fixed bug#46811 ini_set() doesn't return false on failure + + * ZendEngine2/zend_ini.c + ZendEngine2/zend_ini.c + ZendEngine2/tests/bug46811.phpt: + Fixed bug#46811 ini_set() doesn't return false on failure + +2008-12-09 Pierre-Alain Joye + + * (PHP_5_2) + ext/zip/Makefile.frag + ext/zip/config.m4: + - not used anymore + +2008-12-09 Hannes Magnusson + + * NEWS: + Merged to 5_3 + + * (PHP_5_3) + NEWS + ext/standard/dir.c: + MFH: - Changed opendir/dir/scandir to use default context when no context + argument is passed. (Sara) + + * NEWS: + - Remove items that already done in earlier branches + - It doesnt hurt to say what new functions do + +2008-12-09 Scott MacVicar + + * (PHP_5_2) + tests/basic/bug46759.phpt: + MFB 5.3 Add test for the recent magic_quotes_gpc regression. + + * tests/basic/bug46759.phpt + tests/basic/bug46759.phpt + tests/basic/bug46759.phpt: + 1.1.4; + file bug46759.phpt was initially added on branch PHP_5_3. + 2008-12-08 Pierre-Alain Joye * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 158bdd8b7a..b6919bd320 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,32 @@ +2008-12-09 Johannes Schlüter + + * (PHP_5_3) + zend_builtin_functions.c + tests/bug46813.phpt: + MFH: Fix #46813 (class_exists doesn`t work with fully qualified namespace) + + * zend_builtin_functions.c + tests/bug46813.phpt + tests/bug46813.phpt: + Fix #46813 (class_exists doesn`t work with fully qualified namespace) + +2008-12-09 Pierre-Alain Joye + + * zend_language_parser.y: + - fix EOL (which makes on bison 1.7 cry), nb: pls use unix EOL on mac + +2008-12-09 Hannes Magnusson + + * tests/bug46811.phpt + tests/bug46811.phpt: + + Fixed bug#46811 ini_set() doesn't return false on failure + + * zend_ini.c + zend_ini.c + tests/bug46811.phpt: + Fixed bug#46811 ini_set() doesn't return false on failure + 2008-12-04 Stanislav Malyshev * zend.h