summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2008-08-28 06:22:49 +0000
committerChristopher Jones <sixd@php.net>2008-08-28 06:22:49 +0000
commit2b24b003fa0351b50f2a681aedd441c5c26dbf35 (patch)
tree0a086218e5a6d9b21cd8eb83d2d0a0c874f31ef8
parentc5aa4a138e4b806aaea4342c749b24addd95d1da (diff)
downloadphp-git-2b24b003fa0351b50f2a681aedd441c5c26dbf35.tar.gz
Add #45458
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9cc9563b5d..03d628b608 100644
--- a/NEWS
+++ b/NEWS
@@ -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.