From: Date: Mon, 31 Dec 2007 01:31:28 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~1070 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33271a33c0839921807da9f609aad4b5803d64d7;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 5029e9dfd0..676698094f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2007-12-30 David Soria Parra + + * (PHP_5_2) + NEWS + ext/pdo/pdo_dbh.c + ext/pdo/pdo_dbh.c + ext/pdo/tests/bug_43663.phpt: + - Fixed bug #43663 (Extending PDO class with a __call() function doesn't + work). + + * (PHP_5_3) + ext/pdo/pdo_dbh.c + ext/pdo/tests/bug_43663.phpt: + - Fixed bug #43663 (Extending PDO class with a __call() function doesn't + work). + CVS + + * ext/pdo/tests/bug_43663.phpt + ext/pdo/tests/bug_43663.phpt + ext/pdo/tests/bug_43663.phpt: + 1.1.4; + Test for bug 43663 + +2007-12-30 Ilia Alshanetsky + + * (PHP_5_3) + NEWS: + + Fixed typo + 2007-12-29 Jani Taskinen * (PHP_5_2)