From: Date: Sat, 7 Jun 2003 00:31:14 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_2~377 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06d6909c5849cacf7064b930149ad50544bdf097;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f3b51e8efb..707c6f6325 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,104 @@ +2003-06-06 Sterling Hughes + + * ext/dom/text.c: + add splitText() + never has such a complex process been endured for such a simple function + libxml makes me queasy right now :) + +2003-06-06 Jani Taskinen + + * (PHP_4_3) + NEWS: + hrm.. + +2003-06-06 Georg Richter + + * (PHP_4_3) + NEWS: + fixed bug 24060 + +2003-06-06 Rob Richards + + * ext/dom/php_dom.c: + fix double free issue + fix property access within invalid objects and failed reads + +2003-06-06 Georg Richter + + * ext/ncurses/ncurses_functions.c: + fixed bug #24060 + +2003-06-06 Jay Smith + + * tests/lang/namespace_001.phpt: + Namespaces are gone, and so is this test. + +2003-06-06 Georg Richter + + * (PHP_4_3) + ext/ncurses/ncurses_functions.c: + fixed #24060 + +2003-06-06 Martin Jansen + + * pear/PEAR/Frontend/CLI.php: + - The argument of displayError() is a PEAR_Error instance. + + + * pear/PEAR/Command/Registry.php: + - Use raiseError(), like it's done in the rest of class also. + + +2003-06-06 Sascha Schumann + + * (PHP_4_3) + NEWS: + Refine error description + +2003-06-06 Jani Taskinen + + * (PHP_4_3) + NEWS: + BFN + + * tests/lang/bug24054.phpt: + + Test for bug #24054 + +2003-06-06 Georg Richter + + * ext/mysqli/mysqli_nonapi.c: + fixed return value + +2003-06-06 Jani Taskinen + + * (PHP_4_3) + ext/standard/file.c: + ws + + * ext/standard/file.c: + WS + + * ext/xsl/xsl_fe.h: + missing header + + * ext/dom/xml_common.h: + Missing header + + * ext/dom/EXPERIMENTAL + ext/xsl/CREDITS + ext/xsl/EXPERIMENTAL: + Some missing files.. + + * ext/xsl/.cvsignore + ext/xsl/config.m4: + Missing entries in .cvsignore and some cutpaste bugs in config.m4 + + * ext/mcve/mcve.c + ext/mcve/php_mcve.h + ext/mcve/tests/001.phpt: + Fixed bug #24051: shared build and test + 2003-06-05 Ilia Alshanetsky * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index cffe5ddeb4..935e4ccb63 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2003-06-06 Sascha Schumann + + * zend_multiply.h: + mfb #24025 fix + 2003-06-04 Stanislav Malyshev * zend.c: