Menü Schließen

PHP 8.1.1 sowie 8.0.14 und 7.4.27 Bugfix Releases

PHP Logo

Die PHP-Entwickler haben die Bugfix Releases 8.1.1, 8.0.14 und 7.4.27 veröffentlicht. Es werden diverse Fehler im Core, FPM, GD, IMAP, OpenSSL und weiteren Komponenten, behoben.

PHP 8.1.1

  • IMAP:
    • Fixed bug #81649 (imap_(un)delete accept sequences, not single numbers).
  • PCRE:
    • Update bundled PCRE2 to 10.39.
    • Fixed bug #74604 (Out of bounds in php_pcre_replace_impl).
  • Standard:
    • Fixed bug #81659 (stream_get_contents() may unnecessarily overallocate).

PHP 8.0.14

  • Core:
    • Fixed bug #81582 (Stringable not implicitly declared if __toString() came from a trait).
    • Fixed bug #81591 (Fatal Error not properly logged in particular cases).
    • Fixed bug #81626 (Error on use static:: in __сallStatic() wrapped to Closure::fromCallable()).
    • Fixed bug #81631 (::class with dynamic class name may yield wrong line number).
  • FPM:
    • Fixed bug #81513 (Future possibility for heap overflow in FPM zlog).
  • GD:
    • Fixed bug #71316 (libpng warning from imagecreatefromstring).
  • IMAP:
    • Fixed bug #81649 (imap_(un)delete accept sequences, not single numbers).
  • OpenSSL:
    • Fixed bug #75725 (./configure: detecting RAND_egd).
  • PCRE:
    • Fixed bug #74604 (Out of bounds in php_pcre_replace_impl).
  • SPL:
    • Fixed bug #81587 (MultipleIterator Segmentation fault w/ SimpleXMLElement attached).
  • Standard:
    • Fixed bug #81618 (dns_get_record fails on FreeBSD for missing type).
    • Fixed bug #81659 (stream_get_contents() may unnecessarily overallocate).

PHP 7.4.27

  • Core:
    • Fixed bug #81626 (Error on use static:: in __сallStatic() wrapped to Closure::fromCallable()).
  • FPM:
    • Fixed bug #81513 (Future possibility for heap overflow in FPM zlog).
  • GD:
    • Fixed bug #71316 (libpng warning from imagecreatefromstring).
  • OpenSSL:
    • Fixed bug #75725 (./configure: detecting RAND_egd).
  • PCRE:
    • Fixed bug #74604 (Out of bounds in php_pcre_replace_impl).
  • Standard:
    • Fixed bug #81618 (dns_get_record fails on FreeBSD for missing type).
    • Fixed bug #81659 (stream_get_contents() may unnecessarily overallocate).

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert