diff options
| author | <changelog@php.net> | 2007-12-31 01:31:28 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2007-12-31 01:31:28 +0000 |
| commit | 33271a33c0839921807da9f609aad4b5803d64d7 (patch) | |
| tree | b100b7bfa332910e6810dc19620d3e32444e227f | |
| parent | 3178b2f2c7e2c5c598f8156af1b7ea6088252314 (diff) | |
| download | php-git-33271a33c0839921807da9f609aad4b5803d64d7.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,33 @@ +2007-12-30 David Soria Parra <dsoria@gmx.net> + + * (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 <ilia@prohost.org> + + * (PHP_5_3) + NEWS: + + Fixed typo + 2007-12-29 Jani Taskinen <jani.taskinen@sci.fi> * (PHP_5_2) |
