PHP 5.2 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.2 is
5.2.17.
Source Code
Change Log
-
misc
-
Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.
-
Fixed crash in zip extract method (possible CWE-170).
Maksymilian Arciemowicz
Pierre
-
Fixed a possible double free in imap extension (Identified by Mateusz Kocielski).
-
Fixed possible flaw in open_basedir (CVE-2010-3436).
-
Fixed possible crash in mssql_fetch_batch().
-
Fixed NULL pointer dereference in ZipArchive::getArchiveComment.
CVE-2010-3709). (Maksymilian Arciemowicz
-
Fixed bug
#53492 (fix crash if anti-aliasing steps are invalid).
-
Fixed bug
#53323 (pdo_firebird getAttribute() crash).
preeves at ibphoenix dot com
-
Fixed bug
#52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large amount of data).
-
Fixed bug
#52879 (Objects unreferenced in __get, __set, __isset or __unset can be freed too early).
mail_ben_schmidt at yahoo dot com dot au
Dmitry
-
Fixed bug
#52772 (var_dump() doesn't check for the existence of get_class_name before calling it).
-
Fixed bug
#52546 (pdo_dblib segmentation fault when iterating MONEY values).
-
Fixed bug
#52436 (Compile error if systems do not have stdint.h) (Sriram Natarajan)
-
Fixed bug
#52390 (mysqli_report() should be per-request setting).
-
Fixed bug
#51008 (Zend/tests/bug45877.phpt fails).
-
Fixed bug
#47643 (array_diff() takes over 3000 times longer than php 5.2.4).
-
Fixed bug
#44248 (RFC2616 transgression while HTTPS request through proxy with SoapClient object).