Commit:    41502adc457b51dbead938b0b9e603551c731223
Author:    Christoph M. Becker <[email protected]>         Thu, 7 Feb 2019 
12:03:31 +0100
Parents:   582c9e134dd423873f9d46e369b84e55e6033a3b
Branches:  master

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

Log:
Release PHP 7.3.2

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2019-02-07-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_3_2.php

diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 61ccb77..1e6363a 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -6,6 +6,95 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 ?>
 <h1>PHP 7 ChangeLog</h1>
 
+<section class="version" id="7.3.2"><!-- {{{ 7.3.2 -->
+<h3>Version 7.3.2</h3>
+<b><?php release_date('07-Feb-2019'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(77369); ?> (memcpy with negative length via crafted DNS 
response).</li>
+  <li><?php bugfix(77387); ?> (Recursion detection broken when printing 
GLOBALS).</li>
+  <li><?php bugfix(77376); ?> ("undefined function" message no longer includes 
namespace).</li>
+  <li><?php bugfix(77357); ?> (base64_encode / base64_decode doest not work on 
nested VM).</li>
+  <li><?php bugfix(77339); ?> (__callStatic may get incorrect arguments).</li>
+  <li><?php bugfix(77317); ?> (__DIR__, __FILE__, realpath() reveal physical 
path for subst virtual drive).</li>
+  <li><?php bugfix(77263); ?> (Segfault when using 2 
RecursiveFilterIterator).</li>
+  <li><?php bugfix(77447); ?> (PHP 7.3 built with ASAN crashes in 
zend_cpu_supports_avx2).</li>
+  <li><?php bugfix(77484); ?> (Zend engine crashes when calling realpath in 
invalid working dir).</li>
+</ul></li>
+<li>Curl:
+<ul>
+  <li><?php bugfix(76675); ?> (Segfault with H2 server push).</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+  <li><?php bugfix(77346); ?> (webm files incorrectly detected as 
application/octet-stream).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li><?php bugfix(77430); ?> (php-fpm crashes with Main process exited, 
code=dumped, status=11/SEGV).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(73281); ?> (imagescale(…, IMG_BILINEAR_FIXED) can cause 
black border).</li>
+  <li><?php bugfix(73614); ?> (gdImageFilledArc() doesn't properly draw 
pies).</li>
+  <li><?php bugfix(77272); ?> (imagescale() may return image resource on 
failure).</li>
+  <li><?php bugfix(77391); ?> (1bpp BMPs may fail to be loaded).</li>
+  <li><?php bugfix(77479); ?> (imagewbmp() segfaults with very large 
images).</li>
+</ul></li>
+<li>ldap:
+<ul>
+  <li><?php bugfix(77440); ?> (ldap_bind using ldaps or 
ldap_start_tls()=exception in libcrypto-1_1-x64.dll).</li>
+</ul></li>
+<li>Mbstring:
+<ul>
+  <li><?php bugfix(77428); ?> (mb_ereg_replace() doesn't replace a 
substitution variable).</li>
+  <li><?php bugfix(77454); ?> (mb_scrub() silently truncates after a null 
byte).</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+  <li><?php bugfix(77308); ?> (Unbuffered queries memory leak).</li>
+  <li><?php bugfix(75684); ?> (In mysqlnd_ext_plugin.h the plugin methods 
family has no external visibility).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li><?php bugfix(77266); ?> (Assertion failed in dce_live_ranges).</li>
+  <li><?php bugfix(77257); ?> (value of variable assigned in a switch() 
construct gets lost).</li>
+  <li><?php bugfix(77434); ?> (php-fpm workers are segfaulting in 
zend_gc_addre).</li>
+  <li><?php bugfix(77361); ?> (configure fails on 64-bit AIX when opcache 
enabled).</li>
+  <li><?php bugfix(77287); ?> (Opcache literal compaction is incompatible with 
EXT opcodes).</li>
+</ul></li>
+<li>PCRE:
+<ul>
+  <li><?php bugfix(77338); ?> (get_browser with empty string).</li>
+</ul></li>
+<li>PDO:
+<ul>
+  <li><?php bugfix(77273); ?> (array_walk_recursive corrupts value types 
leading to PDO failure).</li>
+</ul></li>
+<li>PDO MySQL:
+<ul>
+  <li><?php bugfix(77289); ?> (PDO MySQL segfaults with persistent 
connection).</li>
+</ul></li>
+<li>SOAP:
+<ul>
+  <li><?php bugfix(77410); ?> (Segmentation Fault when executing method with 
an empty parameter).</li>
+</ul></li>
+<li>Sockets:
+<ul>
+  <li><?php bugfix(76839); ?> (socket_recvfrom may return an invalid 'from' 
address on MacOS).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(77298); ?> (segfault occurs when add property to 
unserialized empty ArrayObject).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(77395); ?> (segfault about array_multisort).</li>
+  <li><?php bugfix(77439); ?> (parse_str segfaults when inserting item into 
existing array).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="7.3.1"><!-- {{{ 7.3.1 -->
 <h3>Version 7.3.1</h3>
 <b><?php release_date('10-Jan-2019'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index d2fe1a7..5874b77 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-02-07-1.xml"/>
   <xi:include href="entries/2019-02-01-1.xml"/>
   <xi:include href="entries/2019-01-31-1.xml"/>
   <xi:include href="entries/2019-01-29-1.xml"/>
diff --git a/archive/entries/2019-02-07-1.xml b/archive/entries/2019-02-07-1.xml
new file mode 100644
index 0000000..6bd00fb
--- /dev/null
+++ b/archive/entries/2019-02-07-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.2 Release Announcement</title>
+  <id>http://php.net/archive/2019.php#id2019-02-07-1</id>
+  <published>2019-02-07T12:00:19+01:00</published>
+  <updated>2019-02-07T12:00:19+01:00</updated>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <category term="releases" label="New PHP release"/>
+  <link href="http://php.net/index.php#id2019-02-07-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2019.php#id2019-02-07-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.3.2. This is a bugfix release, with several bug fixes included.</p>
+    
+      <p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
+    
+      <p>For source downloads of PHP 7.3.2 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.2";>ChangeLog</a>.
+      </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 26de788..973e704 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.3.1' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_3_1.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.3.1.tar.bz2',
+          'name' => 'PHP 7.3.1 (tar.bz2)',
+          'sha256' => 
'afef2b0cd7f2641274a1a0aabe67e30f2334970d7c530382dfa9d79cfe74388e',
+          'date' => '10 Jan 2019',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.3.1.tar.gz',
+          'name' => 'PHP 7.3.1 (tar.gz)',
+          'sha256' => 
'8006211f7a041dde22fffedc416d142e0ebf22066014077ca936d7e6f655ead5',
+          'date' => '10 Jan 2019',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.3.1.tar.xz',
+          'name' => 'PHP 7.3.1 (tar.xz)',
+          'sha256' => 
'cfe93e40be0350cd53c4a579f52fe5d8faf9c6db047f650a4566a2276bf33362',
+          'date' => '10 Jan 2019',
+        ),
+      ),
+      'date' => '10 Jan 2019',
+      'museum' => false,
+    ),
     '7.0.33' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 9dbe373..f999577 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -16,15 +16,15 @@
  * );
  */
 /* PHP 7.3 Release */
-$PHP_7_3_RC  = '7.3.2RC1';
+$PHP_7_3_RC  = false;
 $PHP_7_3_RC_DATE = "24 Jan 2019";
 
-$PHP_7_3_VERSION         = "7.3.1";
-$PHP_7_3_DATE            = "10 Jan 2019";
+$PHP_7_3_VERSION         = "7.3.2";
+$PHP_7_3_DATE            = "07 Feb 2019";
 $PHP_7_3_SHA256     = array(
-    "tar.bz2"       => 
"afef2b0cd7f2641274a1a0aabe67e30f2334970d7c530382dfa9d79cfe74388e",
-    "tar.gz"        => 
"8006211f7a041dde22fffedc416d142e0ebf22066014077ca936d7e6f655ead5",
-    "tar.xz"        => 
"cfe93e40be0350cd53c4a579f52fe5d8faf9c6db047f650a4566a2276bf33362",
+    "tar.bz2"       => 
"946f50dacbd2f61e643bb737021cbe8b1816e780ee7ad3e0cd999a1892ab0add",
+    "tar.gz"        => 
"4597294b00edc1c63a021b6c7838eb43384f62eeb9e392f0b91c38a3c090f499",
+    "tar.xz"        => 
"010b868b4456644ae227d05ad236c8b0a1f57dc6320e7e5ad75e86c5baf0a9a8",
 );
 
 /* PHP 7.2 Release */
diff --git a/releases/7_3_2.php b/releases/7_3_2.php
new file mode 100644
index 0000000..e3a21a5
--- /dev/null
+++ b/releases/7_3_2.php
@@ -0,0 +1,20 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7_3_2.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.3.2 Release Announcement");
+?>
+
+    <h1>PHP 7.3.2 Release Announcement</h1>
+
+    <p>The PHP development team announces the immediate availability of PHP
+    7.3.2. This is a bugfix release, with several bug fixes included.</p>
+
+    <p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
+
+    <p>For source downloads of PHP 7.3.2 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.2";>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