Commit: 686cde9948c211409acf65b6ea3c250e309794c4 Author: Julien Pauli <[email protected]> Thu, 1 Oct 2015 17:57:27 +0200 Parents: ec02a02ff7e28a579a6deb82d008783d280e4f5c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=686cde9948c211409acf65b6ea3c250e309794c4 Log: 5.5.30 release Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2015-10-01-2.xml M include/releases.inc M include/version.inc A releases/5_5_30.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 0ee9012..1fb020d 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -8,6 +8,17 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <h1>PHP 5 ChangeLog</h1> +<section class="version" id="5.5.30"> +<h3>Version 5.5.30</h3> +<b><?php release_date('01-Oct-2015'); ?></b> +<ul><li>Phar: +<ul> + <li><?php bugfix(69720); ?> (Null pointer dereference in phar_get_fp_offset()).</li> + <li><?php bugfix(70433); ?> (Uninitialized pointer in phar_make_dirstream when zip entry filename is "/").</li> +</ul></li> +</ul> +</section> + <section class="version" id="5.6.13"><!-- {{{ 5.6.13 --> <h3>Version 5.6.13</h3> <?php release_date('03-Sep-2015'); ?> diff --git a/archive/archive.xml b/archive/archive.xml index 3929e85..6280ef8 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2015-10-01-2.xml"/> <xi:include href="entries/2015-10-01-1.xml"/> <xi:include href="entries/2015-09-30-1.xml"/> <xi:include href="entries/2015-09-17-2.xml"/> diff --git a/archive/entries/2015-10-01-2.xml b/archive/entries/2015-10-01-2.xml new file mode 100644 index 0000000..5b5ba2c --- /dev/null +++ b/archive/entries/2015-10-01-2.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.5.30 is available</title> + <id>http://php.net/archive/2015.php#id2015-10-01-2</id> + <published>2015-10-01T15:44:13+00:00</published> + <updated>2015-10-01T15:44:13+00:00</updated> + <category term="frontpage" label="PHP.net frontpage news"/> + <category term="releases" label="New PHP release"/> + <link href="http://php.net/index.php#id2015-10-01-2" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2015.php#id2015-10-01-2" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>The PHP development team announces the immediate availability of PHP + 5.5.30. This is a security release. Two security bugs were fixed in this release. + + All PHP 5.5 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.5.30 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, + Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. + The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.30">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index ea70c38..7af2f53 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,7 +2,43 @@ $OLDRELEASES = array ( 5 => array ( - '5.5.28' => + '5.5.29' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_5_29.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.5.29.tar.bz2', + 'name' => 'PHP 5.5.29 (tar.bz2)', + 'md5' => '2a0eadad872978ae57e6756187625c00', + 'sha256' => 'fbcee579ecc77cad6960a541116aee669cf145c2cd9a54bf60503a870843b946', + 'date' => '03 Sep 2015', + ), + 1 => + array ( + 'filename' => 'php-5.5.29.tar.gz', + 'name' => 'PHP 5.5.29 (tar.gz)', + 'md5' => '79db29eb718dc35092a5e94b81d13d07', + 'sha256' => 'c25a4c4eae558cc9899d2994813dd272eafff9466926f30821a83edaafe620a9', + 'date' => '03 Sep 2015', + ), + 2 => + array ( + 'filename' => 'php-5.5.29.tar.xz', + 'name' => 'PHP 5.5.29 (tar.xz)', + 'md5' => '05d54cad22f393f4b5b0ec0ab06a2b91', + 'sha256' => '22c72d1b88c8d9a8ab9ca565e9ca5844287c006134098805d9a373a862bbbcad', + 'date' => '03 Sep 2015', + ), + ), + 'date' => '03 Sep 2015', + 'museum' => false, + ), + '5.5.28' => array ( 'announcement' => array ( diff --git a/include/version.inc b/include/version.inc index d13c0f6..9c9f1d7 100644 --- a/include/version.inc +++ b/include/version.inc @@ -36,17 +36,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.29"; -$PHP_5_5_DATE = "03 Sep 2015"; +$PHP_5_5_VERSION = "5.5.30"; +$PHP_5_5_DATE = "01 Oct 2015"; $PHP_5_5_MD5 = array( - "tar.bz2" => "2a0eadad872978ae57e6756187625c00", - "tar.gz" => "79db29eb718dc35092a5e94b81d13d07", - "tar.xz" => "05d54cad22f393f4b5b0ec0ab06a2b91", + "tar.bz2" => "181d153c9fba7ff46534df1bdab4d853", + "tar.gz" => "42ce02c3dd2f477bfe210a4c1ef95f4e", + "tar.xz" => "ef6d848756ea9d19b7a7e1a9d824d7c1", ); $PHP_5_5_SHA256 = array( - "tar.bz2" => "fbcee579ecc77cad6960a541116aee669cf145c2cd9a54bf60503a870843b946", - "tar.gz" => "c25a4c4eae558cc9899d2994813dd272eafff9466926f30821a83edaafe620a9", - "tar.xz" => "22c72d1b88c8d9a8ab9ca565e9ca5844287c006134098805d9a373a862bbbcad", + "tar.bz2" => "e7332a713cecdd1cb44a1b1336739885c9789f633f0f51236b25e48ab03c3b29", + "tar.gz" => "8ad57f4317391354e66c83d26752f67515b2e923277eb97b2b420dfeff3c1007", + "tar.xz" => "d00dc06fa5e0f3de048fb0cf940b3cc59b43b3f8cad825d4fffb35503cf2e8f2", ); /* PHP 5.4 Release */ $PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false diff --git a/releases/5_5_30.php b/releases/5_5_30.php new file mode 100644 index 0000000..d24ad14 --- /dev/null +++ b/releases/5_5_30.php @@ -0,0 +1,20 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_5_30.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.5.30 Release Announcement"); +?> + <h1>PHP 5.5.30 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 5.5.30. This is a security release. Two security bugs were fixed in this release. + + All PHP 5.5 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.5.30 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, + Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. + The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.30">ChangeLog</a>. + </p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
