diff options
author | Christopher Jones <christopher.jones@oracle.com> | 2016-08-04 12:45:32 +1000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2016-08-07 09:39:44 +1000 |
commit | b601dc5b29147bb1402d78e7f33a90981a2f94f5 (patch) | |
tree | 61ae2e8caa30905a248c7b80fe247493cf9c60a7 /NEWS | |
parent | a2a2ea18feea8945be7a7f02f384f015fa47076a (diff) | |
download | php-git-b601dc5b29147bb1402d78e7f33a90981a2f94f5.tar.gz |
Fix bug #72524 (Binding null values triggers ORA-24816 error)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |