PHP 5.3 is no longer officially supported by the PHP project.
Official support refers to that provided direct by the PHP Project.
If you install PHP via third-party packages, support timelines may be different.
Please read the Release Support Policy for more information.
The latest release of PHP 5.3 is
5.3.29.
Source Code
Change Log
-
zend engine
-
Fixed bug
#51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon).
-
com
-
Fixed bug
#62146 com_dotnet cannot be built shared.
-
core
-
fileinfo
-
fpm
-
Fixed bug
#61045 (fpm don't send error log to fastcgi clients).
-
Fixed bug
#61835 (php-fpm is not allowed to run as root).
-
Fixed bug
#61295 (php-fpm should not fail with commented 'user' for non-root start).
-
Fixed bug
#61026 (FPM pools can listen on the same address).
-
Fixed bug
#62033 (php-fpm exits with status 0 on some failures to start).
-
Fixed bug
#62153 (when using unix sockets, multiples FPM instances can be launched without errors).
-
Fixed bug
#62160 (Add process.priority to set nice(2) priorities).
-
Fixed bug
#61218 (FPM drops connection while receiving some binary values in FastCGI requests).
-
Fixed bug
#62205 (php-fpm segfaults (null passed to strstr)).
-
intl
-
Fixed bug
#62083 (grapheme_extract() memory leaks).
-
Fixed bug
#62081 (IntlDateFormatter constructor leaks memory when called twice).
-
Fixed bug
#62070 (Collator::getSortKey() returns garbage).
-
Fixed bug
#62017 (datefmt_create with incorrectly encoded timezone leaks pattern).
-
Fixed bug
#60785 (memory leak in IntlDateFormatter constructor).
-
json
-
phar
-
Fixed bug
#62227 (Invalid phar stream path causes crash).
-
reflection
-
Fixed bug
#62384 (Attempting to invoke a Closure more than once causes segfault).
-
Fixed bug
#62202 (ReflectionParameter::getDefaultValue() memory leaks with constant).
-
spl
-
Fixed bug
#62262 (RecursiveArrayIterator does not implement Countable).
-
sqlite
-
xml writer
-
Fixed bug
#62064 (memory leak in the XML Writer module).
jean-pierre dot lozi at lip6 dot fr
-
zip