summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2009-01-03 01:39:20 +0000
committer <changelog@php.net>2009-01-03 01:39:20 +0000
commit95f90238cd53fd41911ce241efd4fb580749865e (patch)
tree4aeebee85f164c156326636da634089bd393fdab /ChangeLog
parentaff97659521e79ae63e0a98f26777bdbd3a876a6 (diff)
downloadphp-git-95f90238cd53fd41911ce241efd4fb580749865e.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog140
1 files changed, 140 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97f50ae0ef..7b86e97fd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,143 @@
+2009-01-02 Felipe Pena <felipensp@gmail.com>
+
+ * 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 <ilia@prohost.org>
+
+ * 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 <felipensp@gmail.com>
+
+ * 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 <php@marcus-boerger.de>
+
+ * 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 <kalle.php@gmail.com>
+
+ * (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 <scott@macvicar.net>
+
+ * (PHP_5_2)
+ ext/json/tests/bug41567.phpt:
+ Duplicate INI sections
+
+2009-01-02 Kalle Sommer Nielsen <kalle.php@gmail.com>
+
+ * (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 <andi@zend.com>
+
+ * (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 <scott@macvicar.net>
+
+ * (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 <pierre.dev@gmail.com>
+
+ * 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 <ilia@prohost.org>
* ZendEngine2/zend_language_scanner.c