diff --git a/ChangeLog b/ChangeLog index 20de876f19f..d8f984bca94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2004-06-24 Sara Golemon + + * (PHP_4_3) + Zend/zend_execute.c: + Let's not throw this error in PHP4. 5.0.0 introduces it at E_STRICT and + 5.1.0 (may) raise it to a proper E_WARNING. Ease into it. + + * ZendEngine2/zend_execute.c: + Ease off on severity of new error (Using Resources as array offsets) + +2004-06-24 Stefan Esser + + * README.input_filter: + Fixed zend_parse_parameters arguments... + +2004-06-24 Ilia Alshanetsky + + * ext/standard/ftok.c: + Added missing safe_mode & open_basedir checks. + + * (PHP_4_3) + ext/standard/ftok.c: + MFH: Added missing safe_mode & open_basedir checks. + 2004-06-23 Sara Golemon * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 2473cfa624f..d5373bc1ab7 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2004-06-24 Sara Golemon + + * zend_execute.c: + Ease off on severity of new error (Using Resources as array offsets) + 2004-06-23 Sara Golemon * zend_execute.c: