diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 19819db06..dc0e4d2ca 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -11,6 +11,19 @@ function peclbugl($number) { echo "PHP 5 ChangeLog + +
+ The PHP development team would like to announce the immediate + availability of PHP 5.2.16. This release marks the end of support + for PHP 5.2. All users of PHP 5.2 are encouraged to upgrade to PHP 5.3. +
+ ++ This release focuses on addressing a regression in open_basedir implementation + introduced in 5.2.15 in addition to fixing a crash inside PDO::pgsql + on data retrieval when the server is down. All users who have upgraded to 5.2.15 and are + utilizing open_basedir are strongly encouraged to upgrade to 5.2.16 or 5.3.4. +
+ +To prepare for upgrading to PHP 5.3, now that PHP 5.2's support ended, a + migration guide available on http://php.net/migration53, details the changes between + PHP 5.2 and PHP 5.3.
+ +For a full list of changes in PHP 5.2.16 see the ChangeLog at + http://www.php.net/ChangeLog-5.php#5.2.16.
+