mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Bug #69975 had already been fixed as of PHP 5.6.12
Also CVE-2015-8879 had been assigned.
This commit is contained in:
parent
c301adbbd1
commit
ced2a80e6f
5
NEWS
5
NEWS
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user