From: Date: Sun, 2 Nov 2003 01:31:52 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0b3RC1~796 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8abeb68cbb890a1f8abd00736580d22ab2d945f4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 6db35ee05f..ea01b11f8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,50 @@ +2003-11-01 Uwe Schindler + + * (PHP_4_3) + sapi/nsapi/nsapi.c: + this is not needed + +2003-11-01 Sascha Schumann + + * (PHP_4_3) + TODO.BUILDv5: + not really adequate here + +2003-11-01 Uwe Schindler + + * (PHP_4_3) + NEWS: + news update + +2003-11-01 Greg Beaver + + * (PHP_4_3) + pear/PEAR/Dependency.php: + ack + + * (PHP_4_3) + pear/PEAR/Dependency.php: + might as well, someone will try it someday + + * (PHP_4_3) + pear/PEAR/Dependency.php: + rework some odd code + + * (PHP_4_3) + pear/PEAR/Dependency.php: + PATH_SEPARATOR is very handy + + * pear/PEAR/Dependency.php: + checkExtension() was a complete disaster, can't believe it didn't cause any + problems before. + + * pear/tests/pear_dependency_checkExtension.phpt + pear/tests/pear_dependency_checkPackageUninstall.phpt: + new unit test + + * pear/PEAR/Dependency.php: + fix bug found by unit test + 2003-10-31 Greg Beaver * pear/tests/pear_dependency_checkPackage.phpt: