From: Date: Tue, 18 May 2004 00:35:47 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_1~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d7b0e114dd3557a8829adc12301c2ae0ff68114;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index be7fe7ffb5..7a4723ea70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2004-05-17 Ilia Alshanetsky + + * ext/standard/tests/strings/bug26973.phpt + tests/strings/002.phpt: + Correct output. + +2004-05-17 Sara Golemon + + * ext/standard/ftp_fopen_wrapper.c: + BugFix# 27982: Provide error message when trying to overwrite an existant + file without overwrite context option. + +2004-05-17 Andrei Zmievski + + * ZendEngine2/zend_ini_parser.y + ZendEngine2/zend_ini_scanner.l: + Revert the .ini vars patch. Will have to try again next Christmas + apparently. + + * ZendEngine2/zend_ini_parser.y: + Fix the apparent bug (; at the end of parse rule block). + +2004-05-17 Derick Rethans + + * (PHP_4_3) + php.ini-dist + php.ini-recommended: + - MFH: Document the smtp_post setting in php.ini* + + * php.ini-dist + php.ini-recommended: + - Document the smtp_port setting in php.ini + +2004-05-17 Wez Furlong + + * ZendEngine2/zend_objects_API.c + ZendEngine2/zend_objects_API.h: + As discussed with Andi, add this helper API for setting the object pointer + from + within the constructor. + + Please read the comment for notes about how to use it; in general, you + don't + need it, so don't use it. + 2004-05-16 Pierre-Alain Joye * pear/PEAR/Common.php: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index a628aac9e1..4a233622e0 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,25 @@ +2004-05-17 Andrei Zmievski + + * zend_ini_parser.y + zend_ini_scanner.l: + Revert the .ini vars patch. Will have to try again next Christmas + apparently. + + * zend_ini_parser.y: + Fix the apparent bug (; at the end of parse rule block). + +2004-05-17 Wez Furlong + + * zend_objects_API.c + zend_objects_API.h: + As discussed with Andi, add this helper API for setting the object pointer + from + within the constructor. + + Please read the comment for notes about how to use it; in general, you + don't + need it, so don't use it. + 2004-05-14 Andrei Zmievski * zend_ini_parser.y