summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristopher Jones <christopher.jones@oracle.com>2016-08-04 12:45:32 +1000
committerChristopher Jones <sixd@php.net>2016-08-07 09:39:44 +1000
commitb601dc5b29147bb1402d78e7f33a90981a2f94f5 (patch)
tree61ae2e8caa30905a248c7b80fe247493cf9c60a7 /NEWS
parenta2a2ea18feea8945be7a7f02f384f015fa47076a (diff)
downloadphp-git-b601dc5b29147bb1402d78e7f33a90981a2f94f5.tar.gz
Fix bug #72524 (Binding null values triggers ORA-24816 error)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3be4c9bb99..dbcca1aee7 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ PHP NEWS
- GD:
. Fixed bug #72709 (imagesetstyle() causes OOB read for empty $styles). (cmb)
+- OCI8
+ . Fixed invalid handle error with Implicit Result Sets. (Chris Jones)
+ . Fixed bug #72524 (Binding null values triggers ORA-24816 error). (Chris Jones)
+
- Session:
. Fixed bug #72724 (PHP7: session-uploadprogress kills httpd). (Nikita)