summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-02-24 12:23:26 +0100
committerAnatol Belski <ab@php.net>2016-02-24 12:23:26 +0100
commitf14c0cc43a58a81d16becbea2eb574d4c87d9311 (patch)
tree31b91ab7dd8c4bd11c952bf77ff15741cfbc1986
parentca779add4d6c3e5c567e0b442a34d1beccb3c4ba (diff)
downloadphp-git-f14c0cc43a58a81d16becbea2eb574d4c87d9311.tar.gz
sync with improvements in NEWS
-rw-r--r--NEWS26
1 files changed, 12 insertions, 14 deletions
diff --git a/NEWS b/NEWS
index 2a30d4d084..e6be533904 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-18 Feb 2016 PHP 7.0.4RC1
+03 Mar 2016 PHP 7.0.4
- Core:
. Fixed bug (Low probability segfault in zend_arena). (Laruence)
- . Fixed bug #71485 (Return typehint on interanal func causes Fatal error
+ . Fixed bug #71485 (Return typehint on internal func causes Fatal error
when it throws exception). (Laruence)
. Fixed bug #71474 (Crash because of VM stack corruption on Magento2).
(Dmitry)
@@ -23,11 +23,21 @@ PHP NEWS
. Fixed bug #71559 (Built-in HTTP server, we can download file in web by bug).
(Johannes, Anatol)
+- CURL:
+ . Fixed bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes
+ while curl_multi_exec). (Laruence)
+ . Fixed memory leak in curl_getinfo(). (Leigh)
+
- Date:
. Fixed bug #71525 (Calls to date_modify will mutate timelib_rel_time,
causing date_date_set issues). (Sean DuBois)
+- Fileinfo:
+ . Fixed bug #71434 (finfo throws notice for specific python file). (Laruence)
+
- FPM:
+ . Fixed bug #62172 (FPM not working with Apache httpd 2.4 balancer/fcgi
+ setup). (Matt Haught, Remi)
. Fixed bug #71269 (php-fpm dumped core). (Mickaƫl)
- Opcache:
@@ -37,18 +47,6 @@ PHP NEWS
- PCRE:
. Fixed bug #71537 (PCRE segfault from Opcache). (Laruence)
-- CURL:
- . Fixed bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes
- while curl_multi_exec). (Laruence)
- . Fixed memory leak in curl_getinfo(). (Leigh)
-
-- Fileinfo:
- . Fixed bug #71434 (finfo throws notice for specific python file). (Laruence)
-
-- FPM:
- . Fixed bug #62172 (FPM not working with Apache httpd 2.4 balancer/fcgi
- setup). (Matt Haught, Remi)
-
- phpdbg:
. Fixed inherited functions from unspecified files being included in
phpdbg_get_executable(). (Bob)