From: Date: Sun, 13 Jun 2004 00:32:14 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0~208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fefbbb17785c52ab252a2ad6e8769df54b0a818;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3f71726daf..2d13cc0a05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2004-06-12 Ard Biesheuvel + + * ext/interbase/ibase_query.c + ext/interbase/php_interbase.h: + Revert + +2004-06-12 Greg Beaver + + * pear/PEAR/Common.php: + fix bug #1610: pear package doesn't validate deps + + It was never validating deps at all! + + * (PHP_4_3) + pear/PEAR/ErrorStack.php + pear/PEAR/Installer.php: + MFH: Installer and ErrorStack bugfixes/ErrorStack features + + * pear/PEAR/Installer.php: + fix bug #1615: installer must create extension dir if it doesn't exist, + patch by Tomas + + * pear/PEAR/ErrorStack.php: + fix bug #1617, exception never returned from PEAR_ErrorStack->push() + +2004-06-12 Ard Biesheuvel + + * ext/interbase/ibase_query.c + ext/interbase/php_interbase.h: + Added export macros + 2004-06-10 Ilia Alshanetsky * ext/standard/math.c: