]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 2 Jan 2009 01:32:31 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Fri, 2 Jan 2009 01:32:31 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index b0748b790dec6a18ccd09af053ad2fcfd3120cf3..97f50ae0efc89e9a0ac40ccea1c35007b76a4115 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,78 @@
+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
index ea51de03ac1c8c7a08522e6a7255db2497260f2b..61ea25212d414bd81b7bdf0f15bf9b255b6b98e3 100644 (file)
@@ -1,3 +1,35 @@
+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