Die Entwickler von PHP haben das Bugfix Release 8.2.6 veröfffentlicht. Es behebt Fehler im Core, Date, DOM, Exif, Intl, PCRE, Reflection, SPL uv. und sorgt so für die Stabilität von PHP. PHP 8.1 erhielt ebenfalls mit dem Release 8.1.19 ein Update.
PHP 8.2.6 Changelog
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 ??=).
Date
- Fixed bug where the diff() method would not return the right result around DST changeover for date/times associated with a timezone identifier.
- Fixed out-of-range bug when converting to/from around the LONG_MIN unix timestamp.
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()).
Reflection
- Fixed bug GH-10983 (State-dependant segfault in ReflectionObject::getProperties).
SPL
- Handle indirect zvals and use up-to-date properties in SplFixedArray::__serialize.
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).
Streams
- Fixed bug GH-10406 (feof() behavior change for UNIX based socket resources).
Quelle: PHP: PHP 8 ChangeLog
Interessiert in verschiedenste IT Themen, schreibe ich in diesem Blog über Software, Hardware, Smart Home, Games und vieles mehr. Ich berichte z.B. über die Installation und Konfiguration von Software als auch von Problemen mit dieser. News sind ebenso spannend, sodass ich auch über Updates, Releases und Neuigkeiten aus der IT berichte. Letztendlich nutze ich Taste-of-IT als eigene Dokumentation und Anlaufstelle bei wiederkehrenden Themen. Ich hoffe ich kann dich ebenso informieren und bei Problemen eine schnelle Lösung anbieten. Wer meinen Aufwand unterstützen möchte, kann gerne eine Tasse oder Pod Kaffe per PayPal spenden – vielen Dank.
Pingback:PHP 8.1.19 Bugfix Release - TASTE-OF-IT