changelog               Mon Oct  4 20:35:04 2004 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1765&r2=1.1766&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1765 php-src/ChangeLog:1.1766
--- php-src/ChangeLog:1.1765    Sun Oct  3 20:34:36 2004
+++ php-src/ChangeLog   Mon Oct  4 20:35:04 2004
@@ -1,3 +1,71 @@
+2004-10-04  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * ext/session/mod_files.c:
+      modified to 3rd argument of fcntl to FD_CLOEXEC
+
+2004-10-04  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * tests/lang/bug30085.phpt
+      tests/lang/bug30085.phpt:
+      
+      file bug30085.phpt was initially added on branch PHP_5_0.
+
 2004-10-03  Rob Richards  <[EMAIL PROTECTED]>
 
     * ext/dom/dom_fe.h
@@ -10620,7 +10688,7 @@
 2004-03-18  Pierre-Alain Joye  <[EMAIL PROTECTED]>
 
     * ext/gd/tests/bug27582_2.phpt:
-      - Fix the test description and $Id: ChangeLog,v 1.1765 2004/10/04 00:34:36 
changelog Exp $
+      - Fix the test description and $Id: ChangeLog,v 1.1766 2004/10/05 00:35:04 
changelog Exp $
 
 2004-03-18  Derick Rethans  <[EMAIL PROTECTED]>
 

Reply via email to