From: Date: Fri, 10 Sep 2004 00:35:29 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_VM_GEN_PATCH~337 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a72ea8d70bd6bc606f2d203dca8eaa70feffdb1;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index bc8f669a77..83dff08b12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,106 @@ +2004-09-09 Wez Furlong + + * (PHP_5_0) + ext/standard/file.c: + MFH: avoid potential AT&T libc problems with tempnam() + + * ext/standard/file.c: + avoid ANSI stdio when calling tempnam() to avoid limitations of AT&T libc. + +2004-09-09 Timm Friebe + + * ext/sybase_ct/php_sybase_ct.c: + - Defaulted ini variable "sybct.deadlock_retry_count" to 0 + +2004-09-09 Marcus Boerger + + * run-tests2.php: + Fix test script + +2004-09-09 Andi Gutmans + + * ZendEngine2/zend_extensions.h: + - Revert API bump + + * ZendEngine2/README.ZEND_VM: + - Commit VM explanation. + + * ZendEngine2/zend.c: + - Recommit + + * ZendEngine2/zend_API.c + ZendEngine2/zend_API.h + ZendEngine2/zend_compile.c: + - Recommit: + - Check signature of magic methods + - Register __get/__set/__call for internal classes + + * ZendEngine2/zend_extensions.h: + - Recommit: + - Bump the API number to work around this major breakage. + + * ZendEngine2/ChangeLog + ZendEngine2/zend.c + ZendEngine2/zend_API.c + ZendEngine2/zend_API.h + ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_exceptions.c + ZendEngine2/zend_execute.c + ZendEngine2/zend_execute.h + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_extensions.h + ZendEngine2/zend_opcode.c: + - Roll back VM commit + +2004-09-09 Rasmus Lerdorf + + * main/php_variables.c + main/php_variables.c + main/php_variables.c: + Stop at the index on an unmatched [ + +2004-09-09 Marcus Boerger + + * ZendEngine2/zend.c: + - Drop namespace relict + + * (PHP_5_0) + tests/classes/interface_and_extends.phpt: + Fix test + + * (PHP_5_0) + ZendEngine2/zend_API.c + ZendEngine2/zend_API.h + ZendEngine2/zend_compile.c: + MFH signature check/method registration + + * ZendEngine2/zend_API.c + ZendEngine2/zend_API.h + ZendEngine2/zend_compile.c: + - Check signature of magic methods + - Register __get/__set/__call for internal classes + + * ext/ming/ming.c: + Proper #ifdef'ing + +2004-09-09 Derick Rethans + + * ZendEngine2/zend_extensions.h: + - Bump the API number to work around this major breakage. + +2004-09-09 Dmitry Stogov + + * ZendEngine2/zend_vm.h: + We will use CALL dispatch method for compilers other then GCC. It is more + safe. + +2004-09-09 Andi Gutmans + + * ZendEngine2/zend_API.c: + - Fix the fix. + 2004-09-08 Andi Gutmans * ZendEngine2/zend_builtin_functions.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 9a28774a2b..61c0b9d7eb 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,73 @@ +2004-09-09 Andi Gutmans + + * zend_extensions.h: + - Revert API bump + + * README.ZEND_VM: + - Commit VM explanation. + + * zend.c: + - Recommit + + * zend_API.c + zend_API.h + zend_compile.c: + - Recommit: + - Check signature of magic methods + - Register __get/__set/__call for internal classes + + * zend_extensions.h: + - Recommit: + - Bump the API number to work around this major breakage. + + * ChangeLog + zend.c + zend_API.c + zend_API.h + zend_builtin_functions.c + zend_compile.c + zend_compile.h + zend_exceptions.c + zend_execute.c + zend_execute.h + zend_execute_API.c + zend_extensions.h + zend_opcode.c: + - Roll back VM commit + +2004-09-09 Marcus Boerger + + * zend.c: + - Drop namespace relict + + * (PHP_5_0) + zend_API.c + zend_API.h + zend_compile.c: + MFH signature check/method registration + + * zend_API.c + zend_API.h + zend_compile.c: + - Check signature of magic methods + - Register __get/__set/__call for internal classes + +2004-09-09 Derick Rethans + + * zend_extensions.h: + - Bump the API number to work around this major breakage. + +2004-09-09 Dmitry Stogov + + * zend_vm.h: + We will use CALL dispatch method for compilers other then GCC. It is more + safe. + +2004-09-09 Andi Gutmans + + * zend_API.c: + - Fix the fix. + 2004-09-06 Marcus Boerger * zend_objects.c: