Die Skriptsprache PHP wurde in den Zweigen
- 5.6.
- 7.0
- 7.1und
- 7.2
vor ein paar Tagen als Bugfix und Security Release aktualisiert. Nachfolgend die Release Notes
PHP 5.6.33 Release Notes
- GD:
- Fixed bug #75571 (Potential infinite loop in gdImageCreateFromGifCtx). (CVE-2018-5711)
- Phar:
- Fixed bug #74782 (Reflected XSS in .phar 404 page). (CVE-2018-5712)
PHP 7.0.27 Release Notes
- CLI Server:
- Fixed bug #60471 (Random “Invalid request (unexpected EOF)” using a router script).
- Core:
- FPM:
- Fixed bug #64938 (libxml_disable_entity_loader setting is shared between requests).
- GD:
- Fixed bug #75571 (Potential infinite loop in gdImageCreateFromGifCtx). (CVE-2018-5711)
- Opcache:
- Fixed bug #75579 (Interned strings buffer overflow may cause crash).
- PCRE:
- Fixed bug #74183 (preg_last_error not returning error code after error).
- Phar:
- Fixed bug #74782 (Reflected XSS in .phar 404 page). (CVE-2018-5712)
- Standard:
- Zip:
- Fixed bug #75540 (Segfault with libzip 1.3.1).
PHP 7.1.14 Release Notes
- Core:
- Fixed bug #75679 (Path 260 character problem).
- Fixed bug #75786 (segfault when using spread operator on generator passed by reference).
- Fixed bug #75799 (arg of get_defined_functions is optional).
- Fixed bug #75396 (Exit inside generator finally results in fatal error).
- Fixed bug #75079 (self keyword leads to incorrectly generated TypeError when in closure in trait).
- FCGI:
- Fixed bug #75794 (getenv() crashes on Windows 7.2.1 when second parameter is false).
- IMAP:
- Fixed bug #75774 (imap_append HeapCorruction).
- Opcache:
- PGSQL:
- Fixed bug #75671 (pg_version() crashes when called on a connection to cockroach).
- Readline:
- Fixed bug #75775 (readline_read_history segfaults with empty file).
- SAPI:
- Fixed bug #75735 (Segmentation fault in sapi_register_post_entry).
- SOAP:
- SPL:
- Standard:
- Fixed bug #75781 (substr_count incorrect result).
PHP 7.2.2 Release Notes
- Core:
- Fixed bug #75742 (potential memleak in internal classes’s static members).
- Fixed bug #75679 (Path 260 character problem).
- Fixed bug #75614 (Some non-portable == in shell scripts).
- Fixed bug #75786 (segfault when using spread operator on generator passed by reference).
- Fixed bug #75799 (arg of get_defined_functions is optional).
- Fixed bug #75396 (Exit inside generator finally results in fatal error).
- FCGI:
- Fixed bug #75794 (getenv() crashes on Windows 7.2.1 when second parameter is false).
- IMAP:
- Fixed bug #75774 (imap_append HeapCorruction).
- Opcache:
- PDO:
- Fixed bug #75616 (PDO extension doesn’t allow to be built shared on Darwin).
- PDO MySQL:
- Fixed bug #75615 (PDO Mysql module can’t be built as module).
- PGSQL:
- Fixed bug #75671 (pg_version() crashes when called on a connection to cockroach).
- Readline:
- Fixed bug #75775 (readline_read_history segfaults with empty file).
- SAPI:
- Fixed bug #75735 (Segmentation fault in sapi_register_post_entry).
- SOAP:
- SPL:
- Standard:
- Zip:
- Display headers (buildtime) and library (runtime) versions in phpinfo (with libzip >= 1.3.1).