diff options
author | Christopher Jones <christopher.jones@oracle.com> | 2017-07-07 12:13:21 +1000 |
---|---|---|
committer | Christopher Jones <christopher.jones@oracle.com> | 2017-07-07 12:13:21 +1000 |
commit | 5ca02ca494c1698e391983da3329c14fab0f01a6 (patch) | |
tree | 82bd9016af4162cafb2bedf141e86b8c4f1d565e | |
parent | af07b76ccf34e607f2ab34b742ee80f4cd13ba26 (diff) | |
download | php-git-5ca02ca494c1698e391983da3329c14fab0f01a6.tar.gz |
Fix NEWS entry location
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -10,6 +10,9 @@ PHP NEWS . Fixed bug #74761 (Unary operator expected error on some systems). (petk) . Fixed bug #73900 (Use After Free in unserialize() SplFixedArray). (nikic) +- OCI8: + . Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). (Ingmar Runge) + - Opcache: . Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within finally). (Bob) @@ -66,7 +69,6 @@ PHP NEWS - OCI8: . Add TAF callback (PR #2459). (KoenigsKind) - . Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). (Ingmar Runge) - Opcache: . Fixed bug #74663 (Segfault with opcache.memory_protect and |