Software 42241 Published by

PHP 7.0.24 has been released. Several bugs have been fixed. All PHP 7.0 users are encouraged to upgrade to this version.



What's new in PHP 7.0.24:

Core:
Fixed bug #75042 (run-tests.php issues with EXTENSION block).

BCMath:
Fixed bug #44995 (bcpowmod() fails if scale != 0).
Fixed bug #46781 (BC math handles minus zero incorrectly).
Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1).
Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus).

CLI server:
Fixed bug #70470 (Built-in server truncates headers spanning over TCP packets).

CURL:
Fixed bug #75093 (OpenSSL support not detected).

GD:
Fixed bug #75124 (gdImageGrayScale() may produce colors).
Fixed bug #75139 (libgd/gd_interpolation.c:1786: suspicious if ?).

Gettext:
Fixed bug #73730 (textdomain(null) throws in strict mode).

Intl:
Fixed bug #75090 (IntlGregorianCalendar doesn't have constants from parent class).

PDO_OCI:
Fixed bug #74631 (PDO_PCO with PHP-FPM: OCI environment initialized before PHP-FPM sets it up).

SPL:
Fixed bug #75173 (incorrect behavior of AppendIterator::append in foreach loop).

Standard:
Fixed bug #75097 (gethostname fails if your host name is 64 chars long).

  PHP 7.0.24 released