diff options
author | Christopher Jones <christopher.jones@oracle.com> | 2017-07-07 12:14:12 +1000 |
---|---|---|
committer | Christopher Jones <christopher.jones@oracle.com> | 2017-07-07 12:14:12 +1000 |
commit | 5c96a255ea511c5e077b514a1bbb4576de498272 (patch) | |
tree | 4fe7fc4386874f0b81daa8d0a6d26e2c8de8c5a8 | |
parent | 18eb78854ca5f8be7b26caa2050de5f63884d882 (diff) | |
download | php-git-5c96a255ea511c5e077b514a1bbb4576de498272.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 #74623 (Infinite loop in type inference when using HTMLPurifier). (nikic) @@ -76,7 +79,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 |