From: Date: Fri, 25 Jun 2004 00:32:18 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f9454682444683a2864285cf5f1a1c4be9b8bc3;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 20de876f19..d8f984bca9 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 2473cfa624..d5373bc1ab 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: