From: Date: Sat, 3 Jan 2009 01:39:20 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4664 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95f90238cd53fd41911ce241efd4fb580749865e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 97f50ae0ef..7b86e97fd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,143 @@ +2009-01-02 Felipe Pena + + * main/network.c: + - Errr, rule nº 1: be portable :) + + * (PHP_5_2) + main/network.c + main/network.c: + - MFH: Working with unintialized errno (#46917, noticed by Jost Boekemeier) + + * main/network.c: + - Working with unintialized errno (#46917, noticed by Jost Boekemeier) + +2009-01-02 Ilia Alshanetsky + + * ext/phar/phar.c: + + MFB: Fixed a possible crash when phar_create_signature() fails + + * (PHP_5_3) + ext/phar/phar.c: + Fixed a possible crash when phar_create_signature() fails + +2009-01-02 Felipe Pena + + * ZendEngine2/header + ZendEngine2/zend_float.h + ZendEngine2/zend_gc.c + ZendEngine2/zend_gc.h + ZendEngine2/zend_ini_scanner.c + ZendEngine2/zend_ini_scanner.l: + - Year++ + +2009-01-02 Marcus Boerger + + * ZendEngine2/zend.c + ZendEngine2/zend_exceptions.c + ZendEngine2/zend_exceptions.h + ZendEngine2/zend_execute_API.c + sapi/cli/php_cli.c: + - Catch exceptions in cli -a + +2009-01-02 Kalle Sommer Nielsen + + * (PHP_5_3) + buildconf.bat + win32/build/buildconf.js: + MFH: Check if configure script was copied, and output an error if it wasn't + + * buildconf.bat + win32/build/buildconf.js: + Check if configure script was copied, and output an error if it wasn't + +2009-01-02 Scott MacVicar + + * (PHP_5_2) + ext/json/tests/bug41567.phpt: + Duplicate INI sections + +2009-01-02 Kalle Sommer Nielsen + + * (PHP_5_3) + buildconf.bat: + MFH: Redirect the "1 file(s) copied" message to nul + + * buildconf.bat: + Redirect the "1 file(s) copied" message to nul + +2009-01-02 Andi Gutmans + + * (PHP_5_2) + ext/pcre/config.w32: + - MF PHP_5_3 + + * ext/pcre/config.w32: + - MF PHP_5_2 + + * (PHP_5_3) + ext/pcre/config.w32: + - Remove NO_RECURSE as it causes a huge performance impact. Up to 50% + with Wordpress. Stack size is not really anymore of an issue than on + Linux with FastCGI (php-cgi.exe). For ISAPI it may be an issue but we + have other places where we may eat up stack. + +2009-01-02 Scott MacVicar + + * (PHP_5_3) + NEWS: + Add some missing NEWS items + + * (PHP_5_3) + ext/json/utf8_decode.c + ext/json/utf8_to_utf16.c + ext/json/tests/bug46944.phpt + ext/json/tests/bug46944.phpt: + MFH Fix bug #46944 - UTF-8 characters outside the BMP aren't encoded + correctly. + + * ext/json/utf8_decode.c + ext/json/utf8_to_utf16.c: + Fix bug #46944 - UTF-8 characters outside the BMP aren't encoded correctly. + +2009-01-02 Pierre-Alain Joye + + * ZendEngine2/zend_closures.c: + - MFB: fix build (declaration first please) + + * (PHP_5_3) + ZendEngine2/zend_closures.c: + - fix build (declaration first please) + + * (PHP_5_3) + ext/zip/php_zip.c + ext/zip/lib/zip_filerange_crc.c + ext/zip/lib/zip_filerange_crc.c + ext/zip/lib/zip_get_archive_flag.c + ext/zip/lib/zip_get_archive_flag.c + ext/zip/lib/zip_set_archive_flag.c + ext/zip/lib/zip_set_archive_flag.c: + - year++ + + * ext/zip/php_zip.c: + - MFB: fix filename property read + + * ext/zip/lib/zip_open.c + ext/zip/lib/zip_open.c: + - MFB: restore overwrite feature (regression introduced in 5.2.8) + + * ext/zip/lib/zip_close.c + ext/zip/lib/zip_close.c: + - MFB: restore fix for binary mode on win (regression introduced in 5.2.8) + + * (PHP_5_2) + NEWS: + - news entry for #46985 and zip property read + + * (PHP_5_3) + ext/zip/php_zip.c: + - fix filename property read + 2009-01-01 Ilia Alshanetsky * ZendEngine2/zend_language_scanner.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 61ea25212d..a093efc5e0 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,30 @@ +2009-01-02 Felipe Pena + + * header + zend_float.h + zend_gc.c + zend_gc.h + zend_ini_scanner.c + zend_ini_scanner.l: + - Year++ + +2009-01-02 Marcus Boerger + + * zend.c + zend_exceptions.c + zend_exceptions.h + zend_execute_API.c: + - Catch exceptions in cli -a + +2009-01-02 Pierre-Alain Joye + + * zend_closures.c: + - MFB: fix build (declaration first please) + + * (PHP_5_3) + zend_closures.c: + - fix build (declaration first please) + 2009-01-01 Ilia Alshanetsky * zend_language_scanner.c