changelog               Sat Jan  3 01:38:42 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3276&r2=1.3277&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3276 php-src/ChangeLog:1.3277
--- php-src/ChangeLog:1.3276    Fri Jan  2 01:32:25 2009
+++ php-src/ChangeLog   Sat Jan  3 01:38:37 2009
@@ -1,3 +1,143 @@
+2009-01-02  Felipe Pena  <felipe...@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  <i...@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  <felipe...@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  <p...@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....@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  <sc...@macvicar.net>
+
+    * (PHP_5_2)
+      ext/json/tests/bug41567.phpt:
+      Duplicate INI sections
+
+2009-01-02  Kalle Sommer Nielsen  <kalle....@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  <a...@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  <sc...@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....@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  <i...@prohost.org>
 
     * ZendEngine2/zend_language_scanner.c
@@ -22189,7 +22329,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3276 2009/01/02 01:32:25 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3277 2009/01/03 01:38:37 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to