From: Date: Thu, 23 May 2002 00:25:48 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_10~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da1545b404e55e7ad31ef6295685d6ae95a9dc63;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7d32bb1534..39e51ba507 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2002-05-22 Jani Taskinen + + * run-tests.php: Skip POST data if it is empty. + +2002-05-22 Andi Gutmans + + * makedist.ZendEngine2: + - makedist script for creating Engine 2 distribution. + - Hopefully we can get a preview out in the next few days. + +2002-05-22 Tomas V.V.Cox + + * pear/PEAR/Command/Package.php: + Trigger an error if the run-test.php file is not found + Make the run-tests pear cmd run with the CGI SAPI + + * pear/PEAR/Dependency.php: + Test first if the package exists before comparing the version + (fix the version_compare() segfault) + + * pear/PEAR/Remote.php: Make pear -vv XXX set the XML_RPC debug flag + +2002-05-22 Wez Furlong + + * sapi/activescript/CREDITS + sapi/activescript/README: Add README and CREDITS... + + * sapi/activescript/scriptengine.cpp: + Fix bug when length was queried before the string was converted. + 2002-05-21 Wez Furlong * ext/com/COM.c: