PHP Release 8.1.19


PHP 8.1.19 Release Announcement

The PHP development team announces the immediate availability of PHP 8.1.19. This is a bug fix release.

All PHP 8.1 users are encouraged to upgrade to this version.

For source downloads of PHP 8.1.19 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.

Source Code
PHP 8.1.19 (tar.gz)
SHA256: 0ebb6b0ecf5d8e355c2f1362807f9b73c6e803d496c5ad3e4fb00be989988372
PHP 8.1.19 (tar.bz2)
SHA256: 64207207fda30be926a2ef1f66ff266bf1fdc7e03339bc99fbba0a1245e4279b
PHP 8.1.19 (tar.xz)
SHA256: f42f0e93467415b2d30aa5b7ac825f0079a74207e0033010383cdc1e13657379
Change Logs
core
  • Fix inconsistent float negation in constant expressions.
  • Fixed bug GH-8841 (php-cli core dump calling a badly formed function).
  • Fixed bug GH-10737 (PHP 8.1.16 segfaults on line 597 of sapi/apache2handler/sapi_apache2.c).
  • Fixed bug GH-11028 (Heap Buffer Overflow in zval_undefined_cv.).
  • Fixed bug GH-11108 (Incorrect CG(memoize_mode) state after bailout in ??=).
dom
  • Fixed bug #80602 (Segfault when using DOMChildNode::before()).
  • Fixed incorrect error handling in dom_zvals_to_fragment().
exif
  • Fixed bug GH-9397 (exif read : warnings and errors : Potentially invalid endianess, Illegal IFD size and Undefined index).
intl
  • Fixed bug GH-11071 (TZData version not displayed anymore).
pcre
  • Fixed bug GH-10968 (Segfault in preg_replace_callback_array()).
standard
  • Fixed bug GH-10990 (mail() throws TypeError after iterating over $additional_headers array by reference).
  • Fixed bug GH-9775 (Duplicates returned by array_unique when using enums).
To Top