diff --git a/ChangeLog b/ChangeLog index 2caf136e5c8..e7b357d6d72 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 e8d65bcd238..73e839d8939 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: