Bug #69975 had already been fixed as of PHP 5.6.12

Also CVE-2015-8879 had been assigned.
This commit is contained in:
Christoph M. Becker 2016-07-28 18:22:19 +02:00
parent c301adbbd1
commit ced2a80e6f

5
NEWS
View File

@ -127,9 +127,6 @@ PHP NEWS
- Intl: - Intl:
. Fixed bug #72533 (locale_accept_from_http out-of-bounds access). (Stas) . Fixed bug #72533 (locale_accept_from_http out-of-bounds access). (Stas)
- ODBC:
. Fixed bug #69975 (PHP segfaults when accessing nvarchar(max) defined columns)
- OpenSSL: - OpenSSL:
. Fixed bug #71915 (openssl_random_pseudo_bytes is not fork-safe). . Fixed bug #71915 (openssl_random_pseudo_bytes is not fork-safe).
(Jakub Zelenka) (Jakub Zelenka)
@ -702,7 +699,7 @@ PHP NEWS
- ODBC: - ODBC:
. Fixed bug #69975 (PHP segfaults when accessing nvarchar(max) defined . Fixed bug #69975 (PHP segfaults when accessing nvarchar(max) defined
columns). (cmb) columns). (CVE-2015-8879) (cmb)
- OpenSSL: - OpenSSL:
. Fixed bug #69882 (OpenSSL error "key values mismatch" after . Fixed bug #69882 (OpenSSL error "key values mismatch" after