summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.