+2009-01-01 Ilia Alshanetsky <ilia@prohost.org>
+
+ * 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 <pierre.dev@gmail.com>
+
+ * (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 <php@marcus-boerger.de>
+
+ * 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 <pierre.dev@gmail.com>
+
+ * (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 <kalle.php@gmail.com>
+
+ * (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 <zoe.slattery@googlemail.com>
* ZendEngine2/tests/bug45147.phpt
+2009-01-01 Ilia Alshanetsky <ilia@prohost.org>
+
+ * 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 <php@marcus-boerger.de>
+
+ * 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 <zoe.slattery@googlemail.com>
* tests/bug45147.phpt