From: Date: Wed, 16 Jun 2004 00:32:45 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0~184 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9908cf81dd5eb25a7d7ef79756ce9006e156cfc;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2caf136e5c..e7b357d6d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2004-06-15 Stefan Esser + + * ext/standard/string.c: + Fixed: made 3rd parameter to strrpos 64bit safe. + +2004-06-15 Marcus Boerger + + * NEWS: + BFN + + * ZendEngine2/zend_reflection_api.c: + + +2004-06-15 Pierre-Alain Joye + + * pear/PEAR/Command/Config.php: + - Fix #1602 (reported by Cox) + Do not display var=value using config-get (easy scripting) + + * pear/PEAR.php + pear/System.php + pear/package-PEAR.xml: + - Fix licence (#1645) + - update my status there, reflecting the fact for the past 11 months + +2004-06-15 Rob Richards + + * NEWS: + BFN + + * ext/dom/php_dom.c + ext/dom/tests/bug28721.phpt: + Fixed bug #28771 (Segfault when using xslt and clone) + Add test case for bug #28721 + +2004-06-15 Ilia Alshanetsky + + * (PHP_4_3) + ext/standard/string.c: + A faster & more memory efficient php_addslashes() implementation. + 2004-06-14 Marcus Boerger * ZendEngine2/zend_language_scanner.l: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e8d65bcd23..73e839d893 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2004-06-15 Marcus Boerger + + * zend_reflection_api.c: + + 2004-06-14 Marcus Boerger * zend_language_scanner.l: