diff options
author | Christopher Jones <sixd@php.net> | 2008-08-28 06:22:49 +0000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2008-08-28 06:22:49 +0000 |
commit | 2b24b003fa0351b50f2a681aedd441c5c26dbf35 (patch) | |
tree | 0a086218e5a6d9b21cd8eb83d2d0a0c874f31ef8 | |
parent | c5aa4a138e4b806aaea4342c749b24addd95d1da (diff) | |
download | php-git-2b24b003fa0351b50f2a681aedd441c5c26dbf35.tar.gz |
Add #45458
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -181,7 +181,9 @@ PHP NEWS on Windows). . Improve persistent connection handling of restarted DBs. . Added SQLT_AFC (aka CHAR datatype) support to oci_bind_by_name. - . Fixed bug #41069 (Seg fault with query over DB link). + . Fixed bug #45458 (Numeric keys for associative arrays are not + handled properly) + . Fixed bug #41069 (Segmentation fault with query over DB link). . Fixed define of SQLT_BDOUBLE and SQLT_BFLOAT constants with Oracle 10g ORACLE_HOME builds. . Changed default value of oci8.default_prefetch from 10 to 100. |