summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <christopher.jones@oracle.com>2015-11-07 02:15:24 +1100
committerChristopher Jones <christopher.jones@oracle.com>2015-11-07 02:15:24 +1100
commit089ca134fb79ba57cdc89a3a8d9800577bce5ddf (patch)
treecc726df5108bfe56e2497c9f7c31128c8317f7d4
parenta57b2053832fc0136d6b894148d0d20c0d9d90df (diff)
downloadphp-git-089ca134fb79ba57cdc89a3a8d9800577bce5ddf.tar.gz
Always remember NEWS....
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5dcb3310bc..1d0ed5ea88 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ PHP NEWS
. Fixed bug #70748 (Segfault in ini_lex () at Zend/zend_ini_scanner.l).
(Laruence)
+- OCI8:
+ . Fixed bug #68298 (OCI int overflow) (Senthil).
+
- PDO_DBlib:
. Fixed bug #69757 (Segmentation fault on nextRowset).
(miracle at rpz dot name)