Commit:    91170af6690ced6dba8a7e05cb9b6bce811f5ce5
Author:    Joe Watkins <[email protected]>         Fri, 29 Sep 2017 09:10:46 +0100
Parents:   0687c80293b1db19721b34e058147b5dfc233b0c
Branches:  master

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

Log:
7.1.10 announce

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2017-09-29-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_1_10.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 8e1c2c9..ae79c1d 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -7,6 +7,59 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 7 ChangeLog</h1>
 
+<section class="version" id="7.1.10"><!-- {{{ 7.1.10 -->
+<h3>Version 7.1.10</h3>
+<b><?php release_date('28-Sep-2017'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(75042); ?> (run-tests.php issues with EXTENSION block).</li>
+</ul></li>
+<li>BCMath:
+<ul>
+  <li><?php bugfix(44995); ?> (bcpowmod() fails if scale != 0).</li>
+  <li><?php bugfix(46781); ?> (BC math handles minus zero incorrectly).</li>
+  <li><?php bugfix(54598); ?> (bcpowmod() may return 1 if modulus is 1).</li>
+  <li><?php bugfix(75178); ?> (bcpowmod() misbehaves for non-integer base or 
modulus).</li>
+</ul></li>
+<li>CLI server:
+<ul>
+  <li><?php bugfix(70470); ?> (Built-in server truncates headers spanning over 
TCP packets).</li>
+</ul></li>
+<li>CURL:
+<ul>
+  <li><?php bugfix(75093); ?> (OpenSSL support not detected).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(75124); ?> (gdImageGrayScale() may produce colors).</li>
+  <li><?php bugfix(75139); ?> (libgd/gd_interpolation.c:1786: suspicious if 
?).</li>
+</ul></li>
+<li>Gettext:
+<ul>
+  <li><?php bugfix(73730); ?> (textdomain(null) throws in strict mode).</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li><?php bugfix(75090); ?> (IntlGregorianCalendar doesn't have constants 
from parent class).</li>
+  <li><?php bugfix(75193); ?> (segfault in 
collator_convert_object_to_string).</li>
+</ul></li>
+<li>PDO_OCI:
+<ul>
+  <li><?php bugfix(74631); ?> (PDO_PCO with PHP-FPM: OCI environment 
initialized before PHP-FPM sets it up).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(75155); ?> (AppendIterator::append() is broken when 
appending another AppendIterator).</li>
+  <li><?php bugfix(75173); ?> (incorrect behavior of AppendIterator::append in 
foreach loop).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(75152); ?> (signed integer overflow in parse_iv).</li>
+  <li><?php bugfix(75097); ?> (gethostname fails if your host name is 64 chars 
long).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="7.0.24"><!-- {{{ 7.0.24 -->
 <h3>Version 7.0.24</h3>
 <b><?php release_date('28-Sep-2017'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 89a37b6..cd78f9e 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/2017-09-29-1.xml"/>
   <xi:include href="entries/2017-09-28-2.xml"/>
   <xi:include href="entries/2017-09-28-1.xml"/>
   <xi:include href="entries/2017-09-14-1.xml"/>
diff --git a/archive/entries/2017-09-29-1.xml b/archive/entries/2017-09-29-1.xml
new file mode 100644
index 0000000..8cc40d3
--- /dev/null
+++ b/archive/entries/2017-09-29-1.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.1.10 Release Announcement</title>
+  <id>http://php.net/archive/2017.php#id2017-09-29-1</id>
+  <published>2017-09-29T08:10:14+00:00</published>
+  <updated>2017-09-29T08:10:14+00:00</updated>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <category term="releases" label="New PHP release"/>
+  <link href="http://php.net/index.php#id2017-09-29-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2017.php#id2017-09-29-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.1.10. This is a bugfix release, with several bug fixes included.
+     
+       All PHP 7.1 users are encouraged to upgrade to this version.
+       </p>
+     
+       <p>For source downloads of PHP 7.1.10 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.1.10";>ChangeLog</a>.
+       </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index dbe4741..21269f5 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.1.9' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_1_9.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.1.9.tar.bz2',
+          'name' => 'PHP 7.1.9 (tar.bz2)',
+          'sha256' => 
'314dcc10dfdd7c4443edb4fe1e133a44f2b2a8351be8c9eb6ab9222d45fd9bae',
+          'date' => '31 Aug 2017',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.1.9.tar.gz',
+          'name' => 'PHP 7.1.9 (tar.gz)',
+          'sha256' => 
'499c31ad19b2ff553ae686ebf53749aa2351af7d955ee9f1986f144089561a4b',
+          'date' => '31 Aug 2017',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.1.9.tar.xz',
+          'name' => 'PHP 7.1.9 (tar.xz)',
+          'sha256' => 
'ec9ca348dd51f19a84dc5d33acfff1fba1f977300604bdac08ed46ae2c281e8c',
+          'date' => '31 Aug 2017',
+        ),
+      ),
+      'date' => '31 Aug 2017',
+      'museum' => false,
+    ),
     '7.0.23' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 62579a8..5c42564 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -17,15 +17,15 @@
  */
 
 /* PHP 7.1 Release */
-$PHP_7_1_RC = "7.1.10RC1"; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_7_1_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
 $PHP_7_1_RC_DATE = "14 Sep 2017";
 
-$PHP_7_1_VERSION         = "7.1.9";
-$PHP_7_1_DATE            = "31 Aug 2017";
+$PHP_7_1_VERSION         = "7.1.10";
+$PHP_7_1_DATE            = "28 September 2017";
 $PHP_7_1_SHA256     = array(
-    "tar.bz2"       => 
"314dcc10dfdd7c4443edb4fe1e133a44f2b2a8351be8c9eb6ab9222d45fd9bae",
-    "tar.gz"        => 
"499c31ad19b2ff553ae686ebf53749aa2351af7d955ee9f1986f144089561a4b",
-    "tar.xz"        => 
"ec9ca348dd51f19a84dc5d33acfff1fba1f977300604bdac08ed46ae2c281e8c",
+    "tar.bz2"       => 
"0ee51b9b1ae7eca3e9558f772ce20cbacd1f76420009b3af630c87027f9a41af",
+    "tar.gz"        => 
"edc6a7c3fe89419525ce51969c5f48610e53613235bbef255c3a4db33b458083",
+    "tar.xz"        => 
"2b8efa771a2ead0bb3ae67b530ca505b5b286adc873cca9ce97a6e1d6815c50b",
 );
 
 /* PHP 7.0 Release */
diff --git a/releases/7_1_10.php b/releases/7_1_10.php
new file mode 100644
index 0000000..ad91c96
--- /dev/null
+++ b/releases/7_1_10.php
@@ -0,0 +1,22 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_1_10.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.1.10 Release Announcement");
+?>
+
+    <h1>PHP 7.1.10 Release Announcement</h1>
+     
+  <p>The PHP development team announces the immediate availability of PHP
+  7.1.10. This is a bugfix release, with several bug fixes included.
+ 
+  All PHP 7.1 users are encouraged to upgrade to this version.
+  </p>
+ 
+  <p>For source downloads of PHP 7.1.10 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.1.10";>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