diff --git a/ChangeLog b/ChangeLog index 927081714d35d..9af9499781002 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2004-01-24 Marcus Boerger + + * ZendEngine2/zend_API.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_execute.c + ZendEngine2/zend_execute_API.c + tests/lang/bug23384.phpt: + Switch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow calling + internal non-static methods statically. + +2004-01-24 Georg Richter + + * ext/mysqli/mysqli_api.c: + prototype fixes + +2004-01-24 Sebastian Bergmann + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_execute_API.c: + Change message as proposed by Jon. + +2004-01-24 Timm Friebe + + * ext/sybase_ct/php_sybase_ct.c: + + +2004-01-24 Marcus Boerger + + * README.PHP4-TO-PHP5-THIN-CHANGES: + This is a definitive 'must' + +2004-01-24 Andrey Hristov + + * ext/standard/array.c: + Added third parameter (optional) to array_keys for strictness. It behaves + like the "strict" parameter of in_array(). + + * README.PHP4-TO-PHP5-THIN-CHANGES: + Adding note about declaration first use after that for classes. + 2004-01-23 Marcus Boerger * ZendEngine2/zend_API.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e15987dffed0b..4c6a8030f1148 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,19 @@ +2004-01-24 Marcus Boerger + + * zend_API.c + zend_compile.c + zend_compile.h + zend_execute.c + zend_execute_API.c: + Switch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow calling + internal non-static methods statically. + +2004-01-24 Sebastian Bergmann + + * zend_execute.c + zend_execute_API.c: + Change message as proposed by Jon. + 2004-01-23 Marcus Boerger * zend_API.c