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
#64099 (Wrong TSRM usage in zend_Register_class alias).
-
Fixed bug
#63899 (Use after scope error in zend_compile).
-
core
-
Fixed bug
#63943 (Bad warning text from strpos() on empty needle).
-
date
-
Fixed bug
#55397 (comparsion of incomplete DateTime causes SIGSEGV).
-
fpm
-
Fixed bug
#63999 (php with fpm fails to build on Solaris 10 or 11).
-
soap
-
spl
-
Fixed bug
#64106 (Segfault on SplFixedArray[][x] = y when extended).