]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 5 Oct 2004 00:35:08 +0000 (00:35 +0000)
committer <changelog@php.net> <>
Tue, 5 Oct 2004 00:35:08 +0000 (00:35 +0000)
ChangeLog
Zend/ChangeLog

index 7b89ee9b3f1be8705827639511900dad49d9dccf..97aa3afd33ddc7c29b182268c8c3f794348537d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,71 @@
+2004-10-04  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS
+      ext/standard/image.c
+      ext/standard/image.c:
+      MFH: Fixed bug #30281 (Prevent non-wbmp images from being detected as such)
+
+    * ext/standard/image.c:
+      Fixed bug #30281 (Prevent non-wbmp images from being detected as such).
+
+2004-10-04  Andi Gutmans  <andi@zend.com>
+
+    * ZendEngine2/zend_API.h
+      ZendEngine2/zend_execute_API.c
+      ext/session/session.c
+      ext/standard/array.c
+      ext/standard/basic_functions.c:
+      - Rename delete_global_variable() to zend_delete_global_variable()
+
+    * ZendEngine2/Zend.m4
+      ZendEngine2/zend_API.h
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_language_parser.y
+      ZendEngine2/zend_opcode.c
+      ZendEngine2/zend_vm.h
+      ZendEngine2/zend_vm_handlers.h
+      ZendEngine2/zend_vm_spec.h
+      ext/session/session.c
+      ext/standard/array.c
+      ext/standard/basic_functions.c:
+      - Commit the variable fetch optimization.
+      - Extensions which delete global variables need to use new special
+      function
+      - delete_global_variable() (I'm about to rename it) to remove them.
+      - Will post to internals@ or via commit messages if there's anything else.
+
+2004-10-04  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_0)
+      NEWS:
+      BFN
+
+    * ZendEngine2/zend_builtin_functions.c:
+      - Bugfix #27798
+
+    * ZendEngine2/tests/bug27798.phpt
+      ext/standard/tests/array/bug29992.phpt
+      tests/classes/static_this.phpt:
+      
+      - Add new test
+
+2004-10-04  Anantha Kesari H Y  <hyanantha@novell.com>
+
+    * ext/session/mod_files.c:
+      modified to 3rd argument of fcntl to FD_CLOEXEC
+
+2004-10-04  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * tests/lang/bug30085.phpt
+      tests/lang/bug30085.phpt:
+      
+      file bug30085.phpt was initially added on branch PHP_5_0.
+
 2004-10-03  Rob Richards  <rrichards@ctindustries.net>
 
     * ext/dom/dom_fe.h
index 6c56abc31d45ed6be2be5753373c29bdd39855ac..0ba0691c81647cf4c58befb419689a6e4fd87ccf 100644 (file)
@@ -1,3 +1,35 @@
+2004-10-04  Andi Gutmans  <andi@zend.com>
+
+    * zend_API.h
+      zend_execute_API.c:
+      - Rename delete_global_variable() to zend_delete_global_variable()
+
+    * Zend.m4
+      zend_API.h
+      zend_compile.c
+      zend_compile.h
+      zend_execute.c
+      zend_execute_API.c
+      zend_language_parser.y
+      zend_opcode.c
+      zend_vm.h
+      zend_vm_handlers.h
+      zend_vm_spec.h:
+      - Commit the variable fetch optimization.
+      - Extensions which delete global variables need to use new special
+      function
+      - delete_global_variable() (I'm about to rename it) to remove them.
+      - Will post to internals@ or via commit messages if there's anything else.
+
+2004-10-04  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_builtin_functions.c:
+      - Bugfix #27798
+
+    * tests/bug27798.phpt:
+      
+      - Add new test
+
 2004-10-02  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_0)