From: Date: Sun, 13 Jul 2008 01:32:15 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1292 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8cf911575d15afb77c3e961188caa010df76bdc;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 74905c73bd..9813776389 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,78 @@ +2008-07-12 Pierre-Alain Joye + + * ext/mbstring/oniguruma/regint.h: + - fix build with VC9 PSDK6.x + + * win32/build/config.w32: + - support for new naming + + * (PHP_5_3) + ext/ftp/ftp.c: + - MFH: don't use inet_ntop when not present + + * ext/ftp/ftp.c: + - don't use inet_ntop when not present + +2008-07-12 Felipe Pena + + * ext/curl/interface.c + ext/curl/interface.c: + - MFB: Fixed bug #45220 (curl_read callback returns -1 when needs to return + size_t (unsigned)) + + * (PHP_5_2) + NEWS: + BFN: #45220 + + * (PHP_5_2) + ext/curl/interface.c: + - Fixed bug #45220 (curl_read callback returns -1 when needs to return + size_t (unsigned)) + +2008-07-12 Steph Fox + + * (PHP_5_3) + win32/build/confutils.js: + This looks more than it is due to ws/cs and minor fixes in it... + - Fixes logic in dependency check + - Fixes logic in AC_DEFINE error message + - Prevents shared extensions from building if a hard dependency is missing + altogether + - Cleans up errors/warnings/messages for all scenarios + - Changes a function call to the new project support + +2008-07-12 Marcus Boerger + + * (PHP_5_3) + ZendEngine2/zend_exceptions.c: + - Missed one line in merge + + * (PHP_5_3) + ext/spl/php_spl.c + ext/spl/tests/spl_autoload_012.phpt: + - MFH Allow multiple exceptions in spl's autoload + + * ext/spl/tests/spl_autoload_012.phpt + ext/spl/tests/spl_autoload_012.phpt: + + - Allow multiple exceptions in spl's autoload + + * ext/spl/php_spl.c: + - Allow multiple exceptions in spl's autoload + + * (PHP_5_3) + ZendEngine2/zend_exceptions.c: + - MFH Add support for linking exceptions (implements TODO) + + * ZendEngine2/zend_exceptions.c: + - Add support for linking exceptions (implements TODO) + +2008-07-12 Felipe Pena + + * (PHP_5_2) + NEWS: + BFN: #45485 + 2008-07-11 Felipe Pena * ext/standard/ftp_fopen_wrapper.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 6087ca4be7..0a88a49256 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,16 @@ +2008-07-12 Marcus Boerger + + * (PHP_5_3) + zend_exceptions.c: + - Missed one line in merge + + * (PHP_5_3) + zend_exceptions.c: + - MFH Add support for linking exceptions (implements TODO) + + * zend_exceptions.c: + - Add support for linking exceptions (implements TODO) + 2008-07-10 Dmitry Stogov * tests/closure_001.phpt