Commit: 7b2f4b1936968de7d3e7e7692bd2569b39e429ab Author: Julien Pauli <[email protected]> Fri, 10 Jan 2014 10:34:02 +0100 Parents: 808aaa6ac80e2b13aaf517903e720dc770b6f7ca Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7b2f4b1936968de7d3e7e7692bd2569b39e429ab Log: 5.5.8 release Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2014-01-10-1.xml M include/releases.inc M include/version.inc A releases/5_5_8.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 6b2e76f..645d718 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -10,6 +10,78 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php? ?> <h1>PHP 5 ChangeLog</h1> +<section class="version" id="5.5.8"><!-- {{{ 5.5.8 --> +<h3>Version 5.5.8</h3> +<b>9-Jan-2014</b> +<ul><li>Core: +<ul> + <li>Disallowed JMP into a finally block.</li> + <li>Added validation of class names in the autoload process.</li> + <li>Fixed invalid C code in zend_strtod.c.</li> + <li><?php bugfix(66041); ?> (list() fails to unpack yielded ArrayAccess object).</li> + <li><?php bugfix(65764); ?> (generators/throw_rethrow FAIL with ZEND_COMPILE_EXTENDED_INFO).</li> + <li><?php bugfix(61645); ?> (fopen and O_NONBLOCK).</li> + <li><?php bugfix(66218); ?> (zend_register_functions breaks reflection).</li> +</ul></li> +<li>Date: +<ul> + <li><?php bugfix(66060); ?> (Heap buffer over-read in DateInterval).</li> + <li><?php bugfix(65768); ?> (DateTimeImmutable::diff does not work).</li> +</ul></li> +<li>DOM: +<ul> + <li><?php bugfix(65196); ?> (Passing DOMDocumentFragment to DOMDocument::saveHTML() + Produces invalid Markup).</li> +</ul></li> +<li>Exif: +<ul> + <li><?php bugfix(65873); ?> (Integer overflow in exif_read_data()).</li> +</ul></li> +<li>Filter: +<ul> + <li><?php bugfix(66229); ?> (128.0.0.0/16 isn't reserved any longer).</li> +</ul></li> +<li>GD: +<ul> + <li><?php bugfix(64405); ?> (Use freetype-config for determining freetype2 dir(s)).</li> +</ul></li> +<li>PDO_odbc: +<ul> + <li><?php bugfix(66311); ?> (Stack smashing protection kills PDO/ODBC queries).</li> +</ul></li> +<li>MySQLi: +<ul> + <li><?php bugfix(65486); ?> (mysqli_poll() is broken on win x64).</li> +</ul></li> +<li>OPCache: +<ul> + <li>Fixed revalidate_path=1 behavior to avoid caching of symlinks values.</li> + <li>Fixed Issue #140: "opcache.enable_file_override" doesn't respect + "opcache.revalidate_freq".</li> +</ul></li> +<li>SNMP: +<ul> + <li>Fixed SNMP_ERR_TOOBIG handling for bulk walk operations.</li> +</ul></li> +<li>SOAP: +<ul> + <li><?php bugfix(66112); ?> (Use after free condition in SOAP extension).</li> +</ul></li> +<li>Sockets: +<ul> + <li><?php bugfix(65923); ?> (ext/socket assumes AI_V4MAPPED is defined).</li> +</ul></li> +<li>XSL: +<ul> + <li><?php bugfix(49634); ?> (Segfault throwing an exception in a XSL registered function).</li> +</ul></li> +<li>ZIP: +<ul> + <li><?php bugfix(66321); ?> (ZipArchive::open() ze_obj->filename_len not real).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="5.5.7"><!-- {{{ 5.5.7 --> <h3>Version 5.5.7</h3> <b>12-Dec-2013</b> diff --git a/archive/archive.xml b/archive/archive.xml index 21d78c4..98ba196 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/2014-01-10-1.xml"/> <xi:include href="entries/2013-12-30-1.xml"/> <xi:include href="entries/2013-12-12-3.xml"/> <xi:include href="entries/2013-12-12-2.xml"/> diff --git a/archive/entries/2014-01-10-1.xml b/archive/entries/2014-01-10-1.xml new file mode 100644 index 0000000..b4d99a4 --- /dev/null +++ b/archive/entries/2014-01-10-1.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.5.8 has been released</title> + <id>http://php.net/archive/2014.php#id2014-01-10-1</id> + <published>2014-01-10T09:24:43+00:00</published> + <updated>2014-01-10T09:24:43+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-01-10-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2014.php#id2014-01-10-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.8. This release fixes about 20 bugs against + PHP 5.5.7 components.</p> + + <p> + For source downloads of PHP 5.5.8 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.8">ChangeLog</a>. + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 7fcc0e4..b1a5271 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 5 => array ( + '5.5.7' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_5_7.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.5.7.tar.bz2', + 'name' => 'PHP 5.5.7 (tar.bz2)', + 'md5' => '19d1ca0a58e192bcc133f700c7e78037', + 'date' => '12 Dec 2013', + ), + 1 => + array ( + 'filename' => 'php-5.5.7.tar.gz', + 'name' => 'PHP 5.5.7 (tar.gz)', + 'md5' => 'c8e1eda750819e6c8682f06d381f3971', + 'date' => '12 Dec 2013', + ), + 2 => + array ( + 'filename' => 'php-5.5.7.tar.xz', + 'name' => 'PHP 5.5.7 (tar.xz)', + 'md5' => '0c02437f661105221e99a301a5275a41', + 'date' => '12 Dec 2013', + ), + ), + 'date' => '12 Dec 2013', + 'museum' => false, + ), '5.5.6' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index c944ea4..e13484f 100644 --- a/include/version.inc +++ b/include/version.inc @@ -15,15 +15,14 @@ * ), * );6 Dec /* PHP 5.5 Release */ -$PHP_5_5_RC = '5.5.8RC1'; // 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 = '27 Dec 2013'; -$PHP_5_5_VERSION = "5.5.7"; -$PHP_5_5_DATE = "12 Dec 2013"; +$PHP_5_5_VERSION = "5.5.8"; +$PHP_5_5_DATE = "9 Jan 2014"; $PHP_5_5_MD5 = array( - "tar.bz2" => "19d1ca0a58e192bcc133f700c7e78037", - "tar.gz" => "c8e1eda750819e6c8682f06d381f3971", - "tar.xz" => "0c02437f661105221e99a301a5275a41", + "tar.bz2" => "42fe814a3cbbf34b21a2c39f66ee0001", + "tar.gz" => "1ed2b0193ecaca8b980a9b6a90357f1c", ); /* PHP 5.4 Release */ $PHP_5_4_RC = '5.4.24RC1'; // Current RC version (e.g., '5.6.7RC1') or false diff --git a/releases/5_5_8.php b/releases/5_5_8.php new file mode 100644 index 0000000..53d5057 --- /dev/null +++ b/releases/5_5_8.php @@ -0,0 +1,20 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_5_8.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.5.7 Release Announcement"); +?> + +<h1>PHP 5.5.8 Release Announcement</h1> + +<p>The PHP Development Team announces the immediate availability of PHP 5.5.8. +This release fixes about 20 bugs against PHP 5.5.7.</p> + +<p>All PHP users are encouraged to upgrade to this new version.</p> + +<p>For source downloads of PHP 5.5.8, 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.8">ChangeLog</a>. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
