diff --git a/ChangeLog-5.php b/ChangeLog-5.php index a1007b212..6d87f94cf 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -53,7 +53,7 @@ function peclbugl($number) { echo "
  • Sessions:
  • diff --git a/archive/entries/2013-08-16-1.xml b/archive/entries/2013-08-16-1.xml index 0f084c02f..809f2f9ca 100644 --- a/archive/entries/2013-08-16-1.xml +++ b/archive/entries/2013-08-16-1.xml @@ -11,7 +11,7 @@

    The PHP development team announces the immediate availability of PHP - 5.5.2. About 20 bugs were fixed, including security issue in OpenSSL module (CVE-2013-4248). + 5.5.2. About 20 bugs were fixed, including security issue in OpenSSL module (CVE-2013-4248) and session fixation problem (CVE-2011-4718). All users of PHP are encouraged to upgrade to this release.

    For source downloads of PHP 5.5.2 please visit our downloads page, diff --git a/releases/5_5_2.php b/releases/5_5_2.php index 8c14e59e5..b59b0c3db 100644 --- a/releases/5_5_2.php +++ b/releases/5_5_2.php @@ -8,7 +8,7 @@ site_header("PHP 5.5.2 Release Announcement");

    PHP 5.5.2 Release Announcement

    The PHP development team announces the immediate availability of PHP -5.5.2. About 20 bugs were fixed, including security issue in OpenSSL module (CVE-2013-4248). +5.5.2. About 20 bugs were fixed, including security issue in OpenSSL module (CVE-2013-4248) and session fixation problem (CVE-2011-4718). All users of PHP are encouraged to upgrade to this release.

    For source downloads of PHP 5.5.2 please visit our downloads page,