changelog               Fri Jan  2 01:32:26 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3275&r2=1.3276&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3275 php-src/ChangeLog:1.3276
--- php-src/ChangeLog:1.3275    Thu Jan  1 01:32:45 2009
+++ php-src/ChangeLog   Fri Jan  2 01:32:25 2009
@@ -1,3 +1,78 @@
+2009-01-01  Ilia Alshanetsky  <i...@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....@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  <p...@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....@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....@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.slatt...@googlemail.com>
 
     * ZendEngine2/tests/bug45147.phpt
@@ -22114,7 +22189,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3275 2009/01/01 01:32:45 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3276 2009/01/02 01:32:25 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to