]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorJoe Watkins <krakjoe@php.net>
Mon, 23 Jan 2017 16:55:43 +0000 (16:55 +0000)
committerJoe Watkins <krakjoe@php.net>
Mon, 23 Jan 2017 16:56:08 +0000 (16:56 +0000)
* PHP-7.0:
  Fix Bug #69865 php-fpm does not close stderr when using syslog

1  2 
NEWS

diff --cc NEWS
index 488e990b72bffc24620921c87475e2006387f5db,e76d75513a349ab3de6a28b3555d88ce19663e56..425a90e2a4914497e41d09ecb735aadc960242bd
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -13,10 -12,12 +13,14 @@@ PH
  - DTrace:
    . Fixed bug #73965 (DTrace reported as enabled when disabled). (Remi)
  
 -  . Fixed bug #67583 (double fastcgi_end_request on max_children limit).
 -    (Dmitry Saprykin)
 +- FCGI:
 +  . Fixed bug #73904 (php-cgi fails to load -c specified php.ini file). (Anatol)
 +  . Fixed bug #72898 (PHP_FCGI_CHILDREN is not included in phpinfo()). (Anatol)
 +
+ - FPM:
+   . Fixed bug #69865 (php-fpm does not close stderr when using syslog). 
+     (m6w6)
  - GD:
    . Fixed bug #73968 (Premature failing of XBM reading). (cmb)