Commit:    d4b97b9f611c2ba406f0aed127ec41c430db2b04
Author:    Sara Golemon <poll...@php.net>         Thu, 8 Nov 2018 10:27:20 -0500
Parents:   4e3a94eec9f151e870e577827cfb5c255579cc29
Branches:  master

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

Log:
7.1.24 announce

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2018-11-08-3.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_1_24.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index f38716c..9dfbe8c 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -66,6 +66,48 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul>
 <!-- }}} --></section>
 
+<section class="version" id="7.1.24"><!-- {{{ 7.1.24 -->
+<h3>Version 7.1.24</h3>
+<b><?php release_date('08-Nov-2018'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(76946); ?> (Cyclic reference in generator not 
detected).</li>
+  <li><?php bugfix(77035); ?> (The phpize and ./configure create redundant 
.deps file).</li>
+  <li><?php bugfix(77041); ?> (buildconf should output error messages to 
stderr) (Mizunashi Mana)</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li><?php bugfix(75851); ?> (Year component overflow with date formats "c", 
"o", "r" and "y").</li>
+</ul></li>
+<li>FCGI:
+<ul>
+  <li><?php bugfix(76948); ?> (Failed shutdown/reboot or end session in 
Windows).</li>
+  <li><?php bugfix(76954); ?> (apache_response_headers removes last character 
from header name).</li>
+</ul></li>
+<li>FTP:
+<ul>
+  <li><?php bugfix(76972); ?> (Data truncation due to forceful ssl socket 
shutdown).</li>
+</ul></li>
+<li>intl:
+<ul>
+  <li><?php bugfix(76942); ?> (U_ARGUMENT_TYPE_MISMATCH).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(76965); ?> (INI_SCANNER_RAW doesn't strip trailing 
whitespace).</li>
+</ul></li>
+<li>Tidy:
+<ul>
+  <li><?php bugfix(77027); ?> (tidy::getOptDoc() not available on 
Windows).</li>
+</ul></li>
+<li>XML:
+<ul>
+  <li><?php bugfix(30875); ?> (xml_parse_into_struct() does not resolve 
entities).</li>
+  <li>Add support for getting SKIP_TAGSTART and SKIP_WHITE options.</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="7.2.11"><!-- {{{ 7.2.11 -->
 <h3>Version 7.2.11</h3>
 <b><?php release_date('11-Oct-2018'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 0e4ed0d..ee4b6cd 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/2018-11-08-3.xml"/>
   <xi:include href="entries/2018-11-08-2.xml"/>
   <xi:include href="entries/2018-11-08-1.xml"/>
   <xi:include href="entries/2018-10-25-1.xml"/>
diff --git a/archive/entries/2018-11-08-3.xml b/archive/entries/2018-11-08-3.xml
new file mode 100644
index 0000000..5681860
--- /dev/null
+++ b/archive/entries/2018-11-08-3.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.1.24 Released</title>
+  <id>http://php.net/archive/2018.php#id2018-11-08-3</id>
+  <published>2018-11-08T15:28:08+00:00</published>
+  <updated>2018-11-08T15:28:08+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#id2018-11-08-3"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2018.php#id2018-11-08-3"; rel="via" 
type="text/html"/>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+     <h1>PHP 7.1.24 Release Announcement</h1>
+     
+     <p>The PHP development team announces the immediate availability of PHP 
7.1.24.
+     This is a bugfix release.</p>
+     
+     <p>All PHP 7.1 users are encouraged to upgrade to this version.</p>
+     
+     <p>For source downloads of PHP 7.1.24 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.24";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 526a1bc..72b1711 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.1.23' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_1_23.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.1.23.tar.bz2',
+          'name' => 'PHP 7.1.23 (tar.bz2)',
+          'sha256' => 
'2d79aa86d8f0faa760a712a1d7be50b57838a9770c1dff34020876630c2ecc4b',
+          'date' => '11 Oct 2018',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.1.23.tar.gz',
+          'name' => 'PHP 7.1.23 (tar.gz)',
+          'sha256' => 
'b839a4de32e6770d10b87c2495c070d09277fe61008804b2992466f0dcc5f0fa',
+          'date' => '11 Oct 2018',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.1.23.tar.xz',
+          'name' => 'PHP 7.1.23 (tar.xz)',
+          'sha256' => 
'227a3c76133c3dc1cec937989456cbd89ed00e68e7260c651900dbe1f5b798bc',
+          'date' => '11 Oct 2018',
+        ),
+      ),
+      'date' => '08 Nov 2018',
+      'museum' => false,
+    ),
     '7.2.11' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index d9d21f6..4731511 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -32,15 +32,15 @@ $PHP_7_2_SHA256     = array(
 );
 
 /* PHP 7.1 Release */
-$PHP_7_1_RC = '7.1.24RC1'; // 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 = "25 Oct 2018";
 
-$PHP_7_1_VERSION         = "7.1.23";
-$PHP_7_1_DATE            = "11 Oct 2018";
+$PHP_7_1_VERSION         = "7.1.24";
+$PHP_7_1_DATE            = "08 Nov 2018";
 $PHP_7_1_SHA256     = array(
-    'tar.bz2'       => 
'2d79aa86d8f0faa760a712a1d7be50b57838a9770c1dff34020876630c2ecc4b',
-    'tar.gz'        => 
'b839a4de32e6770d10b87c2495c070d09277fe61008804b2992466f0dcc5f0fa',
-    'tar.xz'        => 
'227a3c76133c3dc1cec937989456cbd89ed00e68e7260c651900dbe1f5b798bc',
+    'tar.bz2'       => 
'66de24e73c7f6006f090c1b187d6b218c8fa6a513acca4ff5c14b695a7391e0b',
+    'tar.gz'        => 
'1e780b1af3eeb8fba9e5af6205c960184a0c3a0ef091aaa192e7b7d6b67405d0',
+    'tar.xz'        => 
'e70dcec0ae28b6bc308b78972ec15aa850808819cc765f505aa51e5a7e2fa5d7',
 );
 
 /* PHP 7.0 Release */
diff --git a/releases/7_1_24.php b/releases/7_1_24.php
new file mode 100644
index 0000000..5d85ce3
--- /dev/null
+++ b/releases/7_1_24.php
@@ -0,0 +1,17 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7_1_24.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.1.24 Release Announcement");
+?>
+<h1>PHP 7.1.24 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 7.1.24.
+This is a bugfix release.</p>
+
+<p>All PHP 7.1 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 7.1.24 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.24";>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