* PHP-7.0:
Fix Bug #69865 php-fpm does not close stderr when using syslog
- 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)