From: Date: Sat, 1 Nov 2003 01:31:52 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0b3RC1~801 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05dfdf19617cddc4cf3b38b95a32e78648488cb5;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 833f23dfa0..6db35ee05f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,119 @@ +2003-10-31 Greg Beaver + + * pear/tests/pear_dependency_checkPackage.phpt: + add optional dependencies to test + + * pear/PEAR/Dependency.php: + better error messages, fix potential problems in the future + + * pear/PEAR/Installer.php: + fix warning + + * pear/tests/pear_installer1.phpt: + fix test + + * pear/tests/pear_installer2.phpt: + add fancy SKIPIF code, fix test + + * pear/tests/pear_installer3.phpt: + add fancy SKIPIF code + + * pear/tests/pear_installer1.phpt: + fix test 1, add in nifty SKIPIF code + + * pear/PEAR/Installer.php: + deleted code says it all + + * pear/tests/pear_dependency_checkPackage.phpt: + add in skip to match other tests + + * pear/tests/pear_dependency_checkPackage.phpt: + new test case + +2003-10-31 Uwe Schindler + + * sapi/nsapi/nsapi.c: + fix header handler + +2003-10-31 Greg Beaver + + * pear/PEAR/Dependency.php: + major bug - "not" dependency check would completely fail. Guess nobody + ever tried it before :) + +2003-10-31 Moriyoshi Koizumi + + * ZendEngine2/tests/bug26010.phpt: + Add test case for bug #26010 + +2003-10-31 Greg Beaver + + * pear/PEAR/Dependency.php: + was checking the wrong parameter for a v. - should be checking version + + * pear/PEAR/Dependency.php: + phpdoc fix + +2003-10-31 Moriyoshi Koizumi + + * ext/dom/tests/dom004.phpt + ext/dom/tests/dom_xinclude.phpt: + SKIP tests if compress.zlib wrapper is not available. + +2003-10-31 Jani Taskinen + + * ext/mysqli/config.m4: + cosmetics + +2003-10-31 Uwe Schindler + + * sapi/nsapi/nsapi.c + sapi/nsapi/nsapi.c: + Send correct default content type from php.ini not static text/html + (important for other charsets than iso-8859-1) + +2003-10-31 Marcus Boerger + + * makerpm: + Make this work again + +2003-10-31 Greg Beaver + + * pear/tests/pear_common_analyzeSC.phpt: + finished unit test + + * pear/package-PEAR.xml: + bump to 1.3b4, add note about fix for #171 + + * pear/PEAR/Installer.php: + fix #171, --alldeps with a rel="eq" should install the required version, if + possible + +2003-10-31 Ilia Alshanetsky + + * ext/mcrypt/mcrypt.c: + Fixed bug #26042 (memory leak if mcrypt_generic_deinit() is not called + after every mcrypt_generic_init() call). + + +2003-10-31 Jani Taskinen + + * sapi/cgi/cgi_main.c: + MFB + + * (PHP_4_3) + sapi/cgi/cgi_main.c: + Fix "bug" #26039 + +2003-10-31 Greg Beaver + + * pear/PEAR/Common.php: + add some error control to analyzeSourceCode() for really rare cases - + invalid PHP + + * pear/tests/pear_common_analyzeSC.phpt: + start on unit test for PEAR_Common + 2003-10-30 Jani Taskinen * NEWS diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 415d9e8a44..a8da29c910 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2003-10-31 Moriyoshi Koizumi + + * tests/bug26010.phpt: + Add test case for bug #26010 + 2003-10-30 Stanislav Malyshev * zend_compile.c: