Commit:    a1b0984b46aaf2bcd4a1f67cebd3ce748a9be6d5
Author:    Remi Collet <r...@php.net>         Thu, 29 Mar 2018 13:07:22 +0200
Parents:   6cfbe2bda6f7c4b539126c27758e9f7e3cacf40d
Branches:  master

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

Log:
7.2.4 announcement

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2018-03-29-2.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_2_4.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index e35350d..1811236 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -7,6 +7,61 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 7 ChangeLog</h1>
 
+<section class="version" id="7.2.4"><!-- {{{ 7.2.4 -->
+<h3>Version 7.2.4</h3>
+<b><?php release_date('29-Mar-2018'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(76025); ?> (Segfault while throwing exception in 
error_handler).</li>
+  <li><?php bugfix(76044); ?> ('date: illegal option -- -' in ./configure on 
FreeBSD).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li><?php bugfix(75605); ?> (Dumpable FPM child processes allow bypassing 
opcache access controls).</li>
+</ul></li>
+<li>FTP:
+<ul>
+  <li>Fixed ftp_pasv arginfo.</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(73957); ?> (signed integer conversion in imagescale()).</li>
+  <li><?php bugfix(76041); ?> (null pointer access crashed php).</li>
+  <li>Fixed imagesetinterpolation arginfo.</li>
+</ul></li>
+<li>iconv:
+<ul>
+  <li><?php bugfix(75867); ?> (Freeing uninitialized pointer).</li>
+</ul></li>
+<li>Mbstring:
+<ul>
+  <li><?php bugfix(62545); ?> (wrong unicode mapping in some charsets).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li><?php bugfix(75969); ?> (Assertion failure in live range DCE due to 
block pass misoptimization).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li>Fixed openssl_* arginfos.</li>
+</ul></li>
+<li>PCNTL:
+<ul>
+  <li><?php bugfix(75873); ?> (pcntl_wexitstatus returns incorrect on 
Big_Endian platform (s390x)).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li><?php bugfix(76085); ?> (Segmentation fault in buildFromIterator when 
directory name contains a \n).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(75961); ?> (Strange references behavior).</li>
+  <li>Fixed some arginfos.</li>
+  <li><?php bugfix(76068); ?> (parse_ini_string fails to parse 
"[foo]\nbar=1|&gt;baz" with segfault).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="7.0.29"><!-- {{{ 7.0.29 -->
 <h3>Version 7.0.29</h3>
 <b><?php release_date('29-Mar-2018'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 6a60ac4..d796cd7 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-03-29-2.xml"/>
   <xi:include href="entries/2018-03-29-1.xml"/>
   <xi:include href="entries/2018-03-13-1.xml"/>
   <xi:include href="entries/2018-03-02-1.xml"/>
diff --git a/archive/entries/2018-03-29-2.xml b/archive/entries/2018-03-29-2.xml
new file mode 100644
index 0000000..4af493e
--- /dev/null
+++ b/archive/entries/2018-03-29-2.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.2.4 Released</title>
+  <id>http://php.net/archive/2018.php#id2018-03-29-2</id>
+  <published>2018-03-29T10:58:52+00:00</published>
+  <updated>2018-03-29T10:58:52+00:00</updated>
+  <category term="releases" label="New PHP release"/>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <link href="http://php.net/index.php#id2018-03-29-2"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2018.php#id2018-03-29-2"; 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.2.4. This is a security release with also contains several minor bug 
fixes.</p>
+     
+     <p>All PHP 7.2 users are encouraged to upgrade to this version.</p>
+
+     <p>For source downloads of PHP 7.2.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.2.4";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index e41c5df..d8430f8 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.2.3' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_2_3.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.2.3.tar.bz2',
+          'name' => 'PHP 7.2.3 (tar.bz2)',
+          'sha256' => 
'4a735aac0ba764dd8208ea29007d3916396c5292e003ba8d3bec49edcdd5bf92',
+          'date' => '1 Mar 2018',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.2.3.tar.gz',
+          'name' => 'PHP 7.2.3 (tar.gz)',
+          'sha256' => 
'5dc98f2266db40c5e4d9b5edf5e29e2449e819fff8321a07eb3830cf0b104bbb',
+          'date' => '1 Mar 2018',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.2.3.tar.xz',
+          'name' => 'PHP 7.2.3 (tar.xz)',
+          'sha256' => 
'b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f',
+          'date' => '1 Mar 2018',
+        ),
+      ),
+      'date' => '1 Mar 2018',
+      'museum' => false,
+    ),
     '7.0.28' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 3f32e4c..8f8675b 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -17,15 +17,15 @@
  */
 
 /* PHP 7.2 Release */
-$PHP_7_2_RC = '7.2.4RC1'; // Current RC version (e.g., '7.2.1RC1') or false
+$PHP_7_2_RC = false; // Current RC version (e.g., '7.2.1RC1') or false
 $PHP_7_2_RC_DATE = "15 Mar 2018";
 
-$PHP_7_2_VERSION         = "7.2.3";
-$PHP_7_2_DATE            = "1 Mar 2018";
+$PHP_7_2_VERSION         = "7.2.4";
+$PHP_7_2_DATE            = "29 Mar 2018";
 $PHP_7_2_SHA256     = array(
-    "tar.bz2"       => 
"4a735aac0ba764dd8208ea29007d3916396c5292e003ba8d3bec49edcdd5bf92",
-    "tar.gz"        => 
"5dc98f2266db40c5e4d9b5edf5e29e2449e819fff8321a07eb3830cf0b104bbb",
-    "tar.xz"        => 
"b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f",
+    "tar.bz2"       => 
"11658a0d764dc94023b9fb60d4b5eb75d438ad17981efe70abb0d0d09a447ef3",
+    "tar.gz"        => 
"58e28e978baea0fe9009432bcb436934eaacccfdcb5f5409c7526431a595857b",
+    "tar.xz"        => 
"7916b1bd148ddfd46d7f8f9a517d4b09cd8a8ad9248734e7c8dd91ef17057a88",
 );
 
 /* PHP 7.1 Release */
diff --git a/releases/7_2_4.php b/releases/7_2_4.php
new file mode 100644
index 0000000..dfff500
--- /dev/null
+++ b/releases/7_2_4.php
@@ -0,0 +1,18 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_2_4.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.2.4 Release Announcement");
+?>
+<h1>PHP 7.2.4 Release Announcement</h1>
+     
+<p>The PHP development team announces the immediate availability of PHP 7.2.4.
+This is a security release with also contains several minor bug fixes.</p>
+
+<p>All PHP 7.2 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 7.2.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.2.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