Commit:    b14c1778fe6fd33184555fa6ef2ef0b2c0b55dab
Author:    Stanislav Malyshev <smalys...@gmail.com>         Thu, 4 Jul 2013 
20:35:48 -0700
Parents:   173d3056f5a628b19d5a7d7b77dbb81b8e3fafab
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=b14c1778fe6fd33184555fa6ef2ef0b2c0b55dab

Log:
5.4.17 release

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2013-07-04-1.xml
  M  include/version.inc
  A  releases/5_4_17.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index c98a6f8..639c77b 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -520,6 +520,65 @@ function peclbugl($number)   { echo "<a 
href=\"http://pecl.php.net/bugs/bug.php?
 
 <!-- }}} -->
 
+<a name="5.4.17"></a><!-- {{{ 5.4.17 -->
+<h3>Version 5.4.17</h3>
+<b>04-Jul-2013</b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(64988); ?> (Class loading order affects E_STRICT 
warning).</li>
+  <li><?php bugfix(64966); ?> (segfault in 
zend_do_fcall_common_helper_SPEC).</li>
+  <li><?php bugfix(64960); ?> (Segfault in gc_zval_possible_root).</li>
+  <li><?php bugfix(64936); ?> (doc comments picked up from previous scanner 
run).</li>
+  <li><?php bugfix(64934); ?> (Apache2 TS crash with get_browser()).</li>
+  <li><?php bugfix(64166); ?> (quoted-printable-encode stream filter 
incorrectly discarding whitespace).</li>
+</ul></li>
+<li>DateTime:
+<ul>
+  <li><?php bugfix(53437); ?> (Crash when using unserialized DatePeriod 
instance).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li><?php bugfix(64915); ?> (error_log ignored when daemonize=0).</li>
+  <li>Implemented FR <?php bugl(64764); ?> (add support for FPM init.d 
script).</li>
+</ul></li>
+<li>PDO:
+<ul>
+  <li><?php bugfix(63176); ?> (Segmentation fault when instantiate 2 
persistent PDO to the same db server).</li>
+</ul></li>
+<li>PDO_DBlib:
+<ul>
+  <li><?php bugfix(63638); ?> (Cannot connect to SQL Server 2008 with PDO 
dblib).</li>
+  <li><?php bugfix(64338); ?> (pdo_dblib can't connect to Azure SQL).</li>
+  <li><?php bugfix(64808); ?> (FreeTDS PDO getColumnMeta on a prepared but not 
executed statement crashes).</li>
+</ul></li>
+<li>PDO_firebird:
+<ul>
+  <li><?php bugfix(64037); ?> (Firebird return wrong value for numeric 
field).</li>
+  <li><?php bugfix(62024); ?> (Cannot insert second row with null using 
parametrized query).</li>
+</ul></li>
+<li>PDO_mysql:
+<ul>
+  <li><?php bugfix(48724); ?> (getColumnMeta() doesn't return native_type for 
BIT, TINYINT and YEAR).</li>
+</ul></li>
+<li>PDO_pgsql:
+<ul>
+  <li><?php bugfix(64949); ?> (Buffer overflow in _pdo_pgsql_error).</li>
+</ul></li>
+<li>pgsql:
+<ul>
+  <li><?php bugfix(64609); ?> (pg_convert enum type support).</li>
+</ul></li>
+<li>Readline:
+<ul>
+  <li>Implement FR <?php bugl(55694); ?> (Expose additional readline variable 
to prevent default filename completion).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(64997); ?> (Segfault while using RecursiveIteratorIterator 
on 64-bits systems).</li>
+</ul></li>
+</ul>
+<!-- }}} -->
+
 <a name="5.4.16"></a><!-- {{{ 5.4.16 -->
 <h3>Version 5.4.16</h3>
 <b>06-Jun-2013</b>
diff --git a/archive/archive.xml b/archive/archive.xml
index fdec6fe..97ab497 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
     <uri>http://php.net/contact</uri>
     <email>php-webmaster@lists.php.net</email>
   </author>
+  <xi:include href="entries/2013-07-04-1.xml"/>
   <xi:include href="entries/2013-06-20-1.xml"/>
   <xi:include href="entries/2013-06-10-1.xml"/>
   <xi:include href="entries/2013-06-06-2.xml"/>
diff --git a/archive/entries/2013-07-04-1.xml b/archive/entries/2013-07-04-1.xml
new file mode 100644
index 0000000..1e372c9
--- /dev/null
+++ b/archive/entries/2013-07-04-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.17 released!</title>
+  <id>http://php.net/archive/2013.php#id2013-07-04-1</id>
+  <published>2013-07-04T20:33:50-07:00</published>
+  <updated>2013-07-04T20:33:50-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-07-04-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2013.php#id2013-07-04-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.17. About 20 bugs were fixed. All users of PHP are encouraged to 
upgrade to this release.</p>
+     
+     <p>For source downloads of PHP 5.4.17 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.17";>ChangeLog</a>.
+     </p>
+     
+    </div>
+  </content>
+</entry>
diff --git a/include/version.inc b/include/version.inc
index 4a78c26..bdb64d9 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -26,14 +26,14 @@ $PHP_5_5_MD5     = array(
                        "tar.xz"        => "c7df0cb28cfff4e277fd9cd9b73cebfb",
 );
 /* PHP 5.4 Release */
-$PHP_5_4_RC = '5.4.17RC1'; // 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 = '20 Jun 2013';
 
-$PHP_5_4_VERSION         = "5.4.16";
-$PHP_5_4_DATE            = "06 Jun 2013";
+$PHP_5_4_VERSION         = "5.4.17";
+$PHP_5_4_DATE            = "04 Jul 2013";
 $PHP_5_4_MD5     = array(
-                       "tar.bz2"       => "3d2c694d28861d707b2622c3cc941cff",
-                       "tar.gz"        => "3940a5295872964495f9c56596272d68",
+                       "tar.bz2"       => "1e027e99e2a874310fd518e87e3947af",
+                       "tar.gz"        => "cc698032dcdcb9ad158edcc90fe798d6",
 );
 
 /* PHP 5.3 Release */
diff --git a/releases/5_4_17.php b/releases/5_4_17.php
new file mode 100644
index 0000000..ce0151b
--- /dev/null
+++ b/releases/5_4_17.php
@@ -0,0 +1,18 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_4_17.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.4.17 Release Announcement");
+?>
+
+<h1>PHP 5.4.17 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
+5.4.17. About 20 bugs were fixed. All users of PHP are encouraged to upgrade 
to this release.</p>
+
+<p>For source downloads of PHP 5.4.17 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.17";>ChangeLog</a>.
+</p>
+
+<?php site_footer(); ?>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to