Commit:    b00efdca0633c7e9fed7fca019b8ca8149f25a6a
Author:    Anatol Belski <a...@php.net>         Thu, 23 Nov 2017 11:35:24 +0100
Parents:   8e3d5c90651ab2ec31ca95e6c30ced1c2cc4633b
Branches:  master

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

Log:
7.0.26 announce

Fix date

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2017-11-23-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_0_26.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index c3d1220..fe25683 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -7,6 +7,72 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 7 ChangeLog</h1>
 
+<section class="version" id="7.0.26"><!-- {{{ 7.0.26 -->
+<h3>Version 7.0.26</h3>
+<b><?php release_date('23-Nov-2017'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(75420); ?> (Crash when modifing property name in __isset 
for BP_VAR_IS).</li>
+  <li><?php bugfix(75368); ?> (mmap/munmap trashing on unlucky 
allocations).</li>
+</ul></li>
+<li>CLI:
+<ul>
+  <li><?php bugfix(75287); ?> (Builtin webserver crash after chdir in a 
shutdown function).</li>
+</ul></li>
+<li>Enchant:
+<ul>
+  <li><?php bugfix(53070); ?> (enchant_broker_get_path crashes if no path is 
set).</li>
+  <li><?php bugfix(75365); ?> (Enchant still reports version 1.1.0).</li>
+</ul></li>
+<li>Exif:
+<ul>
+  <li><?php bugfix(75301); ?> (Exif extension has built in revision 
version).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(65148); ?> (imagerotate may alter image dimensions).</li>
+  <li><?php bugfix(75437); ?> (Wrong reflection on imagewebp).</li>
+</ul></li>
+<li>intl:
+<ul>
+  <li><?php bugfix(75317); ?> (UConverter::setDestinationEncoding changes 
source instead of destination).</li>
+</ul></li>
+<li>interbase:
+<ul>
+  <li><?php bugfix(75453); ?> (Incorrect reflection for ibase_[p]connect).</li>
+</ul></li>
+<li>Mysqli:
+<ul>
+  <li><?php bugfix(75434); ?> (Wrong reflection for mysqli_fetch_all 
function).</li>
+</ul></li>
+<li>OCI8:
+<ul>
+  <li>Fixed valgrind issue.</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li><?php bugfix(75373); ?> (Warning Internal error: wrong size 
calculation).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(75363); ?> (openssl_x509_parse leaks memory).</li>
+  <li><?php bugfix(75307); ?> (Wrong reflection for openssl_open 
function).</li>
+</ul></li>
+<li>PGSQL:
+<ul>
+  <li><?php bugfix(75419); ?> (Default link incorrectly cleared/linked by 
pg_close()).</li>
+</ul></li>
+<li>SOAP:
+<ul>
+  <li><?php bugfix(75464); ?> (Wrong reflection on 
SoapClient::__setSoapHeaders).</li>
+</ul></li>
+<li>Zlib:
+<ul>
+  <li><?php bugfix(75299); ?> (Wrong reflection on inflate_init and 
inflate_add).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="7.1.11"><!-- {{{ 7.1.11 -->
 <h3>Version 7.1.11</h3>
 <b><?php release_date('26-Oct-2017'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index e32dc7c..26480b2 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-11-23-1.xml"/>
   <xi:include href="entries/2017-11-20-1.xml"/>
   <xi:include href="entries/2017-11-09-1.xml"/>
   <xi:include href="entries/2017-11-08-1.xml"/>
diff --git a/archive/entries/2017-11-23-1.xml b/archive/entries/2017-11-23-1.xml
new file mode 100644
index 0000000..5ae22a3
--- /dev/null
+++ b/archive/entries/2017-11-23-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.26 Released</title>
+  <id>http://php.net/archive/2017.php#id2017-11-23-2</id>
+  <published>2017-11-23T13:00:00+01:00</published>
+  <updated>2017-11-23T13: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-11-23-2"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2017.php#id2017-11-23-2"; rel="via" 
type="text/html"/>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/2099/xhtml";>
+      <p>The PHP development team announces the immediate availability of PHP
+      7.0.26. Several bugs have been fixed.
+     
+      All PHP 7.0 users are encouraged to upgrade to this version.
+      </p>
+     
+      <p>For source downloads of PHP 7.0.26 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.26";>ChangeLog</a>.
+      </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index bcfaeec..510089f 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.0.25' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_0_25.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.0.25.tar.bz2',
+          'name' => 'PHP 7.0.25 (tar.bz2)',
+          'sha256' => 
'95a24d96d126a196e1550e394182b43a6460cdd2026f1a77bef01e422415cc25',
+          'date' => '26 Oct 2017',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.0.25.tar.gz',
+          'name' => 'PHP 7.0.25 (tar.gz)',
+          'sha256' => 
'081b46bf588d38c636fd6cd1dab8855b6b3e171550d1e65f770f53aede594ee7',
+          'date' => '26 Oct 2017',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.0.25.tar.xz',
+          'name' => 'PHP 7.0.25 (tar.xz)',
+          'sha256' => 
'5cc14bd20fb2226f6d34465662425cd100441bde9042ea1cef2e4506d6ded8cc',
+          'date' => '26 Oct 2017',
+        ),
+      ),
+      'date' => '26 Oct 2017',
+      'museum' => false,
+    ),
     '7.1.10' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index a3edd43..c685d4c 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.26RC1"; // 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 = "09 November 2017";
 
-$PHP_7_0_VERSION         = "7.0.25";
-$PHP_7_0_DATE            = "26 Oct 2017";
+$PHP_7_0_VERSION         = "7.0.26";
+$PHP_7_0_DATE            = "23 Nov 2017";
 $PHP_7_0_SHA256     = array(
-                       "tar.bz2"       => 
"95a24d96d126a196e1550e394182b43a6460cdd2026f1a77bef01e422415cc25",
-                       "tar.gz"        => 
"081b46bf588d38c636fd6cd1dab8855b6b3e171550d1e65f770f53aede594ee7",
-                       "tar.xz"        => 
"5cc14bd20fb2226f6d34465662425cd100441bde9042ea1cef2e4506d6ded8cc",
+                       "tar.bz2"       => 
"2590d722f7b23b6a903c5a00cf04e7ee728df79d10ae473e3a81ba41588509a7",
+                       "tar.gz"        => 
"04c345f7c9e3f1cd02f275bfec893a4e0290e724073f2f3d7282a219128b537c",
+                       "tar.xz"        => 
"ed5cbb4bbb0ddef8985f100bba2e94002ad22a230b5da2dccfe148915df5f199",
 );
 
 /* PHP 5.6 Release */
diff --git a/releases/7_0_26.php b/releases/7_0_26.php
new file mode 100644
index 0000000..f331e1b
--- /dev/null
+++ b/releases/7_0_26.php
@@ -0,0 +1,21 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_0_26.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.0.26 Release Announcement");
+?>
+
+     <h1>PHP 7.0.26 Release Announcement</h1>
+     
+     <p>The PHP development team announces the immediate availability of PHP
+     7.0.26. Several bugs have been fixed.
+     
+     All PHP 7.0 users are encouraged to upgrade to this version.
+     </p>
+     
+     <p>For source downloads of PHP 7.0.26 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.26";>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