
PHP erhielt vor wenigen Tagen einige Updates. Die Versionen 7.1.29, 7.2.18 und 7.3.5 erhielten diverse Bugfixes. Version 7.1 erhielt mit 2 Bugfixes verhältmismäßig wenige Änderungen, PHP 7.2 erhielt 16 und das neuste Release PHP 7.3 sogar 20 Bugfixe.
PHP 7.3.5 Release Notes
- Core:
- Fixed bug #77903 (ArrayIterator stops iterating after offsetSet call).
- CLI:
- Fixed bug #77794 (Incorrect Date header format in built-in server).
- EXIF:
- Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
- Interbase:
- Fixed bug #72175 (Impossibility of creating multiple connections to Interbase with php 7.x).
- Intl:
- Fixed bug #77895 (IntlDateFormatter::create fails in strict mode if $locale = null).
- litespeed:
- LiteSpeed SAPI 7.3.1, better process management, new API function litespeed_finish_request().
- LDAP:
- Fixed bug #77869 (Core dump when using server controls) (mcmic)
- Mail:
- Fixed bug #77821 (Potential heap corruption in TSendMail()).
- mbstring:
- Implemented FR #72777 (Implement regex stack limits for mbregex functions).
- MySQLi:
- Fixed bug #77773 (Unbuffered queries leak memory – MySQLi / mysqlnd).
- PCRE:
- Fixed bug #77827 (preg_match does not ignore \r in regex flags).
- PDO:
- Fixed bug #77849 (Disable cloning of PDO handle/connection objects).
- phpdbg:
- Reflection:
- Standard:
PHP 7.2.18 Release Notes
- CLI:
- Fixed bug #77794 (Incorrect Date header format in built-in server).
- EXIF:
- Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
- Interbase:
- Fixed bug #72175 (Impossibility of creating multiple connections to Interbase with php 7.x).
- Intl:
- Fixed bug #77895 (IntlDateFormatter::create fails in strict mode if $locale = null).
- litespeed:
- LiteSpeed SAPI 7.3.1, better process management, new API function litespeed_finish_request().
- Mail:
- Fixed bug #77821 (Potential heap corruption in TSendMail()).
- PCRE:
- Fixed bug #77827 (preg_match does not ignore \r in regex flags).
- PDO:
- Fixed bug #77849 (Disable cloning of PDO handle/connection objects).
- phpdbg:
- Reflection:
- Standard: