diff options
author | Pierrick Charron <pierrick@php.net> | 2016-07-27 18:17:43 -0400 |
---|---|---|
committer | Pierrick Charron <pierrick@php.net> | 2016-07-27 18:17:43 -0400 |
commit | 1b681880c148a360be6e8835ed974ad149ebf32c (patch) | |
tree | a0775f38aa272d62332f9b154663a4ed9f6407ef | |
parent | 266c62070f7e8e98106cd7b28a86aafc3e537c5b (diff) | |
parent | ed16f2fed526df9bac870605db5a4e602b78a579 (diff) | |
download | php-git-1b681880c148a360be6e8835ed974ad149ebf32c.tar.gz |
Merge branch 'PHP-5.6' into PHP-7.0
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -27,6 +27,10 @@ PHP NEWS - COM: . Fixed bug #72569 (DOTNET/COM array parameters broke in PHP7). (Anatol) +- CURL: + . Fixed bug #71709 (curl_setopt segfault with empty CURLOPT_HTTPHEADER). + (Pierrick) + - Date: . Fixed bug #66836 (DateTime::createFromFormat 'U' with pre 1970 dates fails parsing). (derick) @@ -61,7 +65,7 @@ PHP NEWS . Fixed bug #72590 (Opcache restart with kill_all_lockers does not work). (Keyur) --PCRE: +- PCRE: . Fixed bug #72688 (preg_match missing group names in matches). (cmb) . Upgraded to PCRE 8.39. (Anatol) @@ -82,6 +86,7 @@ PHP NEWS . Fixed bug #55701 (GlobIterator throws LogicException). (Valentin VĂLCIU) . Fixed bug #72646 (SplFileObject::getCsvControl does not return the escape character). (cmb) + . Fixed bug #72684 (AppendIterator segfault with closed generator). (Pierrick) - SQLite3: . Fixed bug #72668 (Spurious warning when exception is thrown in user defined |