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
-
curl
-
Fixed bug
#62839 (curl_copy_handle segfault with CURLOPT_FILE).
-
Fixed bug
#62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false).
r.hampartsumyan@gmail.com
Laruence
-
DateTime:
-
Fixed bug
#62852 (Unserialize invalid DateTime causes crash).
-
Fixed bug
#62500 (Segfault in DateInterval class when extended).
-
mysqlnd
-
Fixed bug
#62885 (mysqli_poll - Segmentation fault).
-
pdo
-
Fixed bug
#62685 (Wrong return datatype in PDO::inTransaction()).
-
session
-
spl
-
Fixed bug
#62904 (Crash when cloning an object which inherits SplFixedArray) (Laruence)
-
enchant
-
Fixed bug
#62838 (enchant_dict_quick_check() destroys zval, but fails to initialize it). (Tony, Mateusz Goik).