The latest release of PHP 8.2 is
8.2.33 which includes important security patches.
Source Code
Change Log
-
core
-
Fixed double-free of non-interned enum case name.
-
Fixed bug
GH-12457 (Incorrect result of stripos with single character needle).
-
Fixed bug
GH-12468 (Double-free of doc_comment when overriding static property via trait).
-
Fixed segfault caused by weak references to FFI objects.
-
Fixed max_execution_time: don't delete an unitialized timer.
-
Fixed bug
GH-12558 (Arginfo soft-breaks with namespaced class return type if the class name starts with N).
-
dom
-
Fix registerNodeClass with abstract class crashing.
-
Add missing NULL pointer error check.
-
Fix validation logic of php:function() callbacks.
-
fiber
-
Fixed bug
GH-11121 (ReflectionFiber segfault).
-
fpm
-
Fixed bug
GH-9921 (Loading ext in FPM config does not register module handlers).
-
Fixed bug
GH-12232 (FPM: segfault dynamically loading extension without opcache).
-
Fixed bug
#76922 (FastCGI terminates conn after FCGI_GET_VALUES).
-
intl
-
opcache
-
openssl
-
Fixed bug
GH-12489 (Missing sigbio creation checking in openssl_cms_verify).
-
pcre
-
Fixed bug
GH-11374 (Backport upstream fix, Different preg_match result with -d pcre.jit=0).
-
soap
-
Fixed bug
GH-12392 (Segmentation fault on SoapClient::__getTypes).
-
Fixed bug
#66150 (SOAP WSDL cache race condition causes Segmentation Fault).
-
Fixed bug
#67617 (SOAP leaves incomplete cache file on ENOSPC).
-
Fix incorrect uri check in SOAP caching.
-
Fix segfault and assertion failure with refcounted props and arrays.
-
Fix potential crash with an edge case of persistent encoders.
-
Fixed bug
#75306 (Memleak in SoapClient).
-
streams
-
Fixed bug
#75708 (getimagesize with "&$imageinfo" fails on StreamWrappers).
-
xmlreader
-
xmlwriter
-
xsl