ChangeLog update

This commit is contained in:
2009-03-13 01:32:45 +00:00
parent 2fe755e416
commit 7618b46447

View File

@ -1,3 +1,58 @@
2009-03-12 Christopher Jones <christopher.jones@oracle.com>
* (PHP_5_3)
NEWS:
Add PECL Bug #14268
* (PHP_5_3)
ext/oci8/config.m4:
MFH: Fixed PECL Bug 14268 (Allow 'pecl install oci8' command to
'autodetect' an Instant Client RPM install) & refactor
* ext/oci8/config.m4:
Fixed PECL Bug 14268 (Allow 'pecl install oci8' command to 'autodetect' an
Instant Client RPM install) & refactor
2009-03-12 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_5_2)
NEWS
ext/pgsql/pgsql.c:
MFB: Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a
string
literal)
* ext/pgsql/pgsql.c:
Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a
string
literal)
* (PHP_5_3)
ext/pgsql/pgsql.c:
Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string
literal)
2009-03-12 Zoe Slattery <zoe.slattery@googlemail.com>
* run-tests.php
run-tests.php
run-tests.php:
refixing %r in run-tests.php (thanks iain lewis for the fix)
2009-03-12 Andrei Zmievski <andrei@gravitonic.com>
* ext/pdo/pdo_stmt.c:
Fix copy-pasto (needs to return proper CE).
2009-03-12 Christopher Jones <christopher.jones@oracle.com>
* ext/oci8/tests/connect_without_oracle_home.phpt
ext/oci8/tests/connect_without_oracle_home_old.phpt
ext/oci8/tests/pecl_bug16035.phpt:
Fix tests to use ENV and re-enable
2009-03-11 Brian Shire <shire@tekrat.com>
* (PHP_5_3)