Commit:    39cc589f53207c7ad92dc8787e4ba94a253554cd
Author:    Christoph M. Becker <[email protected]>         Thu, 29 Aug 2019 
13:57:27 +0200
Parents:   0d05ca5bd62baab5f3fac7e98e95cf6e6a9acfdc
Branches:  master

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

Log:
Announce 7.3.9

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2019-08-29-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_3_9.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 6888312..7e2e308 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -11,6 +11,60 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <a name="PHP_7_3"></a>
 
+<section class="version" id="7.3.9"><!-- {{{ 7.3.9 -->
+<h3>Version 7.3.9</h3>
+<b><?php release_date('29-Aug-2019'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(78363); ?> (Buffer overflow in zendparse).</li>
+  <li><?php bugfix(78379); ?> (Cast to object confuses GC, causes crash).</li>
+  <li><?php bugfix(78412); ?> (Generator incorrectly reports non-releasable 
$this as GC child).</li>
+</ul></li>
+<li>Curl:
+<ul>
+  <li><?php bugfix(77946); ?> (Bad cURL resources returned by 
curl_multi_info_read()).</li>
+</ul></li>
+<li>Exif:
+<ul>
+  <li><?php bugfix(78333); ?> (Exif crash (bus error) due to wrong alignment 
and invalid cast).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li><?php bugfix(77185); ?> (Use-after-free in FPM master event 
handling).</li>
+</ul></li>
+<li>Iconv:
+<ul>
+  <li><?php bugfix(78342); ?> (Bus error in configure test for iconv 
//IGNORE).</li>
+</ul></li>
+<li>LiteSpeed:
+<ul>
+  <li>Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown).</li>
+</ul></li>
+<li>MBString:
+<ul>
+  <li><?php bugfix(78380); ?> (Oniguruma 6.9.3 fixes CVEs). 
(CVE-2019-13224)</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+  <li><?php bugfix(78179); ?> (MariaDB server version incorrectly 
detected).</li>
+  <li><?php bugfix(78213); ?> (Empty row pocket).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li><?php bugfix(77191); ?> (Assertion failure in dce_live_ranges() when 
silencing is used).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(69100); ?> (Bus error from stream_copy_to_stream (file 
-&gt; SSL stream) with invalid length).</li>
+  <li><?php bugfix(78282); ?> (atime and mtime mismatch).</li>
+  <li><?php bugfix(78326); ?> (improper memory deallocation on 
stream_get_contents() with fixed length buffer).</li>
+  <li><?php bugfix(78346); ?> (strip_tags no longer handling nested php 
tags).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="7.3.8"><!-- {{{ 7.3.8 -->
 <h3>Version 7.3.8</h3>
 <b><?php release_date('01-Aug-2019'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 7d94fd9..ed1ad42 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/2019-08-29-1.xml"/>
   <xi:include href="entries/2019-08-22-1.xml"/>
   <xi:include href="entries/2019-08-17-1.xml"/>
   <xi:include href="entries/2019-08-12-1.xml"/>
diff --git a/archive/entries/2019-08-29-1.xml b/archive/entries/2019-08-29-1.xml
new file mode 100644
index 0000000..cf40a43
--- /dev/null
+++ b/archive/entries/2019-08-29-1.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.3.9 Release Announcement</title>
+  <id>https://www.php.net/archive/2019.php#2019-08-29-1</id>
+  <published>2019-08-29T11:55:58+00:00</published>
+  <updated>2019-08-29T11:55:58+00:00</updated>
+  <link href="https://www.php.net/index.php#id2019-08-29-1"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2019.php#2019-08-29-1"; rel="via" 
type="text/html"/>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <category term="releases" label="New PHP release"/>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+      <p>The PHP development team announces the immediate availability of PHP
+      7.3.9. This is a security release which also contains several bug 
fixes.</p>
+    
+      <p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
+    
+      <p>For source downloads of PHP 7.3.9 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.3.9";>ChangeLog</a>.
+      </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index c1bf9e9..dc72f7c 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.3.8' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_3_8.php',
+      ),
+      'tags' => 
+      array (
+        0 => 'security',
+      ),
+      'date' => '01 Aug 2019',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.3.8.tar.bz2',
+          'name' => 'PHP 7.3.8 (tar.bz2)',
+          'sha256' => 
'd566c630175d9fa84a98d3c9170ec033069e9e20c8d23dea49ae2a976b6c76f5',
+          'date' => '01 Aug 2019',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.3.8.tar.gz',
+          'name' => 'PHP 7.3.8 (tar.gz)',
+          'sha256' => 
'31af3eff3337fb70733c9b02a3444c3dae662ecab20aeec7fdc3c42e22071490',
+          'date' => '01 Aug 2019',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.3.8.tar.xz',
+          'name' => 'PHP 7.3.8 (tar.xz)',
+          'sha256' => 
'f6046b2ae625d8c04310bda0737ac660dc5563a8e04e8a46c1ee24ea414ad5a5',
+          'date' => '01 Aug 2019',
+        ),
+      ),
+      'museum' => false,
+    ),
     '7.1.30' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 4f0cd0b..e296087 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -17,13 +17,13 @@
  */
 $RELEASES = (function() {
     /* PHP 7.3 Release */
-    $PHP_7_3_VERSION         = "7.3.8";
-    $PHP_7_3_DATE            = "01 Aug 2019";
+    $PHP_7_3_VERSION         = "7.3.9";
+    $PHP_7_3_DATE            = "29 Aug 2019";
     $PHP_7_3_TAGS            = ['security']; // Set to ['security'] for 
security releases.
     $PHP_7_3_SHA256     = array(
-        "tar.bz2"       => 
"d566c630175d9fa84a98d3c9170ec033069e9e20c8d23dea49ae2a976b6c76f5",
-        "tar.gz"        => 
"31af3eff3337fb70733c9b02a3444c3dae662ecab20aeec7fdc3c42e22071490",
-        "tar.xz"        => 
"f6046b2ae625d8c04310bda0737ac660dc5563a8e04e8a46c1ee24ea414ad5a5",
+        "tar.bz2"       => 
"a39c9709a8c9eb7ea8ac4933ef7a78b92f7e5735a405c8b8e42ee39541d963c4",
+        "tar.gz"        => 
"5ecc1b1ad7228ed2e99a970c45358871644fcab1d9fd079a7b129326a7bde42d",
+        "tar.xz"        => 
"4007f24a39822bef2805b75c625551d30be9eeed329d52eb0838fa5c1b91c1fd",
     );
 
     /* PHP 7.2 Release */
diff --git a/releases/7_3_9.php b/releases/7_3_9.php
new file mode 100644
index 0000000..4f8af95
--- /dev/null
+++ b/releases/7_3_9.php
@@ -0,0 +1,19 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7_3_9.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header("PHP 7.3.9 Release Announcement");
+?>
+
+  <h1>PHP 7.3.9 Release Announcement</h1>
+
+  <p>The PHP development team announces the immediate availability of PHP
+  7.3.9. This is a security release which also contains several bug fixes.</p>
+
+  <p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
+
+  <p>For source downloads of PHP 7.3.9 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.3.9";>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