]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 24 Oct 2007 01:31:26 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Wed, 24 Oct 2007 01:31:26 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 2293d1ef1f55f7158f64654f48bc8b053cb8aadb..cb3b2dd610f1ef2844843bc704e4f15ed8eec0d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,82 @@
+2007-10-23  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_3)
+      ext/sybase_ct/php_sybase_ct.c:
+      Fixed bug #43074 (attempt to increment refcount outside of the macro)
+
+2007-10-23  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/tests/bug35163_2.phpt
+      ZendEngine2/tests/bug35163_3.phpt:
+      Fixed variations of bug #35163
+
+    * ZendEngine2/tests/bug35163_2.phpt
+      ZendEngine2/tests/bug35163_2.phpt
+      ZendEngine2/tests/bug35163_3.phpt
+      ZendEngine2/tests/bug35163_3.phpt:
+      
+      file bug35163_2.phpt was initially added on branch PHP_5_3.
+
+2007-10-23  Andrey Hristov  <php@hristov.com>
+
+    * ext/mysql/config.w32
+      ext/mysqli/config.w32:
+      Fix the build, the w32 files should look like in 5_3
+
+    * ext/mysqlnd/mysqlnd.c
+      ext/mysqlnd/mysqlnd_debug.h:
+      MFB: Fix compile failure on windows
+
+    * (PHP_5_3)
+      ext/mysqlnd/mysqlnd.c
+      ext/mysqlnd/mysqlnd_debug.h:
+      Fix build failure on Windows. Seems "free" can't be used even as method
+      name of a structure. The MS compiler (the preprocessor most probably)
+      changes it to _free_dbg
+
+2007-10-23  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/tests/bug35163.phpt
+      ZendEngine2/tests/bug35163.phpt:
+      
+      file bug35163.phpt was initially added on branch PHP_5_3.
+
+    * (PHP_5_3)
+      NEWS
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_language_parser.y
+      ZendEngine2/zend_language_parser.y
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/tests/bug35163.phpt:
+      Fixed bug #35163 (Array elements can lose references)
+
+    * TSRM/tsrm_virtual_cwd.c
+      TSRM/tsrm_virtual_cwd.c
+      TSRM/tsrm_virtual_cwd.c:
+      Fixed realpath cache for existent file with CWD_FILEPATH flag on win32
+
+2007-10-23  Mattias Bengtsson  <mattias@secweb.se>
+
+    * ext/gd/libgd/gd_security.c
+      ext/gd/libgd/gd_security.c:
+      -MFB, Be paranoid and dont allow multiplication with zero
+
+    * (PHP_5_2)
+      ext/gd/libgd/gd_security.c:
+      - Be paranoid and dont allow multiplication with zero
+
 2007-10-22  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_2)
index 82b0790ecc59fd4176a79aeb35148ecd2817aff5..2586f26252c0d0d7416f17fccc0479d4fcd177ba 100644 (file)
@@ -1,3 +1,40 @@
+2007-10-23  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_compile.c
+      zend_compile.c
+      zend_compile.h
+      zend_compile.h
+      zend_vm_def.h
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_execute.h
+      tests/bug35163_2.phpt
+      tests/bug35163_3.phpt:
+      Fixed variations of bug #35163
+
+    * tests/bug35163_2.phpt
+      tests/bug35163_2.phpt
+      tests/bug35163_3.phpt
+      tests/bug35163_3.phpt:
+      
+      file bug35163_2.phpt was initially added on branch PHP_5_3.
+
+    * zend_compile.c
+      zend_compile.c
+      zend_language_parser.y
+      zend_language_parser.y
+      zend_vm_def.h
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_execute.h
+      tests/bug35163.phpt:
+      Fixed bug #35163 (Array elements can lose references)
+
+    * tests/bug35163.phpt
+      tests/bug35163.phpt:
+      
+      file bug35163.phpt was initially added on branch PHP_5_3.
+
 2007-10-18  Stanislav Malyshev  <stas@zend.com>
 
     * (PHP_5_3)