The latest release of PHP 8.2 is
8.2.33 which includes important security patches.
Source Code
-
PHP 8.2.7 (tar.gz)
- sha256: 7046f939f0e5116285341d55c06af1d50907e107ac2c70defc32ef880f88cde4
-
PHP 8.2.7 (tar.bz2)
- sha256: 5bfb2a35c67921bdcadd5c90cb290ad7537d24da113a5e8bc2d646b02de7488f
-
PHP 8.2.7 (tar.xz)
- sha256: 4b9fb3dcd7184fe7582d7e44544ec7c5153852a2528de3b6754791258ffbdfa0
Change Log
-
core
-
Fixed bug
GH-11152 (Unable to alias namespaces containing reserved class names).
-
Fixed bug
GH-9068 (Conditional jump or move depends on uninitialised value(s)).
-
Fixed bug
GH-11189 (Exceeding memory limit in zend_hash_do_resize leaves the array in an invalid state).
-
Fixed bug
GH-11063 (Compilation error on old GCC versions).
-
Fixed bug
GH-11222 (foreach by-ref may jump over keys during a rehash).
-
date
-
Fixed bug
GH-11281 (DateTimeZone::getName() does not include seconds in offset).
-
exif
-
Fixed bug
GH-10834 (exif_read_data() cannot read smaller stream wrapper chunk sizes).
-
fpm
-
hash
-
Fixed bug
GH-11180 (hash_file() appears to be restricted to 3 arguments).
-
libxml
-
Fixed bug
GH-11160 (Few tests failed building with new libxml 2.11.0).
-
mbstring
-
Fix bug
GH-11217 (Segfault in mb_strrpos / mb_strripos when using negative offset and ASCII encoding).
-
opcache
-
pcntl
-
pgsql
-
phar
-
Fixed bug
GH-11099 (Generating phar.php during cross-compile can't be done).
-
soap
-
Fixed bug
GHSA-76gg-c692-v2mw (Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP). (CVE-2023-3247)
-
Fixed bug
GH-8426 (make test fail while soap extension build).
-
spl
-
Fixed bug
GH-11178 (Segmentation fault in spl_array_it_get_current_data (PHP 8.1.18)).
-
standard
-
Fixed bug
GH-11138 (move_uploaded_file() emits open_basedir warning for source file).
-
Fixed bug
GH-11274 (POST/PATCH request switches to GET after a HTTP 308 redirect).
-
streams
-
Fixed bug
GH-10031 ([Stream] STREAM_NOTIFY_PROGRESS over HTTP emitted irregularly for last chunk of data).
-
Fixed bug
GH-11175 (Stream Socket Timeout).
-
Fixed bug
GH-11177 (ASAN UndefinedBehaviorSanitizer when timeout = -1 passed to stream_socket_accept/stream_socket_client).