]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 8 Feb 2005 01:35:38 +0000 (01:35 +0000)
committer <changelog@php.net> <>
Tue, 8 Feb 2005 01:35:38 +0000 (01:35 +0000)
ChangeLog
Zend/ChangeLog

index 3681af854cced96dd501a5408c0e76190367ecea..0b3a5953484f8d21a0a449935dc09ef086660627 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,85 @@
+2005-02-07  Rasmus Lerdorf  <rasmus@lerdorf.com>
+
+    * 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  <ilia@prohost.org>
+
+    * (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  <rasmus@lerdorf.com>
+
+    * ext/xml/xml.c:
+      No reason to call empty RINIT, RSHUTDOWN and MSHUTDOWN functions here
+
+2005-02-07  Dmitry Stogov  <dmitry@zend.com>
+
+    * 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  <marcus.boerger@post.rwth-aachen.de>
+
+    * 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  <tony2001@phpclub.net>
+
+    * 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  <jani.taskinen@kolumbus.fi>
+
+    * (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  <zeev@zend.com>
 
     * (PHP_5_0)
index b692aa9617770342ea0406fb8a626039f6a5d023..0af848c755e76ca12d931b1951eb884c73c38cb3 100644 (file)
@@ -1,3 +1,30 @@
+2005-02-07  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_compile.c:
+      Fixed bug introduced with foreach() optimization patch
+
+    * 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.
+
+    * zend_compile.c
+      zend_compile.h
+      zend_language_parser.y
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_opcodes.h:
+      foreash($a as $key => $val) optimization
+      Removed temorary array creation on each iteration.
+
+2005-02-07  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_compile.c
+      zend_compile.h
+      zend_language_parser.y:
+      - Remove part of the cleanup which causes a problem with unnormal code
+        like tests/lang/040.phpt
+
 2005-02-06  Zeev Suraski  <zeev@zend.com>
 
     * (PHP_5_0)