From: Date: Tue, 19 May 2009 01:32:43 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3618 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e248859aa32ca1028de53c5629992c1a7bffc50e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 953ffce860..c170f52110 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,131 @@ +2009-05-18 Derick Rethans + + * (PHP_5_3) + NEWS + configure.in + main/php_ini.c + scripts/phpize.m4: + - MFH: Get rid of the four different versions of zend_extension* and only + use + zend_extension. Because of the API identifier change in PHP 5.3 you also + get + a proper warning message now. + + * configure.in + main/php_ini.c + scripts/phpize.m4: + - Get rid of the four different versions of zend_extension* and only use + zend_extension. Because of the API identifier change in PHP 5.3 you also + get + a proper warning message now. + +2009-05-18 Pierre-Alain Joye + + * TSRM/tsrm_win32.c: + - MFB: close manually the impersonation token + + * (PHP_5_3) + TSRM/tsrm_win32.c: + - close manually the impersonation token + +2009-05-18 Scott MacVicar + + * ext/dba/config.m4 + ext/dba/dba.c + ext/dba/dba_tcadb.c + ext/dba/php_tcadb.h: + Add support for tokyo cabinet, patch from Michael Maclean + +2009-05-18 Zoe Slattery + + * (PHP_5_3) + ZendEngine2/tests/029.phpt: + Removing redundant UEXPECT + +2009-05-18 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/standard/file.c: + + MFB: Fixed bug #48313 (fgetcsv() does not return null for empty rows) + + * (PHP_5_3) + ext/standard/file.c: + + Fixed bug #48313 (fgetcsv() does not return null for empty rows) + +2009-05-18 Jani Taskinen + + * (PHP_5_2) + ext/session/mod_files.c + ext/session/mod_mm.c + ext/session/mod_user.c + ext/session/php_session.h + ext/session/session.c: + MFH: Sync WS / CS changes where applicable + + * ext/session/mod_files.c + ext/session/mod_mm.c + ext/session/mod_user.c + ext/session/php_session.h + ext/session/session.c: + - WS + sync with PHP_5_3 (thanks Ilia & Co.) + +2009-05-18 Hannes Magnusson + + * run-tests.php: + Print out the WARNed section (contains f.e. passing XFAIL tests) + + * ext/sqlite3/tests/sqlite3_31_open.phpt + ext/sqlite3/tests/sqlite3_31_open.phpt: + Fix test + +2009-05-18 Jani Taskinen + + * ext/curl/interface.c: + - fix CS, merged one parameter parsing patch missing from HEAD + + * ext/curl/interface.c: + - Fix CS + +2009-05-18 Pierre-Alain Joye + + * ext/curl/interface.c: + - sync with 5.3 + + * (PHP_5_3) + ext/curl/interface.c: + - MFH: use ZEND_ARG_ARRAY_INFO for arginfo_curl_setopt_array + + * (PHP_5_3) + ext/curl/interface.c: + - sync with HEAD + + * ext/curl/interface.c: + - return NULL on invalid args + + * ext/curl/interface.c + ext/curl/interface.c + ext/curl/interface.c: + - WS + + * (PHP_5_3) + ext/curl/interface.c: + - more WS + + * ext/curl/interface.c: + - MFB: - disable file:// when open_basedir are enabled + + * (PHP_5_3) + ext/curl/config.m4: + - should not have been commited + + * (PHP_5_3) + ext/curl/config.m4 + ext/curl/interface.c: + - MFB: - disable file:// when safe_mode or open_basedir are enabled + 2009-05-17 Pierre-Alain Joye * TSRM/tsrm_win32.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 910fe2f7e1..605b4cb131 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2009-05-18 Zoe Slattery + + * (PHP_5_3) + tests/029.phpt: + Removing redundant UEXPECT + 2009-05-15 Felipe Pena * zend_builtin_functions.c: