The latest release of PHP 8.3 is
8.3.33 which includes important security patches.
Source Code
Change Log
-
core
-
curl
-
Fixed
GH-18460 (curl_easy_setopt with CURLOPT_USERPWD/CURLOPT_USERNAME/ CURLOPT_PASSWORD set the Authorization header when set to NULL).
-
date
-
Fixed bug
GH-18076 (Since PHP 8, the date_sun_info() function returns inaccurate sunrise and sunset times, but other calculated times are correct) (JiriJozif).
-
Fixed bug
GH-18481 (date_sunrise with unexpected nan value for the offset).
-
intl
-
ldap
-
Fixed bug
GH-18529 (ldap no longer respects TLS_CACERT from ldaprc in ldap_start_tls()).
-
opcache
-
openssl
-
pdo_oci
-
Fixed bug
GH-18494 (PDO OCI segfault in statement GC).
-
sockets
-
Fixed bug
GH-18617 (socket_import_file_descriptor return value unchecked).
-
spl
-
Fixed bug
GH-18421 (Integer overflow with large numbers in LimitIterator).
-
standard
-
Fixed bug
GH-17403 (Potential deadlock when putenv fails).
-
Fixed bug
GH-18509 (Dynamic calls to assert() ignore zend.assertions).
-
windows
-
zip
-
Fixed bug
GH-18431 (Registering ZIP progress callback twice doesn't work).
-
Fixed bug
GH-18438 (Handling of empty data and errors in ZipArchive::addPattern).