From 125ad6fca2ff9392b0a1d59c84e371155cfe47cf Mon Sep 17 00:00:00 2001 From: Date: Fri, 2 Jan 2009 01:32:31 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 32 +++++++++++++++++++++ 2 files changed, 107 insertions(+) diff --git a/ChangeLog b/ChangeLog index b0748b790d..97f50ae0ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,78 @@ +2009-01-01 Ilia Alshanetsky + + * ZendEngine2/zend_language_scanner.c + ZendEngine2/zend_language_scanner.l: + + MFB: Fixed bug #46844 (php scripts or included files with first line + starting with # have the 1st line missed from the output). + + * (PHP_5_3) + NEWS: + + BFN + + * (PHP_5_3) + ZendEngine2/zend_language_scanner.c + ZendEngine2/zend_language_scanner.l: + + Fixed bug #46844 (php scripts or included files with first line starting + with # have the 1st line missed from the output). + +2009-01-01 Pierre-Alain Joye + + * (PHP_5_2) + ext/zip/lib/zip_open.c: + - restore overwrite feature (regression introduced in 5.2.8) + + * (PHP_5_2) + ext/zip/lib/zip_close.c: + - restore fix for binary mode on win (regression introduced in 5.2.8) + +2009-01-01 Marcus Boerger + + * ZendEngine2/zend_closures.c + ZendEngine2/tests/closure_020.phpt + ZendEngine2/tests/closure_026.phpt + ZendEngine2/tests/closure_032.phpt: + - Add var_dump support for closures + + * (PHP_5_3) + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + - MFH Fix SEGV if get_method() returns a non bound function + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + - Fix SEGV if get_method() returns a non bound function + +2009-01-01 Pierre-Alain Joye + + * (PHP_5_3) + win32/glob.c + win32/glob.h: + - MFH: expose glob and globfree on wi ndows, can be used by shared ext + (core or extern) + + * win32/glob.c + win32/glob.h: + - expose glob and globfree on wi ndows, can be used by shared ext (core or + extern) + +2009-01-01 Kalle Sommer Nielsen + + * (PHP_5_3) + NEWS + ext/sockets/php_sockets.h + ext/sockets/sockets.c: + MFH: + [DOC] Renable socket_create_pair() on Windows + + + * ext/sockets/php_sockets.h + ext/sockets/sockets.c: + Renable socket_create_pair() on Windows + + 2008-12-31 Zoe Slattery * ZendEngine2/tests/bug45147.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ea51de03ac..61ea25212d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,35 @@ +2009-01-01 Ilia Alshanetsky + + * zend_language_scanner.c + zend_language_scanner.l: + + MFB: Fixed bug #46844 (php scripts or included files with first line + starting with # have the 1st line missed from the output). + + * (PHP_5_3) + zend_language_scanner.c + zend_language_scanner.l: + + Fixed bug #46844 (php scripts or included files with first line starting + with # have the 1st line missed from the output). + +2009-01-01 Marcus Boerger + + * zend_closures.c + tests/closure_020.phpt + tests/closure_026.phpt + tests/closure_032.phpt: + - Add var_dump support for closures + + * (PHP_5_3) + zend_vm_def.h + zend_vm_execute.h: + - MFH Fix SEGV if get_method() returns a non bound function + + * zend_vm_def.h + zend_vm_execute.h: + - Fix SEGV if get_method() returns a non bound function + 2008-12-31 Zoe Slattery * tests/bug45147.phpt -- 2.50.1