Commit: 730baa68705035b5bacf3a3de613d4fdf728137e
Author: Stanislav Malyshev <[email protected]> Thu, 15 Aug 2013
21:25:00 -0700
Parents: 5b9df1045b177696ddb101e37128fde1d134111c
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=730baa68705035b5bacf3a3de613d4fdf728137e
Log:
5.4.18
Changed paths:
M ChangeLog-5.php
M archive/archive.xml
A archive/entries/2013-08-15-1.xml
M include/releases.inc
M include/version.inc
A releases/5_4_18.php
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index cf84c64..5b794cb 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -11,6 +11,106 @@ function peclbugl($number) { echo "<a
href=\"http://pecl.php.net/bugs/bug.php?
<h1>PHP 5 ChangeLog</h1>
+<a name="5.4.18"></a><!-- {{{ 5.4.18 -->
+<h3>Version 5.4.18</h3>
+<b>15-Aug-2013</b>
+<ul><li>Core:
+<ul>
+ <li>Fixed value of FILTER_SANITIZE_FULL_SPECIAL_CHARS constant (previously
was erroneously set to FILTER_SANITIZE_SPECIAL_CHARS value).</li>
+ <li><?php bugfix(65254); ?> (Exception not catchable when exception thrown
in autoload with a namespace).</li>
+ <li><?php bugfix(65108); ?> (is_callable() triggers Fatal Error).</li>
+ <li><?php bugfix(65088); ?> (Generated configure script is malformed on
OpenBSD).</li>
+ <li><?php bugfix(62964); ?> (Possible XSS on "Registered stream filters"
info).</li>
+ <li><?php bugfix(62672); ?> (Error on serialize of ArrayObject).</li>
+ <li><?php bugfix(62475); ?> (variant_* functions causes crash when null
given as an argument).</li>
+ <li><?php bugfix(60732); ?> (php_error_docref links to invalid pages).</li>
+ <li><?php bugfix(65226); ?> (chroot() does not get enabled).</li>
+</ul></li>
+<li>CGI:
+<ul>
+ <li><?php bugfix(65143); ?> (Missing php-cgi man page).</li>
+</ul></li>
+<li>CLI server:
+<ul>
+ <li><?php bugfix(65066); ?> (Cli server not responsive when responding with
422 http status code).</li>
+</ul></li>
+<li>CURL:
+<ul>
+ <li><?php bugfix(62665); ?> (curl.cainfo doesn't appear in php.ini).</li>
+</ul></li>
+<li>FPM:
+<ul>
+ <li><?php bugfix(63983); ?> (enabling FPM borks compile on FreeBSD).</li>
+</ul></li>
+<li>FTP:
+<ul>
+ <li><?php bugfix(65228); ?> (FTPs memory leak with SSL).</li>
+</ul></li>
+<li>GMP:
+<ul>
+ <li><?php bugfix(65227); ?> (Memory leak in gmp_cmp second parameter).</li>
+</ul></li>
+<li>Imap:
+<ul>
+ <li><?php bugfix(64467); ?> (Segmentation fault after imap_reopen
failure).</li>
+</ul></li>
+<li>Intl:
+<ul>
+ <li><?php bugfix(62759); ?> (Buggy grapheme_substr() on edge case).</li>
+ <li><?php bugfix(61860); ?> (Offsets may be wrong for grapheme_stri*
functions).</li>
+</ul></li>
+<li>mysqlnd:
+<ul>
+ <li>Fixed segfault in mysqlnd when doing long prepare. </li>
+</ul></li>
+<li>ODBC:
+<ul>
+ <li><?php bugfix(61387); ?> (NULL valued anonymous column causes segfault in
odbc_fetch_array).</li>
+</ul></li>
+<li>Openssl:
+<ul>
+ <li>Fixed handling null bytes in subjectAltName (CVE-2013-4073).</li>
+</ul></li>
+<li>PDO:
+<ul>
+ <li>Allowed PDO_OCI to compile with Oracle Database 12c client
libraries.</li>
+</ul></li>
+<li>PDO_dblib:
+<ul>
+ <li><?php bugfix(65219); ?> (PDO/dblib not working anymore ("use dbName" not
sent)).</li>
+</ul></li>
+<li>PDO_pgsql:
+<ul>
+ <li>Fixed meta data retrieve when OID is larger than 2^31.</li>
+</ul></li>
+<li>Phar:
+<ul>
+ <li><?php bugfix(65142); ?> (Missing phar man page).</li>
+</ul></li>
+<li>Session:
+<ul>
+ <li><?php bugfix(62535); ?> ($_SESSION[$key]["cancel_upload"] doesn't work
as documented).</li>
+ <li><?php bugfix(35703); ?> (when session_name("123") consist only digits,
should warning).</li>
+ <li><?php bugfix(49175); ?> (mod_files.sh does not support hash bits).</li>
+</ul></li>
+<li>Sockets:
+<ul>
+ <li>Implemented FR <?php bugl(63472); ?> (Setting SO_BINDTODEVICE with
socket_set_option).</li>
+</ul></li>
+<li>SPL:
+<ul>
+ <li><?php bugfix(65136); ?> (RecursiveDirectoryIterator segfault).</li>
+ <li><?php bugfix(61828); ?> (Memleak when calling
Directory(Recursive)Iterator /Spl(Temp)FileObject ctor twice).</li>
+ <li><?php bugfix(60560); ?> (SplFixedArray un-/serialize, getSize(), count()
return 0, keys are strings).</li>
+</ul></li>
+<li>XML:
+<ul>
+ <li><?php bugfix(65236); ?> (heap corruption in xml parser,
CVE-2013-4113).</li>
+</ul></li>
+</ul>
+<!-- }}} -->
+
+
<a name="5.5.1"></a><!-- {{{ 5.5.1 -->
<h3>Version 5.5.1</h3>
<b>18-Jul-2013</b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 458273b..2f930fe 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-08-15-1.xml"/>
<xi:include href="entries/2013-08-08-1.xml"/>
<xi:include href="entries/2013-08-07-1.xml"/>
<xi:include href="entries/2013-07-19-2.xml"/>
diff --git a/archive/entries/2013-08-15-1.xml b/archive/entries/2013-08-15-1.xml
new file mode 100644
index 0000000..ca77142
--- /dev/null
+++ b/archive/entries/2013-08-15-1.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 5.4.18 Released!</title>
+ <id>http://php.net/archive/2013.php#id2013-08-15-1</id>
+ <published>2013-08-15T21:21:42-07:00</published>
+ <updated>2013-08-15T21:21:42-07: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-08-15-1" rel="alternate"
type="text/html"/>
+ <link href="http://php.net/archive/2013.php#id2013-08-15-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.4.18. About 30 bugs were fixed, including security issues CVE-2013-4113
and CVE-2013-4073.
+ All users of PHP are encouraged to upgrade to this release.</p>
+
+ <p>For source downloads of PHP 5.4.18 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.4.18">ChangeLog</a>.
+ </p>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index d7e4a8c..a50571e 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,75 @@
$OLDRELEASES = array (
5 =>
array (
+ '5.5.1' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/5_5_1.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-5.5.1.tar.bz2',
+ 'name' => 'PHP 5.5.1 (tar.bz2)',
+ 'md5' => 'e6520ba8f86e03451f1e9226ca2be681',
+ 'date' => '18 Jul 2013',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-5.5.1.tar.gz',
+ 'name' => 'PHP 5.5.1 (tar.gz)',
+ 'md5' => 'a7d9598c0e60b47960b8e803e51c4309',
+ 'date' => '18 Jul 2013',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-5.5.1.tar.xz',
+ 'name' => 'PHP 5.5.1 (tar.xz)',
+ 'md5' => '365403c216d22255c3aa57fe54944f8e',
+ 'date' => '18 Jul 2013',
+ ),
+ 3 =>
+ array (
+ 'link' => 'http://windows.php.net/download/#php-5.5',
+ 'name' => 'Windows 5.5.1 binaries and source',
+ ),
+ ),
+ 'date' => '18 Jul 2013',
+ 'museum' => false,
+ ),
+ '5.4.17' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/5_4_17.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-5.4.17.tar.bz2',
+ 'name' => 'PHP 5.4.17 (tar.bz2)',
+ 'md5' => '1e027e99e2a874310fd518e87e3947af',
+ 'date' => '04 Jul 2013',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-5.4.17.tar.gz',
+ 'name' => 'PHP 5.4.17 (tar.gz)',
+ 'md5' => 'cc698032dcdcb9ad158edcc90fe798d6',
+ 'date' => '04 Jul 2013',
+ ),
+ 2 =>
+ array (
+ 'link' => 'http://windows.php.net/download/#php-5.4',
+ 'name' => 'Windows 5.4.17 binaries and source',
+ ),
+ ),
+ 'date' => '04 Jul 2013',
+ 'museum' => false,
+ ),
'5.4.16' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 43f7b8f..7fa69d0 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -26,14 +26,14 @@ $PHP_5_5_MD5 = array(
"tar.xz" => "365403c216d22255c3aa57fe54944f8e",
);
/* PHP 5.4 Release */
-$PHP_5_4_RC = '5.4.18RC2'; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
$PHP_5_4_RC_DATE = '01 Aug 2013';
-$PHP_5_4_VERSION = "5.4.17";
-$PHP_5_4_DATE = "04 Jul 2013";
+$PHP_5_4_VERSION = "5.4.18";
+$PHP_5_4_DATE = "15 Aug 2013";
$PHP_5_4_MD5 = array(
- "tar.bz2" => "1e027e99e2a874310fd518e87e3947af",
- "tar.gz" => "cc698032dcdcb9ad158edcc90fe798d6",
+ "tar.bz2" => "b2e185b46b22a48a385cf21a0dc76e65",
+ "tar.gz" => "d0a3f55deceaec921f45f76d7b4e764b",
);
/* PHP 5.3 Release */
diff --git a/releases/5_4_18.php b/releases/5_4_18.php
new file mode 100644
index 0000000..db604c6
--- /dev/null
+++ b/releases/5_4_18.php
@@ -0,0 +1,19 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_4_18.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.4.18 Release Announcement");
+?>
+
+<h1>PHP 5.4.18 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
+5.4.18. About 30 bugs were fixed, including security issues CVE-2013-4113 and
CVE-2013-4073.
+All users of PHP are encouraged to upgrade to this release.</p>
+
+<p>For source downloads of PHP 5.4.18 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.4.18">ChangeLog</a>.
+</p>
+
+<?php site_footer(); ?>--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php