diff options
author | Xinchen Hui <laruence@php.net> | 2014-11-11 16:24:59 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2014-11-11 16:24:59 +0800 |
commit | 399ec40a7613ef4092668c211d04e1d59c167a14 (patch) | |
tree | 1e302b319a230b8008cbb6c47b550999ea56881a | |
parent | e003c56c7463b9b5076d97724a06f6932d605a09 (diff) | |
download | php-git-399ec40a7613ef4092668c211d04e1d59c167a14.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 38 |
1 files changed, 21 insertions, 17 deletions
@@ -24,9 +24,9 @@ PHP NEWS . Fixed bug #68129 (parse_url() - incomplete support for empty usernames and passwords) (Tjerk) -- phpdbg: - . Added XML protocol (-x command line flag). (Bob) - . Added hard interruptions (twice SIGINT). (Bob) +- CURL: + . Add CURL_SSLVERSION_TLSv1_0, CURL_SSLVERSION_TLSv1_1, and + CURL_SSLVERSION_TLSv1_2 constants if supported by libcurl (Rasmus) - Fileinfo: . Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB) @@ -49,36 +49,40 @@ PHP NEWS . Fixed bug #63595 (GMP memory management conflicts with other libraries using GMP). (Remi) -- Reflection: - . Fixed bug #68103 (Duplicate entry in Reflection for class alias). (Remi) +- Mysqli: + . Fixed bug #68114 (linker error on some OS X machines with fixed width + decimal support) (Keyur Govande) - OpenSSL: . Fixed bug #68074 (Allow to use system cipher list instead of hardcoded value). (Remi) -- Mysqli: - . Fixed bug #68114 (linker error on some OS X machines with fixed width - decimal support) (Keyur Govande) - - ODBC: . Fixed bug #68087 (ODBC not correctly reading DATE column when preceded by a VARCHAR column) (Keyur Govande) +- phpdbg: + . Added XML protocol (-x command line flag). (Bob) + . Added hard interruptions (twice SIGINT). (Bob) + +- PDO_pgsql: + . Fixed bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads) + (Matteo, Alain Laporte) + +- Reflection: + . Fixed bug #68103 (Duplicate entry in Reflection for class alias). (Remi) + - Session: . Fixed bug #68331 (Session custom storage callable functions not being called) (Yasuo Ohgaki) +- SOAP: + . Fixed bug #68361 (Segmentation fault on SoapClient::__getTypes). + (Laruence) + - SPL: . Fixed bug #68128 (Regression in RecursiveRegexIterator) (Tjerk) -- CURL: - . Add CURL_SSLVERSION_TLSv1_0, CURL_SSLVERSION_TLSv1_1, and - CURL_SSLVERSION_TLSv1_2 constants if supported by libcurl (Rasmus) - -- PDO_pgsql: - . Fixed bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads) - (Matteo, Alain Laporte) - 16 Oct 2014, PHP 5.6.2 - Core: |