Commit:    eea08df8fe986c992adbb75f5ddcf9b557e35180
Author:    Anatol Belski <[email protected]>         Thu, 3 Mar 2016 11:12:52 +0100
Parents:   e8a85b6c0ebeeda95324795d8b1698ee17be8090
Branches:  master

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

Log:
7.0.4

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2016-03-03-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_0_4.php

diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index d3b9ac6..d66ab41 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -7,6 +7,77 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 7 ChangeLog</h1>
 
+<section class="version" id="7.0.4"><!-- {{{ 7.0.4 -->
+<h3>Version 7.0.4</h3>
+<b><?php release_date('03-Mar-2016'); ?></b>
+<ul><li>Core:
+<ul>
+  <li>Fixed bug (Low probability segfault in zend_arena).</li>
+  <li><?php bugfix(71441); ?> (Typehinted Generator with return in try/finally 
crashes).</li>
+  <li><?php bugfix(71442); ?> (forward_static_call crash).</li>
+  <li><?php bugfix(71443); ?> (Segfault using built-in webserver with intl 
using symfony).</li>
+  <li><?php bugfix(71449); ?> (An integer overflow bug in php_implode()).</li>
+  <li><?php bugfix(71450); ?> (An integer overflow bug in 
php_str_to_str_ex()).</li>
+  <li><?php bugfix(71474); ?> (Crash because of VM stack corruption on 
Magento2).</li>
+  <li><?php bugfix(71485); ?> (Return typehint on internal func causes Fatal 
error when it throws exception).</li>
+  <li><?php bugfix(71529); ?> (Variable references on array elements don't 
work when using count).</li>
+  <li><?php bugfix(71601); ?> (finally block not executed after yield 
from).</li>
+  <li><?php bugfix(71637); ?> (Multiple Heap Overflow due to integer overflows 
in xml/filter_url/addcslashes).</li>
+</ul></li>
+<li>CLI server:
+<ul>
+  <li><?php bugfix(71559); ?> (Built-in HTTP server, we can download file in 
web by bug).</li>
+</ul></li>
+<li>CURL:
+<ul>
+  <li><?php bugfix(71523); ?> (Copied handle with new option 
CURLOPT_HTTPHEADER crashes while curl_multi_exec).</li>
+  <li>Fixed memory leak in curl_getinfo().</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li><?php bugfix(71525); ?> (Calls to date_modify will mutate 
timelib_rel_time, causing date_date_set issues).</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+  <li><?php bugfix(71434); ?> (finfo throws notice for specific python 
file).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li><?php bugfix(62172); ?> (FPM not working with Apache httpd 2.4 
balancer/fcgi setup).</li>
+  <li><?php bugfix(71269); ?> (php-fpm dumped core).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li><?php bugfix(71584); ?> (Possible use-after-free of ZCG(cwd) in Zend 
Opcache).</li>
+</ul></li>
+<li>PCRE:
+<ul>
+  <li><?php bugfix(71537); ?> (PCRE segfault from Opcache).</li>
+</ul></li>
+<li>phpdbg:
+<ul>
+  <li>Fixed inherited functions from unspecified files being included in 
phpdbg_get_executable().</li>
+</ul></li>
+<li>SOAP:
+<ul>
+  <li><?php bugfix(71610); ?> (Type Confusion Vulnerability - SOAP / 
make_http_soap_request()).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(71603); ?> (compact() maintains references in php7).</li>
+  <li><?php bugfix(70720); ?> (strip_tags improper php code parsing).</li>
+</ul></li>
+<li>XMLRPC:
+<ul>
+  <li><?php bugfix(71501); ?> (xmlrpc_encode_request ignores encoding 
option).</li>
+</ul></li>
+<li>Zip:
+<ul>
+  <li><?php bugfix(71561); ?> (NULL pointer dereference in 
Zip::ExtractTo).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="7.0.3"><!-- {{{ 7.0.3 -->
 <h3>Version 7.0.3</h3>
 <b><?php release_date('04-Feb-2016'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index edf139d..763efc6 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/2016-03-03-1.xml"/>
   <xi:include href="entries/2016-03-01-1.xml"/>
   <xi:include href="entries/2016-02-18-1.xml"/>
   <xi:include href="entries/2016-02-16-1.xml"/>
diff --git a/archive/entries/2016-03-03-1.xml b/archive/entries/2016-03-03-1.xml
new file mode 100644
index 0000000..efee8af
--- /dev/null
+++ b/archive/entries/2016-03-03-1.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.0.4 Released</title>
+  <id>http://php.net/archive/2016.php#id2016-03-03-1</id>
+  <published>2016-03-03T13:00:00+01:00</published>
+  <updated>2016-03-03T13:00:00+01:00</updated>
+  <category term="releases" label="New PHP release"/>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <link href="http://php.net/index.php#id2016-03-03-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2016.php#id2016-03-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
+     7.0.4. This is a security release. Several security bugs were fixed in
+     this release. 
+     
+     All PHP 7.0 users are encouraged to upgrade to this version.
+     </p>
+     
+     <p>For source downloads of PHP 7.0.4 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
+     Windows source and 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-7.php#7.0.4";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 78ed51c..c00818d 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.0.3' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7.0.3.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.0.3.tar.bz2',
+          'name' => 'PHP 7.0.3 (tar.bz2)',
+          'md5' => '702e9b8e2cb704fdd50137e39f53f50b',
+          'sha256' => 
'826823d754f09c779222a99becf9c53a4dc719dba2d777aca7807c6ca68e6fc6',
+          'date' => '04 Feb 2016',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.0.3.tar.gz',
+          'name' => 'PHP 7.0.3 (tar.gz)',
+          'md5' => '235b1217a9ec7bee6e0bd517e3636d45',
+          'sha256' => 
'5521df8db153aba35c90cf1a1829106b6bbdac32425216d440f9cc29f00a7c08',
+          'date' => '04 Feb 2016',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.0.3.tar.xz',
+          'name' => 'PHP 7.0.3 (tar.xz)',
+          'md5' => '3c5d2b5b392b78fa92c48822e25ccb56',
+          'sha256' => 
'3af2b62617a0e46214500fc3e7f4a421067224913070844d3665d6cc925a1cca',
+          'date' => '04 Feb 2016',
+        ),
+      ),
+      'date' => '04 Feb 2016',
+      'museum' => false,
+    ),
     '7.0.2' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 79aa897..8c9beb0 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -19,20 +19,20 @@
  */
 
 /* PHP 7.0 Release */
-$PHP_7_0_RC = "7.0.4RC1"; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_7_0_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
 $PHP_7_0_RC_DATE = '18 Feb 2016';
 
-$PHP_7_0_VERSION         = "7.0.3";
-$PHP_7_0_DATE            = "04 Feb 2016";
+$PHP_7_0_VERSION         = "7.0.4";
+$PHP_7_0_DATE            = "03 Mar 2016";
 $PHP_7_0_MD5     = array(
-                       "tar.bz2"       => "702e9b8e2cb704fdd50137e39f53f50b",
-                       "tar.gz"        => "235b1217a9ec7bee6e0bd517e3636d45",
-                       "tar.xz"        => "3c5d2b5b392b78fa92c48822e25ccb56",
+                       "tar.bz2"       => "0171201350941327399a5c3e678a86e5",
+                       "tar.gz"        => "ce986fe03df3d1050966fdea21224040",
+                       "tar.xz"        => "82c60fc8167dd964119447da539af4f7",
 );
 $PHP_7_0_SHA256     = array(
-                       "tar.bz2"       => 
"826823d754f09c779222a99becf9c53a4dc719dba2d777aca7807c6ca68e6fc6",
-                       "tar.gz"        => 
"5521df8db153aba35c90cf1a1829106b6bbdac32425216d440f9cc29f00a7c08",
-                       "tar.xz"        => 
"3af2b62617a0e46214500fc3e7f4a421067224913070844d3665d6cc925a1cca",
+                       "tar.bz2"       => 
"a246c503709c189ba8e1e22ed2cb22abc27da43a997ff1b3318e181baf529dcc",
+                       "tar.gz"        => 
"f6cdac2fd37da0ac0bbcee0187d74b3719c2f83973dfe883d5cde81c356fe0a8",
+                       "tar.xz"        => 
"584e0e374e357a71b6e95175a2947d787453afc7f9ab7c55651c10491c4df532",
 );
 
 /* PHP 5.6 Release */
diff --git a/releases/7_0_4.php b/releases/7_0_4.php
new file mode 100644
index 0000000..d4a5392
--- /dev/null
+++ b/releases/7_0_4.php
@@ -0,0 +1,22 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_0_4.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.0.4 Release Announcement");
+?>
+
+     <h1>PHP 7.0.4 Release Announcement</h1>
+     
+     <p>The PHP development team announces the immediate availability of PHP
+     7.0.4. This is a security release. Several security bugs were fixed in
+     this release. 
+     
+     All PHP 7.0 users are encouraged to upgrade to this version.
+     </p>
+     
+     <p>For source downloads of PHP 7.0.4 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
+     Windows source and 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-7.php#7.0.4";>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