Commit:    0430e29a772ab3bf967a1ebcb70bd0cc2e9e9793
Author:    Anatol Belski <a...@php.net>         Thu, 26 Oct 2017 11:59:27 +0200
Parents:   06dd2fb2fccd28cc7a12089c87d30d3990c9b6b0
Branches:  master

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

Log:
7.0.25 announce

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2017-10-26-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_0_25.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 3202077..020ebec 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -7,6 +7,53 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 7 ChangeLog</h1>
 
+<section class="version" id="7.0.25"><!-- {{{ 7.0.25 -->
+<h3>Version 7.0.25</h3>
+<b><?php release_date('26-Oct-2017'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(75241); ?> (Null pointer dereference in 
zend_mm_alloc_small()).</li>
+  <li><?php bugfix(75236); ?> (infinite loop when printing an 
error-message).</li>
+  <li><?php bugfix(75252); ?> (Incorrect token formatting on two parse errors 
in one request).</li>
+  <li><?php bugfix(75220); ?> (Segfault when calling is_callable on 
parent).</li>
+  <li><?php bugfix(75290); ?> (debug info of Closures of internal functions 
contain garbage argument names).</li>
+</ul></li>
+<li>Apache2Handler:
+<ul>
+  <li><?php bugfix(75311); ?> (error: 'zend_hash_key' has no member named 
'arKey' in apache2handler).</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li><?php bugfix(75055); ?> (Out-Of-Bounds Read in timelib_meridian()).</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li><?php bugfix(75318); ?> (The parameter of UConverter::getAliases() is 
not optional).</li>
+</ul></li>
+<li>mcrypt:
+<ul>
+  <li><?php bugfix(72535); ?> (arcfour encryption stream filter crashes 
php).</li>
+</ul></li>
+<li>OCI8:
+<ul>
+  <li>Fixed incorrect reference counting.</li>
+</ul></li>
+<li>PCRE:
+<ul>
+  <li><?php bugfix(75207); ?> (applied upstream patch for CVE-2016-1283).</li>
+</ul></li>
+<li>litespeed:
+<ul>
+  <li><?php bugfix(75248); ?> (Binary directory doesn't get created when 
building only litespeed SAPI).</li>
+  <li><?php bugfix(75251); ?> (Missing program prefix and suffix).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(73629); ?> (SplDoublyLinkedList::setIteratorMode masks 
intern flags).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="7.1.10"><!-- {{{ 7.1.10 -->
 <h3>Version 7.1.10</h3>
 <b><?php release_date('28-Sep-2017'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index f97291f..6995070 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/2017-10-26-1.xml"/>
   <xi:include href="entries/2017-10-19-1.xml"/>
   <xi:include href="entries/2017-10-12-1.xml"/>
   <xi:include href="entries/2017-09-29-1.xml"/>
diff --git a/archive/entries/2017-10-26-1.xml b/archive/entries/2017-10-26-1.xml
new file mode 100644
index 0000000..62e39d5
--- /dev/null
+++ b/archive/entries/2017-10-26-1.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.0.25 Released</title>
+  <id>http://php.net/archive/2017.php#id2017-10-26-1</id>
+  <published>2017-10-26T13:00:00+01:00</published>
+  <updated>2017-10-26T13: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#id2017-10-26-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2017.php#id2017-10-26-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.25. 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.25 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.25";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 21269f5..ad9db1e 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.0.24' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_0_24.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.0.24.tar.bz2',
+          'name' => 'PHP 7.0.24 (tar.bz2)',
+          'sha256' => 
'9bf91982694f178821c0aaf03563a20494873ece6933e2eeecfd76f325bdcf19',
+          'date' => '28 Sep 2017',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.0.24.tar.gz',
+          'name' => 'PHP 7.0.24 (tar.gz)',
+          'sha256' => 
'151015b578c14a4ab47d1e5894b36c85cf5655237599b805a08d106fe18a8c8e',
+          'date' => '28 Sep 2017',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.0.24.tar.xz',
+          'name' => 'PHP 7.0.24 (tar.xz)',
+          'sha256' => 
'4dba7aa365193c9229f89f1975fad4c01135d29922a338ffb4a27e840d6f1c98',
+          'date' => '28 Sep 2017',
+        ),
+      ),
+      'date' => '28 Sep 2017',
+      'museum' => false,
+    ),
     '7.1.9' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 09092cd..7094556 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -29,15 +29,15 @@ $PHP_7_1_SHA256     = array(
 );
 
 /* PHP 7.0 Release */
-$PHP_7_0_RC = "7.0.25RC1"; // 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 = "12 October 2017";
 
-$PHP_7_0_VERSION         = "7.0.24";
-$PHP_7_0_DATE            = "28 Sep 2017";
+$PHP_7_0_VERSION         = "7.0.25";
+$PHP_7_0_DATE            = "26 Oct 2017";
 $PHP_7_0_SHA256     = array(
-                       "tar.bz2"       => 
"9bf91982694f178821c0aaf03563a20494873ece6933e2eeecfd76f325bdcf19",
-                       "tar.gz"        => 
"151015b578c14a4ab47d1e5894b36c85cf5655237599b805a08d106fe18a8c8e",
-                       "tar.xz"        => 
"4dba7aa365193c9229f89f1975fad4c01135d29922a338ffb4a27e840d6f1c98",
+                       "tar.bz2"       => 
"95a24d96d126a196e1550e394182b43a6460cdd2026f1a77bef01e422415cc25",
+                       "tar.gz"        => 
"081b46bf588d38c636fd6cd1dab8855b6b3e171550d1e65f770f53aede594ee7",
+                       "tar.xz"        => 
"5cc14bd20fb2226f6d34465662425cd100441bde9042ea1cef2e4506d6ded8cc",
 );
 
 /* PHP 5.6 Release */
diff --git a/releases/7_0_25.php b/releases/7_0_25.php
new file mode 100644
index 0000000..800f0c6
--- /dev/null
+++ b/releases/7_0_25.php
@@ -0,0 +1,22 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_0_25.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.0.25 Release Announcement");
+?>
+
+     <h1>PHP 7.0.25 Release Announcement</h1>
+     
+     <p>The PHP development team announces the immediate availability of PHP
+     7.0.25. 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.25 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.25";>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