changelog               Mon Jan 24 20:33:57 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1874&r2=1.1875&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1874 php-src/ChangeLog:1.1875
--- php-src/ChangeLog:1.1874    Sun Jan 23 20:35:53 2005
+++ php-src/ChangeLog   Mon Jan 24 20:33:56 2005
@@ -1,3 +1,74 @@
+2005-01-24  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      main/rfc1867.c
+      main/rfc1867.c:
+      MFH: Use multibyte specific code for handling files and generic basename
+      based code in all other instances.
+
+    * main/rfc1867.c:
+      Use multibyte specific code for handling files and generic basename based
+      code in all other instances.
+
+    * (PHP_5_0)
+      ext/sysvmsg/sysvmsg.c:
+      Fixed compiler warning.
+
+2005-01-24  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS
+      NEWS:
+      - BFN
+
+    * (PHP_5_0)
+      NEWS:
+      - MFH fix for bug #31348 CachingIterator::rewind() leaks
+
+    * ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/tests/bug30725.phpt:
+      - Second and last part of #30725 fix
+
+    * ZendEngine2/zend_interfaces.c:
+      - Allow getIterator() to fail
+
+    * ZendEngine2/tests/bug30725.phpt:
+      
+      - Add new test
+
+    * NEWS:
+      - mysqli/sqlite changes
+
+    * ext/sqlite/sqlite.c:
+      - Synch with MYSQLi extension and use RuntimeException as base for
+        SQLiteException if SPL is present.
+
+2005-01-24  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * main/rfc1867.c:
+      - Revert irrelevant part.
+
+2005-01-24  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/sysvmsg/tests/002.phpt:
+        1.1.4;
+      add test
+
+    * ext/sysvmsg/sysvmsg.c:
+      fix msg_recieve() returning TRUE instead of FALSE when unserialize failed
+      (patch by Andrey Hristov)
+
+2005-01-24  Joe Orton  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      sapi/apache2handler/php_functions.c
+      sapi/apache2handler/php_functions.c:
+      MFH: Fixed regression #31645 - only flush before running the subrequest.
+
+    * sapi/apache2handler/php_functions.c:
+      Fixed regression #31645 - only flush before running the subrequest.
+
 2005-01-23  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
     * (PHP_4_3)
@@ -920,7 +991,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.1874 2005/01/24 01:35:53 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.1875 2005/01/25 01:33:56 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to