From: Date: Wed, 24 Oct 2007 01:31:26 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~1552 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba76c0a1a59ee54166510b274941cb2a71a790c4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2293d1ef1f..cb3b2dd610 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,82 @@ +2007-10-23 Ilia Alshanetsky + + * (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 + + * 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 + + * 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 + + * 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 + + * 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 * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 82b0790ecc..2586f26252 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,40 @@ +2007-10-23 Dmitry Stogov + + * 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 * (PHP_5_3)