diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 46658f401..f3b194320 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -7,6 +7,32 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change ?>

PHP 5 ChangeLog

+
+

Version 5.5.34

+ + +
+

Version 5.6.19

diff --git a/archive/archive.xml b/archive/archive.xml index 2d9ceb3b9..44d24fe24 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/2016-03-31-2.xml b/archive/entries/2016-03-31-2.xml new file mode 100644 index 000000000..4ec712a63 --- /dev/null +++ b/archive/entries/2016-03-31-2.xml @@ -0,0 +1,25 @@ + + + PHP 5.5.34 is available + http://php.net/archive/2016.php#id2016-03-31-2 + 2016-03-31T12:58:50+00:00 + 2016-03-31T12:58:50+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP + 5.5.34. This is a security release. Several security bugs were fixed in this release. + + All PHP 5.5 users are encouraged to upgrade to this version. +

+ +

For source downloads of PHP 5.5.34 please visit our downloads page, + Windows binaries can be found on windows.php.net/download/. + The list of changes is recorded in the ChangeLog. +

+
+
+
diff --git a/include/releases.inc b/include/releases.inc index b1e342da9..9132285f0 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -183,8 +183,43 @@ $OLDRELEASES = array ( 'museum' => false, ), ), - 5 => - array ( + 5 => array( + '5.5.33' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_5_33.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.5.33.tar.bz2', + 'name' => 'PHP 5.5.33 (tar.bz2)', + 'md5' => 'adba9179ddeccb21974493b6eeb8caa2', + 'sha256' => 'c490b1ed4df596b48eb68f630d89ca512945e2650840e7dace1119cc7e600aa9', + 'date' => '03 Mar 2016', + ), + 1 => + array ( + 'filename' => 'php-5.5.33.tar.gz', + 'name' => 'PHP 5.5.33 (tar.gz)', + 'md5' => '87a0ac3bff1db155ee381086b4a88edb', + 'sha256' => 'd2747bcf2cc94f652ac216f522904863a22042c66fabcf82ad7449d261d7a45b', + 'date' => '03 Mar 2016', + ), + 2 => + array ( + 'filename' => 'php-5.5.33.tar.xz', + 'name' => 'PHP 5.5.33 (tar.xz)', + 'md5' => 'c1b9e661a8e6e98bdd03aae7ac9534fe', + 'sha256' => 'b91dbd3c53f9895e8f7b29e5fed25a64dd3a76b454f6ef7265e73c96b4303f30', + 'date' => '03 Mar 2016', + ), + ), + 'date' => '03 Mar 2016', + 'museum' => false, + ), '5.6.18' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index aa6b8de70..73d3da1db 100644 --- a/include/version.inc +++ b/include/version.inc @@ -55,17 +55,17 @@ $PHP_5_6_SHA256 = array( $PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_5_5_RC_DATE = '25 Jun 2015'; -$PHP_5_5_VERSION = "5.5.33"; -$PHP_5_5_DATE = "03 Mar 2016"; +$PHP_5_5_VERSION = "5.5.34"; +$PHP_5_5_DATE = "31 Mar 2016"; $PHP_5_5_MD5 = array( - "tar.bz2" => "adba9179ddeccb21974493b6eeb8caa2", - "tar.gz" => "87a0ac3bff1db155ee381086b4a88edb", - "tar.xz" => "c1b9e661a8e6e98bdd03aae7ac9534fe", + "tar.bz2" => "1151274c4dce9a81f6b1174d1fa88a45", + "tar.gz" => "ff8d5a16839d6c59970f807b6dd9525a", + "tar.xz" => "166344c07e59b6b64d2231a9688f6046", ); $PHP_5_5_SHA256 = array( - "tar.bz2" => "c490b1ed4df596b48eb68f630d89ca512945e2650840e7dace1119cc7e600aa9", - "tar.gz" => "d2747bcf2cc94f652ac216f522904863a22042c66fabcf82ad7449d261d7a45b", - "tar.xz" => "b91dbd3c53f9895e8f7b29e5fed25a64dd3a76b454f6ef7265e73c96b4303f30", + "tar.bz2" => "af88884416a92619de842ad0fd23f7f7e8140efb0b9194f98a38a78781e5851c", + "tar.gz" => "0e573b406441294b233e35e1f2e12d7896d68457e3e10bf6e1f4825e75271cca", + "tar.xz" => "6989a4f9900e6ddec7248790449bbb4aa55728730bff4973acb49d236c9e9e2a", ); $RELEASES = array( diff --git a/releases/5_5_34.php b/releases/5_5_34.php new file mode 100644 index 000000000..8307481d0 --- /dev/null +++ b/releases/5_5_34.php @@ -0,0 +1,20 @@ + +

PHP 5.5.34 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP + 5.5.34. This is a security release. Several security bugs were fixed in this release. + + All PHP 5.5 users are encouraged to upgrade to this version. +

+ +

For source downloads of PHP 5.5.34 please visit our downloads page, + Windows binaries can be found on windows.php.net/download/. + The list of changes is recorded in the ChangeLog. +

+ +