From fdfe96957ca335dbff02b51d5e55921253dd3868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schl=C3=BCter?= Date: Thu, 26 Apr 2012 12:51:26 +0200 Subject: [PATCH] Release announcements for 5.3.11 and 5.4.1 --- archive/archive.xml | 1 + archive/entries/2012-04-26-1.xml | 42 ++++++++++++++++++++++++++++++++ releases/5_3_11.php | 40 ++++++++++++++++++++++++++++++ releases/5_4_1.php | 38 +++++++++++++++++++++++++++++ 4 files changed, 121 insertions(+) create mode 100644 archive/entries/2012-04-26-1.xml create mode 100644 releases/5_3_11.php create mode 100644 releases/5_4_1.php diff --git a/archive/archive.xml b/archive/archive.xml index e044190ad..16726a057 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ http://php.net/contact php-webmaster@lists.php.net + diff --git a/archive/entries/2012-04-26-1.xml b/archive/entries/2012-04-26-1.xml new file mode 100644 index 000000000..d0daa96f7 --- /dev/null +++ b/archive/entries/2012-04-26-1.xml @@ -0,0 +1,42 @@ + + + PHP 5.3.11 And PHP 5.4.1 Released! + http://www.php.net/archive/2012.php#id2012-04-26-1 + 2012-04-26T10:50:38+00:00 + 2012-04-26T10:50:38+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP 5.3.11 and PHP 5.4.1. These releases focuses on improving the stability of the current PHP branches with over 60 bug fixes, some of which are security related.

+ +

Security Enhancements for both PHP 5.3.11 and PHP 5.4.1:

+ +
    +
  • Fixed bug #54374 (Insufficient validating of upload name leading to corrupted $_FILES indices). (CVE-2012-1172).
  • +
  • Add open_basedir checks to readline_write_history and readline_read_history.
  • +
+ +

Security Enhancement affecting PHP 5.3.11 only:

+ +
    +
  • Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831).
  • +
+ +

Key enhancements in these releases include:

+ +
    +
  • Added debug info handler to DOM objects.
  • +
  • Fixed bug #61172 (Add Apache 2.4 support).
  • +
+ +

For a full list of changes in PHP 5.3.11 and PHP 5.4.1, see the ChangeLog. For source downloads please visit + our downloads page, Windows binaries can be found + on windows.php.net/download/.

+ +

All users of PHP are strongly encouraged to upgrade to PHP 5.3.11 or PHP 5.4.1.

+
+
+
diff --git a/releases/5_3_11.php b/releases/5_3_11.php new file mode 100644 index 000000000..d54250eed --- /dev/null +++ b/releases/5_3_11.php @@ -0,0 +1,40 @@ + + +

PHP 5.3.11 Release Announcement

+ +

The PHP development team announces the immediate availability of +PHP 5.3.11. This release focuses on improving the stability of the +PHP 5.3 branch with over 60 bug fixes, some of which are security related.

+ +

Security Enhancements for PHP 5.3.11:

+ +
    +
  • Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831). + Reported by Stefan Esser. (Ondřej Surý)
  • +
  • Fixed bug #54374 (Insufficient validating of upload name leading to + corrupted $_FILES indices). (CVE-2012-1172). (Stas, lekensteyn at + gmail dot com, Pierre)
  • +
  • Add open_basedir checks to readline_write_history and readline_read_history. + (Rasmus, reported by Mateusz Goik)
  • +
+ +

Key enhancements in PHP 5.3.11 include:

+ +
    +
  • Added debug info handler to DOM objects. (Gustavo, Joey Smith)
  • +
  • Fixed bug #61172 (Add Apache 2.4 support). (Chris Jones)
  • +
+ +

For a full list of changes in PHP 5.3.11, see the ChangeLog. For source downloads please visit +our downloads page, Windows binaries can be found +on windows.php.net/download/.

+ +

All users of PHP 5.3 are strongly encouraged to upgrade to PHP 5.3.11.

+ + diff --git a/releases/5_4_1.php b/releases/5_4_1.php new file mode 100644 index 000000000..bc7cea35d --- /dev/null +++ b/releases/5_4_1.php @@ -0,0 +1,38 @@ + + +

PHP 5.4.1 Release Announcement

+ +

The PHP development team announces the immediate availability of +PHP 5.4.1. This release focuses on improving the stability of the +PHP 5.4 branch with over 60 bug fixes, some of which are security related.

+ +

Security Enhancements for PHP 5.4.1:

+ +
    +
  • Fixed bug #54374 (Insufficient validating of upload name leading to + corrupted $_FILES indices). (CVE-2012-1172). (Stas, lekensteyn at + gmail dot com, Pierre)
  • +
  • Add open_basedir checks to readline_write_history and readline_read_history. + (Rasmus, reported by Mateusz Goik)
  • +
+ +

Key enhancements in PHP 5.4.1 include:

+ +
    +
  • Added debug info handler to DOM objects. (Gustavo, Joey Smith)
  • +
  • Fixed bug #61172 (Add Apache 2.4 support). (Chris Jones)
  • +
+ +

For a full list of changes in PHP 5.4.1, see the ChangeLog. For source downloads please visit +our downloads page, Windows binaries can be found +on windows.php.net/download/.

+ +

All users of PHP are strongly encouraged to upgrade to PHP 5.4.1.

+ +