diff options
author | Pierrick Charron <pierrick@php.net> | 2016-07-27 18:25:55 -0400 |
---|---|---|
committer | Pierrick Charron <pierrick@php.net> | 2016-07-27 18:25:55 -0400 |
commit | 206f9f1337991887ed1e2e2300a116554ecbc79b (patch) | |
tree | 6cb5d8c42f45faf1664dab728baf60151192fd83 | |
parent | 915d2b942028402e1336de44a5e8f058f6d3c52b (diff) | |
parent | 1b681880c148a360be6e8835ed974ad149ebf32c (diff) | |
download | php-git-206f9f1337991887ed1e2e2300a116554ecbc79b.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,10 @@ PHP NEWS (Yuji Uchiyama) . Fixed bug #72683 (getmxrr broken). (Anatol) +- CURL: + . Fixed bug #71709 (curl_setopt segfault with empty CURLOPT_HTTPHEADER). + (Pierrick) + - Intl: . Fixed bug #72639 (Segfault when instantiating class that extends IntlCalendar and adds a property). (Laruence) @@ -29,6 +33,7 @@ PHP NEWS - SPL: . 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 |