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
-
core
-
Fixed bug
#64966 (segfault in zend_do_fcall_common_helper_SPEC).
-
Fixed bug
#64960 (Segfault in gc_zval_possible_root).
-
Fixed bug
#64934 (Apache2 TS crash with get_browser()).
-
Fixed bug
#63186 (compile failure on netbsd).
-
datetime
-
Fixed bug
#53437 (Crash when using unserialized DatePeriod instance).
-
pdo_firebird
-
Fixed bug
#64037 (Firebird return wrong value for numeric field).
-
Fixed bug
#62024 (Cannot insert second row with null using parametrized query).
patch by james@kenjim.com
Matheus Degiovani
Matteo
-
pdo_pgsql
-
Fixed bug
#64949 (Buffer overflow in _pdo_pgsql_error).
-
pgsql
-
Fixed bug
#64609 (pg_convert enum type support).
-
spl
-
Fixed bug
#64997 (Segfault while using RecursiveIteratorIterator on 64-bits systems).
-
xml
-
Fixed bug
#65236 (heap corruption in xml parser).