Commit: e8df678c51ef6f7c506d130c0ed397b65c0772a4 Author: Julien Pauli <[email protected]> Thu, 6 Feb 2014 11:03:11 +0100 Parents: 764b8a474a6d463bc43590b8eb2331beb96fbdf9 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e8df678c51ef6f7c506d130c0ed397b65c0772a4 Log: 5.5.9 release Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2014-02-05-4.xml M include/releases.inc M include/version.inc A releases/5_5_9.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index b314339..04dabb8 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -10,6 +10,51 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php? ?> <h1>PHP 5 ChangeLog</h1> +<section class="version" id="5.5.9"><!-- {{{ 5.5.9 --> +<h3>Version 5.5.9</h3> +<b>6-Feb-2014</b> +<ul><li>Core: +<ul> + <li><?php bugfix(66509); ?> (copy() arginfo has changed starting from 5.4).</li> +</ul></li> +<li>GD: +<ul> + <li><?php bugfix(66356); ?> (Heap Overflow Vulnerability in imagecrop()).</li> +</ul></li> +<li>OPCache: +<ul> + <li><?php bugfix(66474); ?> (Optimizer bug in constant string to boolean conversion).</li> + <li><?php bugfix(66461); ?> (PHP crashes if opcache.interned_strings_buffer=0).</li> + <li><?php bugfix(66298); ?> (ext/opcache/Optimizer/zend_optimizer.c has dos-style ^M as lineend).</li> +</ul></li> +<li>PDO_pgsql: +<ul> + <li><?php bugfix(62479); ?> (PDO-pgsql cannot connect if password contains spaces).</li> +</ul></li> +<li>Readline: +<ul> + <li><?php bugfix(66412); ?> (readline_clear_history() with libedit causes segfault after #65714).</li> +</ul></li> +<li>Session: +<ul> + <li><?php bugfix(66469); ?> (Session module is sending multiple set-cookie headers when session.use_strict_mode=1).</li> + <li><?php bugfix(66481); ?> (Segfaults on session_name()).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(66395); ?> (basename function doesn't remove drive letter).</li> +</ul></li> +<li>Sockets: +<ul> + <li><?php bugfix(66381); ?> (__ss_family was changed on AIX 5.3).</li> +</ul></li> +<li>Zend Engine: +<ul> + <li><?php bugfix(66009); ?> (Failed compilation of PHP extension with C++ std library using VS 2012).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="5.5.8"><!-- {{{ 5.5.8 --> <h3>Version 5.5.8</h3> <b>9-Jan-2014</b> diff --git a/archive/archive.xml b/archive/archive.xml index 34b7842..194829a 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,7 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> - <xi:include href="entries/2014-02-05-3.xml"/> + <xi:include href="entries/2014-02-05-4.xml"/> <xi:include href="entries/2014-02-05-3.xml"/> <xi:include href="entries/2014-02-05-2.xml"/> <xi:include href="entries/2014-02-05-1.xml"/> diff --git a/archive/entries/2014-02-05-4.xml b/archive/entries/2014-02-05-4.xml new file mode 100644 index 0000000..8ee1580 --- /dev/null +++ b/archive/entries/2014-02-05-4.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.5.9 is ready for download</title> + <id>http://php.net/archive/2014.php#id2014-02-05-4</id> + <published>2014-02-05T10:45:56+00:00</published> + <updated>2014-02-05T10:45:56+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#id2014-02-05-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2014.php#id2014-02-05-1" 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.9. This release fixes several bugs against + PHP 5.5.8.</p> + + <p> + For source downloads of PHP 5.5.9 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, + Windows binaries are located on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. + The list of changes can be found in the <a href="http://www.php.net/ChangeLog-5.php#5.5.9">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 6ff286e..ce53661 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,32 @@ $OLDRELEASES = array ( 5 => array ( + '5.5.8' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_5_8.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.5.8.tar.bz2', + 'name' => 'PHP 5.5.8 (tar.bz2)', + 'md5' => '42fe814a3cbbf34b21a2c39f66ee0001', + 'date' => '9 Jan 2014', + ), + 1 => + array ( + 'filename' => 'php-5.5.8.tar.gz', + 'name' => 'PHP 5.5.8 (tar.gz)', + 'md5' => '1ed2b0193ecaca8b980a9b6a90357f1c', + 'date' => '9 Jan 2014', + ), + ), + 'date' => '9 Jan 2014', + 'museum' => false, + ), '5.5.7' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 64531c6..5a973b2 100644 --- a/include/version.inc +++ b/include/version.inc @@ -15,14 +15,15 @@ * ), * );6 Dec /* PHP 5.5 Release */ -$PHP_5_5_RC = '5.5.9RC1'; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_5_5_RC_DATE = '23 Jan 2014'; -$PHP_5_5_VERSION = "5.5.8"; -$PHP_5_5_DATE = "9 Jan 2014"; +$PHP_5_5_VERSION = "5.5.9"; +$PHP_5_5_DATE = "6 Feb 2014"; $PHP_5_5_MD5 = array( - "tar.bz2" => "42fe814a3cbbf34b21a2c39f66ee0001", - "tar.gz" => "1ed2b0193ecaca8b980a9b6a90357f1c", + "tar.bz2" => "c4a348a07b52f6e177d8fdc75fe507b1", + "tar.gz" => "c018461604db38af48d1ca304cb592c6", + "tar.xz" => "139e2ac02fddd4c80cc31de000c6f7e3", ); /* PHP 5.4 Release */ $PHP_5_4_RC = '5.4.25RC1'; // Current RC version (e.g., '5.6.7RC1') or false diff --git a/releases/5_5_9.php b/releases/5_5_9.php new file mode 100644 index 0000000..1ce0e5d --- /dev/null +++ b/releases/5_5_9.php @@ -0,0 +1,20 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_5_9.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.5.9 Release Announcement"); +?> + +<h1>PHP 5.5.9 Release Announcement</h1> + +<p>The PHP Development Team announces the immediate availability of PHP 5.5.9. +This release fixes several bugs against PHP 5.5.8.</p> + +<p>All PHP users are encouraged to upgrade to this new version.</p> + +<p>For source downloads of PHP 5.5.9, 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.9">ChangeLog</a>. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
