Menü Schließen

PHP 7.4.7 und 7.3.19 Bugfix Release

PHP Logo

Das PHP Team hat heute die Updates 7.4.7 und 7.3.19 veröffentlicht. Dies sind reguläre Bugfixreleases die verschiedene Komponenten in PHP von Fehlern befreien.

PHP 7.4.7 Release Notes

  • Core:
    • Fixed bug #79599 (coredump in set_error_handler).
    • Fixed bug #79566 (Private SHM is not private on Windows).
    • Fixed bug #79489 (.user.ini does not inherit).
    • Fixed bug #79600 (Regression in 7.4.6 when yielding an array based generator).
    • Fixed bug #79657 (“yield from” hangs when invalid value encountered).
  • FFI:
    • Fixed bug #79571 (FFI: var_dumping unions may segfault).
  • GD:
    • Fixed bug #79615 (Wrong GIF header written in GD GIFEncode).
  • Opcache:
    • Fixed bug #79588 (Boolean opcache settings ignore on/off values).
    • Fixed bug #79548 (Preloading segfault with inherited method using static variable).
    • Fixed bug #79603 (RTD collision with opcache).
  • Standard:
    • Fixed bug #79561 (dns_get_record() fails with DNS_ALL).

PHP 7.3.19 Release Notes

  • Core:
    • Fixed bug #79566 (Private SHM is not private on Windows).
    • Fixed bug #79489 (.user.ini does not inherit).
  • GD:
    • Fixed bug #79615 (Wrong GIF header written in GD GIFEncode).
  • MySQLnd:
    • Fixed bug #79596 (MySQL FLOAT truncates to int some locales).
  • Opcache:
    • Fixed bug #79535 (PHP crashes with specific opcache.optimization_level).
    • Fixed bug #79588 (Boolean opcache settings ignore on/off values).
  • Standard:
    • Fixed bug #79561 (dns_get_record() fails with DNS_ALL).

Quelle: https://www.php.net/ChangeLog-7.php

Schreibe einen Kommentar

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