The latest release of PHP 8.2 is
8.2.33 which includes important security patches.
Source Code
-
PHP 8.2.4 (tar.gz)
- sha256: cee7748015a2ddef1739d448b980b095dccd09ed589cf1b6c6ee2d16f5e73c50
-
PHP 8.2.4 (tar.bz2)
- sha256: 79186f94bd510db86e31e535dd448277a1eb92a87878303a1ead44602d8b1197
-
PHP 8.2.4 (tar.xz)
- sha256: bc7bf4ca7ed0dd17647e3ea870b6f062fcb56b243bfdef3f59ff7f94e96176a8
Change Log
-
core
-
Fixed incorrect check condition in ZEND_YIELD.
-
Fixed incorrect check condition in type inference.
-
Fix incorrect check in zend_internal_call_should_throw().
-
Fixed overflow check in OnUpdateMemoryConsumption.
-
Fixed bug
GH-9916 (Entering shutdown sequence with a fiber suspended in a Generator emits an unavoidable fatal error or crashes).
-
Fixed bug
GH-10437 (Segfault/assertion when using fibers in shutdown function after bailout).
-
Fixed SSA object type update for compound assignment opcodes.
-
Fixed language scanner generation build.
-
Fixed zend_update_static_property() calling zend_update_static_property_ex() misleadingly with the wrong return type.
-
Fix bug
GH-10570 (Fixed unknown string hash on property fetch with integer constant name).
-
Fixed php_fopen_primary_script() call resulted on zend_destroy_file_handle() freeing dangling pointers on the handle as it was uninitialized.
-
curl
-
date
-
Fix
GH-10447 ('p' format specifier does not yield 'Z' for 00:00).
-
Fix
GH-10152 (Custom properties of Date's child classes are not serialised).
-
ffi
-
fiber
-
fpm
-
Fixed bug
GH-10315 (FPM unknown child alert not valid).
-
Fixed bug
GH-10385 (FPM successful config test early exit).
-
gmp
-
intl
-
Fixed bug
GH-10647 (Spoolchecker isSuspicious/areConfusable methods error code's argument always returning NULL0.
-
json
-
mbstring
-
opcache
-
openssl
-
pdo oci
-
Fixed bug
#60994 (Reading a multibyte CLOB caps at 8192 chars).
-
phpdbg
-
Fixed bug
GH-10715 (heap buffer overflow on --run option misuse).
-
pgsql
-
Fix
GH-10672 (pg_lo_open segfaults in the strict_types mode).
-
phar
-
random
-
Fix
GH-10390 (Do not trust arc4random_buf() on glibc).
-
Fix
GH-10292 (Made the default value of the first param of srand() and mt_srand() unknown).
-
reflection
-
session
-
standard
-
streams
-
Fixed bug
GH-10370 (File corruption in _php_stream_copy_to_stream_ex when using copy_file_range).
-
Fixed bug
GH-10548 (copy() fails on cifs mounts because of incorrect copy_file_range() len).
-
tidy
-
zlib