diff options
author | Christoph M. Becker <cmb@php.net> | 2015-07-03 00:29:44 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2015-07-03 00:29:44 +0200 |
commit | 2768bdbce08646ded80bc472a8b19631a23c2da7 (patch) | |
tree | da7744fa53945230ba818cd15d8d529e36fed875 | |
parent | caa539b4814f715cb1a53961c85b56c8eb957f39 (diff) | |
download | php-git-2768bdbce08646ded80bc472a8b19631a23c2da7.tar.gz |
updated NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ PHP NEWS . Corrected oci8 hash destructors to prevent segfaults, and a few other fixes. (Cameron Porter) +- ODBC: + . Fixed bug #69975 (PHP segfaults when accessing nvarchar(max) defined + columns). (cmb) + - OpenSSL: . Fixed bug #69882 (OpenSSL error "key values mismatch" after openssl_pkcs12_read with extra cert) (Tomasz Sawicki) |