
Die Scripting Sprache PHP wurde vor wenigen Tagen in der Version 7.1.23 und 7.2.11 aktualisiert. Nachfolgend die Änderungen der beiden Versionen.
PHP 7.1.23 Release Notes
- Core:
- CURL:
- Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).
- iconv:
- Fixed bug #66828 (iconv_mime_encode Q-encoding longer than it should be).
- Opcache:
- Fixed bug #76832 (ZendOPcache.MemoryBase periodically deleted by the OS).
- POSIX:
- Fixed bug #75696 (posix_getgrnam fails to print details of group).
- Reflection:
- Fixed bug #74454 (Wrong exception being thrown when using ReflectionMethod).
- Standard:
- Zlib:
- Fixed bug #75273 (php_zlib_inflate_filter() may not update bytes_consumed).
Quelle: http://www.php.net/ChangeLog-7.php#7.1.23
PHP 7.2.11 Release Notes
- Core:
- CURL:
- Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).
- iconv:
- Fixed bug #66828 (iconv_mime_encode Q-encoding longer than it should be).
- Opcache:
- POSIX:
- Fixed bug #75696 (posix_getgrnam fails to print details of group).
- Reflection:
- Fixed bug #74454 (Wrong exception being thrown when using ReflectionMethod).
- Standard:
- XMLRPC:
- Fixed bug #76886 (Can’t build xmlrpc with expat).
- Zlib:
- Fixed bug #75273 (php_zlib_inflate_filter() may not update bytes_consumed).