diff options
author | <changelog@php.net> | 2008-08-29 01:31:55 +0000 |
---|---|---|
committer | <changelog@php.net> | 2008-08-29 01:31:55 +0000 |
commit | 6e6623dcb0d113a1ad8a1962238931af1c23991c (patch) | |
tree | 96f03379cbd43484b0dd7ca9c08b9d5913356b35 | |
parent | dcfcdbf12157bf6312b58bb84a74fd684a660cfd (diff) | |
download | php-git-6e6623dcb0d113a1ad8a1962238931af1c23991c.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 44 |
1 files changed, 44 insertions, 0 deletions
@@ -1,3 +1,47 @@ +2008-08-28 Christopher Jones <christopher.jones@oracle.com> + + * (PHP_5_3) + ext/oci8/oci8.c: + MFH: Bug #45888 (Refcounting in ZTS mode) + + * ext/oci8/oci8.c: + Bug #45888 (Refcounting in ZTS mode) + + * (PHP_5_3) + NEWS: + Add #45458 + + * (PHP_5_3) + ext/oci8/oci8_interface.c + ext/oci8/tests/bug45458.phpt: + MFH: Bug #45458 (OCI8: Numeric keys for associative arrays are not handled + properly) + + * ext/oci8/oci8_interface.c + ext/oci8/tests/bug45458.phpt + ext/oci8/tests/bug45458.phpt: + Bug #45458 (OCI8: Numeric keys for associative arrays are not handled + properly) + + * ext/oci8/tests/lob_029.phpt: + Fix expected output for PHP 6 + + * (PHP_5_3) + ext/oci8/tests/lob_029.phpt: + MHF: Test initialization cleanup + + * ext/oci8/tests/lob_029.phpt: + Test initialization cleanup + + * (PHP_5_3) + php.ini-dist + php.ini-recommended: + MFH: Update Oracle DLL examples to match build changes + + * php.ini-dist + php.ini-recommended: + Update Oracle DLL examples to match build changes + 2008-08-27 David Soria Parra <dsoria@gmx.net> * (PHP_5_3) |