Die Entwickler der weit verbreiteten Programmiersprache, PHP, haben heute die Updates 7.4.10 und 7.3.22 als Bugfix Release, veröffentlicht.
PHP 7.4.10 Release Notes
- Core:
- Fixed bug #79884 (PHP_CONFIG_FILE_PATH is meaningless).
- Fixed bug #77932 (File extensions are case-sensitive).
- Fixed bug #79806 (realpath() erroneously resolves link to link).
- Fixed bug #79895 (PHP_CHECK_GCC_ARG does not allow flags with equal sign).
- Fixed bug #79919 (Stack use-after-scope in define()).
- Fixed bug #79934 (CRLF-only line in heredoc causes parsing error).
- Fixed bug #79947 (Memory leak on invalid offset type in compound assignment).
- COM:
- Fixed bug #48585 (com_load_typelib holds reference, fails on second call).
- Exif:
- Fixed bug #75785 (Many errors from exif_read_data).
- Gettext:
- Fixed bug #70574 (Tests fail due to relying on Linux fallback behavior for gettext()).
- LDAP:
- Fixed memory leaks.
- OPcache:
- PDO:
- Fixed bug #64705 (errorInfo property of PDOException is null when PDO::__construct() fails).
- Session:
- Fixed bug #79724 (Return type does not match in ext/session/mod_mm.c).
- Standard:
- XML:
- Fixed bug #79922 (Crash after multiple calls to xml_parser_free()).
PHP 7.3.22 Release Notes
- Core:
- Fixed bug #79884 (PHP_CONFIG_FILE_PATH is meaningless).
- Fixed bug #77932 (File extensions are case-sensitive).
- Fixed bug #79806 (realpath() erroneously resolves link to link).
- Fixed bug #79895 (PHP_CHECK_GCC_ARG does not allow flags with equal sign).
- Fixed bug #79919 (Stack use-after-scope in define()).
- Fixed bug #79934 (CRLF-only line in heredoc causes parsing error).
- COM:
- Fixed bug #48585 (com_load_typelib holds reference, fails on second call).
- Exif:
- Fixed bug #75785 (Many errors from exif_read_data).
- Gettext:
- Fixed bug #70574 (Tests fail due to relying on Linux fallback behavior for gettext()).
- LDAP:
- Fixed memory leaks.
- OPcache:
- Fixed bug #73060 (php failed with error after temp folder cleaned up).
- PDO:
- Fixed bug #64705 (errorInfo property of PDOException is null when PDO::__construct() fails).
- Standard:
- XML:
- Fixed bug #79922 (Crash after multiple calls to xml_parser_free()).
Loading...