changelog               Mon Feb  7 20:35:29 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1887&r2=1.1888&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1887 php-src/ChangeLog:1.1888
--- php-src/ChangeLog:1.1887    Sun Feb  6 20:33:12 2005
+++ php-src/ChangeLog   Mon Feb  7 20:35:28 2005
@@ -1,3 +1,85 @@
+2005-02-07  Rasmus Lerdorf  <[EMAIL PROTECTED]>
+
+    * ext/fam/fam.c
+      ext/fam/php_fam.h
+      ext/hwapi/hwapi.cpp
+      ext/hwapi/php_hwapi.h
+      ext/mono/php_mono.c
+      ext/msession/msession.c
+      ext/msession/php_msession.h
+      ext/ncurses/ncurses.c
+      ext/ncurses/php_ncurses.h:
+      Get rid of more useless RINIT/RSHUTDOWN calls
+
+2005-02-07  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS
+      ext/sysvmsg/sysvmsg.c
+      ext/sysvmsg/sysvmsg.c:
+      MFH: Fixed bug #31527 (crash in msg_send() when non-string is stored
+      without
+      being serialized).
+
+    * ext/sysvmsg/sysvmsg.c:
+      Fixed bug #31527 (crash in msg_send() when non-string is stored without
+      being serialized).
+
+2005-02-07  Rasmus Lerdorf  <[EMAIL PROTECTED]>
+
+    * ext/xml/xml.c:
+      No reason to call empty RINIT, RSHUTDOWN and MSHUTDOWN functions here
+
+2005-02-07  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_compile.c:
+      Fixed bug introduced with foreach() optimization patch
+
+    * ZendEngine2/zend_compile.c:
+      Fixed FE_RESET/FE_FETCH bug.
+      Now FE_RESET instruction takes jump-address from itself, not from the
+      following FE_FETCH instruction.
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_language_parser.y
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_opcodes.h:
+      foreash($a as $key => $val) optimization
+      Removed temorary array creation on each iteration.
+
+2005-02-07  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_language_parser.y:
+      - Remove part of the cleanup which causes a problem with unnormal code
+        like tests/lang/040.phpt
+
+    * tests/lang/040.phpt:
+      - Add new test
+
+2005-02-07  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/filepro/filepro.c
+      ext/filepro/php_filepro.h:
+      fix leaks on shutdown
+      fix leaks appearing when trying to open several "databases"
+
+2005-02-07  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS
+      configure.in
+      configure.in:
+      MFH: - Fixed bug #31858 (--disable-cli does not force --without-pear)
+
+    * configure.in:
+      - Fixed bug #31858 (--disable-cli does not force --without-pear)
+
 2005-02-06  Zeev Suraski  <[EMAIL PROTECTED]>
 
     * (PHP_5_0)
@@ -166,7 +248,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.1887 2005/02/07 01:33:12 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.1888 2005/02/08 01:35:28 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -1640,7 +1722,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.1887 2005/02/07 01:33:12 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.1888 2005/02/08 01:35:28 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to