Commit:    52ad1ede1a00579c1c5f445daa90b34881352c1d
Author:    Christoph M. Becker <[email protected]>         Thu, 1 Aug 2019 
10:22:33 +0200
Parents:   888a95185e5367e4677ce76c734066340ee368e1
Branches:  master

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

Log:
Announce 7.3.8

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

diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 6c5f0c3..ca5cef6 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -11,6 +11,80 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <a name="PHP_7_3"></a>
 
+<section class="version" id="7.3.8"><!-- {{{ 7.3.8 -->
+<h3>Version 7.3.8</h3>
+<b><?php release_date('01-Aug-2019'); ?></b>
+<ul><li>Core:
+<ul>
+  <li>Added syslog.filter=raw option.</li>
+  <li><?php bugfix(78212); ?> (Segfault in built-in webserver).</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li><?php bugfix(69044); ?> (discrepency between time and microtime).</li>
+  <li>Updated timelib to 2018.02.</li>
+</ul></li>
+<li>EXIF:
+<ul>
+  <li><?php bugfix(78256); ?> (heap-buffer-overflow on 
exif_process_user_comment). (CVE-2019-11042)</li>
+  <li><?php bugfix(78222); ?> (heap-buffer-overflow on exif_scan_thumbnail). 
(CVE-2019-11041)</li>
+</ul></li>
+<li>FTP:
+<ul>
+  <li><?php bugfix(78039); ?> (FTP with SSL memory leak).</li>
+</ul></li>
+<li>Libxml:
+<ul>
+  <li><?php bugfix(78279); ?> (libxml_disable_entity_loader settings is shared 
between requests (cgi-fcgi)).</li>
+</ul></li>
+<li>LiteSpeed:
+<ul>
+  <li>Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit 
from 100 to 1000, added crash handler to cleanly shutdown PHP request, added 
CloudLinux mod_lsapi mode).</li>
+  <li><?php bugfix(76058); ?> (After "POST data can't be buffered", using 
php://input makes huge tmp files).</li>
+</ul></li>
+<li>Openssl:
+<ul>
+  <li><?php bugfix(78231); ?> (Segmentation fault upon stream_socket_accept of 
exported socket-to-stream).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li><?php bugfix(78341); ?> (Failure to detect smart branch in DFA 
pass).</li>
+  <li><?php bugfix(78189); ?> (file cache strips last character of uname 
hash).</li>
+  <li><?php bugfix(78202); ?> (Opcache stats for cache hits are capped at 
32bit NUM).</li>
+  <li><?php bugfix(78271); ?> (Invalid result of if-else).</li>
+  <li><?php bugfix(78291); ?> (opcache_get_configuration doesn't list all 
directives).</li>
+</ul></li>
+<li>PCRE:
+<ul>
+  <li><?php bugfix(78338); ?> (Array cross-border reading in PCRE).</li>
+  <li><?php bugfix(78197); ?> (PCRE2 version check in configure fails for 
"##.##-xxx" version strings).</li>
+</ul></li>
+<li>PDO_Sqlite:
+<ul>
+  <li><?php bugfix(78192); ?> (SegFault when reuse statement after schema has 
changed).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li><?php bugfix(77919); ?> (Potential UAF in Phar RSHUTDOWN).</li>
+</ul></li>
+<li>Phpdbg:
+<ul>
+  <li><?php bugfix(78297); ?> (Include unexistent file memory leak).</li>
+</ul></li>
+<li>SQLite:
+<ul>
+  <li>Upgraded to SQLite 3.28.0.</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(78241); ?> (touch() does not handle dates after 2038 in PHP 
64-bit).</li>
+  <li><?php bugfix(78269); ?> (password_hash uses weak options for 
argon2).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="7.3.7"><!-- {{{ 7.3.7 -->
 <h3>Version 7.3.7</h3>
 <b><?php release_date('04-Jul-2019'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index c1e6b57..159db87 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-01-1.xml"/>
   <xi:include href="entries/2019-07-31-2.xml"/>
   <xi:include href="entries/2019-07-31-1.xml"/>
   <xi:include href="entries/2019-07-25-1.xml"/>
diff --git a/archive/entries/2019-08-01-1.xml b/archive/entries/2019-08-01-1.xml
new file mode 100644
index 0000000..5619c2e
--- /dev/null
+++ b/archive/entries/2019-08-01-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.8 Release Announcement</title>
+  <id>https://www.php.net/archive/2019.php#2019-08-01-1</id>
+  <published>2019-08-01T08:19:59+00:00</published>
+  <updated>2019-08-01T08:19:59+00:00</updated>
+  <link href="https://www.php.net/index.php#id2019-08-01-1"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2019.php#2019-08-01-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.8. 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.8 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.8";>ChangeLog</a>.
+      </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 6ab5f4b..a1eb115 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.3.7' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_3_7.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '04 Jul 2019',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.3.7.tar.bz2',
+          'name' => 'PHP 7.3.7 (tar.bz2)',
+          'sha256' => 
'c3608fa7114642725854119ccffe722f42fc7c31e5e4c00d5cb4cb1a0d16bf18',
+          'date' => '04 Jul 2019',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.3.7.tar.gz',
+          'name' => 'PHP 7.3.7 (tar.gz)',
+          'sha256' => 
'4230bbc862df712b013369de94b131eddea1e5e946a8c5e286b82d441c313328',
+          'date' => '04 Jul 2019',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.3.7.tar.xz',
+          'name' => 'PHP 7.3.7 (tar.xz)',
+          'sha256' => 
'ba067200ba649956b3a92ec8b71a6ed8ce8a099921212443c1bcf3260a29274c',
+          'date' => '04 Jul 2019',
+        ),
+      ),
+      'museum' => false,
+    ),
     '7.2.19' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index eb2e106..2182da1 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.7";
-    $PHP_7_3_DATE            = "04 Jul 2019";
-    $PHP_7_3_TAGS            = []; // Set to ['security'] for security 
releases.
+    $PHP_7_3_VERSION         = "7.3.8";
+    $PHP_7_3_DATE            = "01 Aug 2019";
+    $PHP_7_3_TAGS            = ['security']; // Set to ['security'] for 
security releases.
     $PHP_7_3_SHA256     = array(
-        "tar.bz2"       => 
"c3608fa7114642725854119ccffe722f42fc7c31e5e4c00d5cb4cb1a0d16bf18",
-        "tar.gz"        => 
"4230bbc862df712b013369de94b131eddea1e5e946a8c5e286b82d441c313328",
-        "tar.xz"        => 
"ba067200ba649956b3a92ec8b71a6ed8ce8a099921212443c1bcf3260a29274c",
+        "tar.bz2"       => 
"d566c630175d9fa84a98d3c9170ec033069e9e20c8d23dea49ae2a976b6c76f5",
+        "tar.gz"        => 
"31af3eff3337fb70733c9b02a3444c3dae662ecab20aeec7fdc3c42e22071490",
+        "tar.xz"        => 
"f6046b2ae625d8c04310bda0737ac660dc5563a8e04e8a46c1ee24ea414ad5a5",
     );
 
     /* PHP 7.2 Release */
diff --git a/releases/7_3_8.php b/releases/7_3_8.php
new file mode 100644
index 0000000..c2813e8
--- /dev/null
+++ b/releases/7_3_8.php
@@ -0,0 +1,19 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7_3_8.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header("PHP 7.3.8 Release Announcement");
+?>
+
+  <h1>PHP 7.3.8 Release Announcement</h1>
+
+  <p>The PHP development team announces the immediate availability of PHP
+  7.3.8. 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.8 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.8";>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