mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02:00
ChangeLog update
This commit is contained in:
140
ChangeLog
140
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
|
||||
|
||||
@@ -1,3 +1,30 @@
|
||||
2009-01-02 Felipe Pena <felipensp@gmail.com>
|
||||
|
||||
* header
|
||||
zend_float.h
|
||||
zend_gc.c
|
||||
zend_gc.h
|
||||
zend_ini_scanner.c
|
||||
zend_ini_scanner.l:
|
||||
- Year++
|
||||
|
||||
2009-01-02 Marcus Boerger <php@marcus-boerger.de>
|
||||
|
||||
* zend.c
|
||||
zend_exceptions.c
|
||||
zend_exceptions.h
|
||||
zend_execute_API.c:
|
||||
- Catch exceptions in cli -a
|
||||
|
||||
2009-01-02 Pierre-Alain Joye <pierre.dev@gmail.com>
|
||||
|
||||
* 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 <ilia@prohost.org>
|
||||
|
||||
* zend_language_scanner.c
|
||||
|
||||
Reference in New Issue
Block a user