Commit: b5e68b320d7ad6e7bec17c9f594911203c834c7e Author: Julien Pauli <[email protected]> Thu, 17 Oct 2013 12:46:51 +0200 Parents: 8af462a1c1041b97d3ec60d55e87671b5ae9b973 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b5e68b320d7ad6e7bec17c9f594911203c834c7e Log: PHP 5.5.5 release Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2013-10-16-1.xml M include/releases.inc Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 3977a16..3718515 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -10,6 +10,82 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php? ?> <h1>PHP 5 ChangeLog</h1> +<section class="version" id="5.5.5"><!-- {{{ 5.5.5 --> +<h3>Version 5.5.5</h3> +<b>17-Oct-2013</b> +<ul><li>Core: +<ul> + <li><?php bugfix(64979); ?> (Wrong behavior of static variables in closure generators).</li> + <li><?php bugfix(65322); ?> (compile time errors won't trigger auto loading).</li> + <li><?php bugfix(65821); ?> (By-ref foreach on property access of string offset segfaults).</li> +</ul></li> +<li>CLI Server: +<ul> + <li><?php bugfix(65633); ?> (built-in server treat some http headers as case-sensitive).</li> + <li><?php bugfix(65818); ?> (Segfault with built-in webserver and chunked transfer encoding).</li> + <li>Added application/pdf to PHP CLI Web Server mime types</li> +</ul></li> +<li>Datetime: +<ul> + <li><?php bugfix(64157); ?> (DateTime::createFromFormat() reports confusing error message).</li> + <li><?php bugfix(65502); ?> (DateTimeImmutable::createFromFormat returns DateTime).</li> + <li><?php bugfix(65548); ?> (Comparison for DateTimeImmutable doesn't work).</li> +</ul></li> +<li>DBA: +<ul> + <li><?php bugfix(65708); ?> (dba functions cast $key param to string in-place, bypassing copy on write).</li> +</ul></li> +<li>Filter: +<ul> + <li>Add RFC 6598 IPs to reserved addresses.</li> + <li><?php bugfix(64441); ?> (FILTER_VALIDATE_URL rejects fully qualified domain names).</li> +</ul></li> +<li>FTP: +<ul> + <li><?php bugfix(65667); ?> (ftp_nb_continue produces segfault).</li> +</ul></li> +<li>GD: +<ul> + <li>Ensure that the defined interpolation method is used with the generic scaling methods.</li> +</ul></li> +<li>IMAP: +<ul> + <li><?php bugfix(65721); ?> (configure script broken in 5.5.4 and 5.4.20 when enabling imap).</li> +</ul></li> +<li>OPCache: +<ul> + <li><?php bugfix(65845); ?> (Error when Zend Opcache Optimizer is fully enabled).</li> + <li><?php bugfix(65665); ?> (Exception not properly caught when opcache enabled).</li> + <li><?php bugfix(65510); ?> (5.5.2 crashes in _get_zval_ptr_ptr_var).</li> + <li>Fixed issue #135 (segfault in interned strings if initial memory is too low).</li> + <li>Added function opcache_compile_file() to load PHP scripts into cache without execution.</li> + <li>Added support for GNU Hurd.</li> +</ul></li> +<li>Sockets: +<ul> + <li><?php bugfix(65808); ?> (the socket_connect() won't work with IPv6 address).</li> +</ul></li> +<li>SPL: +<ul> + <li><?php bugfix(64782); ?> (SplFileObject constructor make $context optional / give it a default value).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(61548); ?> content-type must appear at the end of headers for 201 Location to work in http.</li> +</ul></li> +<li>XMLReader: +<ul> + <li><?php bugfix(51936); ?> Crash with clone XMLReader.</li> + <li><?php bugfix(64230); ?> XMLReader does not suppress errors.</li> +</ul></li> +<li>Build system: +<ul> + <li><?php bugfix(51076); ?> Race condition in shtool's mkdir -p implementation.</li> + <li><?php bugfix(62396); ?> 'make test' crashes starting with 5.3.14 (missing gzencode()).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="5.5.4"><!-- {{{ 5.5.4 --> <h3>Version 5.5.4</h3> <b>19-Sep-2013</b> diff --git a/archive/archive.xml b/archive/archive.xml index cc5373e..6eddf51 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/2013-10-16-1.xml"/> <xi:include href="entries/2013-10-10-2.xml"/> <xi:include href="entries/2013-10-10-1.xml"/> <xi:include href="entries/2013-09-19-2.xml"/> diff --git a/archive/entries/2013-10-16-1.xml b/archive/entries/2013-10-16-1.xml new file mode 100644 index 0000000..a3147ad --- /dev/null +++ b/archive/entries/2013-10-16-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.5 has been released</title> + <id>http://php.net/archive/2013.php#id2013-10-16-1</id> + <published>2013-10-16T14:54:24+00:00</published> + <updated>2013-10-16T14:54:24+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#id2013-10-16-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2013.php#id2013-10-16-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.5. This release fixes about twenty bugs against + PHP 5.5.4, some of them regarding the build system. All PHP users are encouraged to upgrade to this new version.</p> + + <p>For source downloads of PHP 5.5.5 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.5">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index ff54a68..a548f80 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,44 @@ $OLDRELEASES = array ( 5 => array ( + '5.5.4' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_5_4.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.5.4.tar.bz2', + 'name' => 'PHP 5.5.4 (tar.bz2)', + 'md5' => '456f2eb1ee36f2a277bd4cc778e720eb', + 'date' => '19 Sep 2013', + ), + 1 => + array ( + 'filename' => 'php-5.5.4.tar.gz', + 'name' => 'PHP 5.5.4 (tar.gz)', + 'md5' => 'bf842770ac64a47ff599f463e6cf1334', + 'date' => '19 Sep 2013', + ), + 2 => + array ( + 'filename' => 'php-5.5.4.tar.xz', + 'name' => 'PHP 5.5.4 (tar.xz)', + 'md5' => '32c1dc56701d21def91a39a312392b54', + 'date' => '19 Sep 2013', + ), + 3 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.5', + 'name' => 'Windows 5.5.4 binaries and source', + ), + ), + 'date' => '19 Sep 2013', + 'museum' => false, + ), '5.5.3' => array ( 'announcement' => -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
