Commit:    a3318f94b952deb44757f6f0604f89042f393b5b
Author:    Stanislav Malyshev <[email protected]>         Thu, 3 Apr 2014 
15:55:50 -0700
Parents:   a428ce2562bd13fc46e01441e0b32706ebb14b7c
Branches:  master

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

Log:
5.4.27

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2014-04-03-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_4_27.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 0e0623a..36c548a 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -85,6 +85,41 @@ function release_date($in) {
 </ul>
 <!-- }}} --></section>
 
+<section class="version" id="5.4.27"><!-- {{{ 5.4.27 -->
+<h3>Version 5.4.27</h3>
+<b>03-Apr-2014</b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(60602); ?> (proc_open() changes environment array)</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+  <li><?php bugfix(66946); ?> (fileinfo: extensive backtracking in awk rule 
regular expression)</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li>Added clear_env configuration directive to disable clearenv() call.</li>
+</ul></li>
+<li>GMP:
+<ul>
+  <li><?php bugfix(66872); ?> (invalid argument crashes gmp_testbit)</li>
+</ul></li>
+<li>Mail:
+<ul>
+  <li><?php bugfix(66535); ?> (Don't add newline after 
X-PHP-Originating-Script)</li>
+</ul></li>
+<li>MySQLi:
+<ul>
+  <li><?php bugfix(66762); ?> (Segfault in mysqli_stmt::bind_result() when 
link closed)</li>
+</ul></li>
+<li>Openssl:
+<ul>
+  <li><?php bugfix(66833); ?> (Default disgest algo is still MD5, switch to 
SHA1)</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
 <section class="version" id="5.5.10"><!-- {{{ 5.5.10 -->
 <h3>Version 5.5.10</h3>
 <?php release_date('6-Mar-2014'); ?>
diff --git a/archive/archive.xml b/archive/archive.xml
index 3c8a804..47d1935 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-04-03-1.xml"/>
   <xi:include href="entries/2014-04-02-1.xml"/>
   <xi:include href="entries/2014-03-26-1.xml"/>
   <xi:include href="entries/2014-03-13-1.xml"/>
diff --git a/archive/entries/2014-04-03-1.xml b/archive/entries/2014-04-03-1.xml
new file mode 100644
index 0000000..381edaa
--- /dev/null
+++ b/archive/entries/2014-04-03-1.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.4.27 Released</title>
+  <id>http://php.net/archive/2014.php#id2014-04-03-1</id>
+  <published>2014-04-03T15:54:41-07:00</published>
+  <updated>2014-04-03T15:54:41-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#id2014-04-03-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2014.php#id2014-04-03-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.27. 6 bugs were fixed in this release, including CVE-2013-7345.
+     All PHP 5.4 users are encouraged to upgrade to this version.
+     </p>
+     
+     <p>For source downloads of PHP 5.4.27 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.27";>ChangeLog</a>.
+     </p>
+     
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 9579bc8..eacaea9 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -386,6 +386,37 @@ $OLDRELEASES = array (
       'date' => '20 Jun 2013',
       'museum' => true,
     ),
+    '5.4.26' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_4_26.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.4.26.tar.bz2',
+          'name' => 'PHP 5.4.26 (tar.bz2)',
+          'md5' => '979e17b5492ce9c65a3c37f22c7c9655',
+          'date' => '6 Mar 2014',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.4.25.tar.gz',
+          'name' => 'PHP 5.4.25 (tar.gz)',
+          'md5' => '7e5f6254d1bac06efc225259a1e38a27',
+          'date' => '6 Mar 2014',
+        ),
+        2 => 
+        array (
+          'link' => 'http://windows.php.net/download/#php-5.4',
+          'name' => 'Windows 5.4.26 binaries and source',
+        ),
+      ),
+      'date' => '6 Mar 2014',
+      'museum' => false,
+    ),
     '5.4.25' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index edb49c9..50d0047 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -15,7 +15,7 @@
  *     ),
  * );6 Dec
 /* PHP 5.5 Release */
-$PHP_5_5_RC = '5.5.11RC1'; // 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 = '20 Mar 2014';
 
 $PHP_5_5_VERSION         = "5.5.11";
@@ -26,14 +26,14 @@ $PHP_5_5_MD5     = array(
                        "tar.xz"        => "1559ef6444d5020670ec52ea752501ee",
 );
 /* PHP 5.4 Release */
-$PHP_5_4_RC = '5.4.27RC1'; // 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 Mar 2014';
 
-$PHP_5_4_VERSION         = "5.4.26";
-$PHP_5_4_DATE            = "6 Mar 2014";
+$PHP_5_4_VERSION         = "5.4.27";
+$PHP_5_4_DATE            = "3 Apr 2014";
 $PHP_5_4_MD5     = array(
-                       "tar.bz2"       => "979e17b5492ce9c65a3c37f22c7c9655",
-                       "tar.gz"        => "7e5f6254d1bac06efc225259a1e38a27",
+                       "tar.bz2"       => "1c6e99187d25023411b663ea09f145ee",
+                       "tar.gz"        => "3080690bbb14d798a511e325a81a6f32",
 );
 
 /* PHP 5.3 Release */
diff --git a/releases/5_4_27.php b/releases/5_4_27.php
new file mode 100644
index 0000000..78bc39f
--- /dev/null
+++ b/releases/5_4_27.php
@@ -0,0 +1,20 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_4_27.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.4.27 Release Announcement");
+?>
+
+<h1>PHP 5.4.27 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
+5.4.27. 6 bugs were fixed in this release, including CVE-2013-7345.
+All PHP 5.4 users are encouraged to upgrade to this version.
+</p>
+
+<p>For source downloads of PHP 5.4.27 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.27";>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