Commit:    af43f5f0b692940d7b7df4c66a0de6c65488013b
Author:    Christoph M. Becker <cmbecke...@gmx.de>         Thu, 4 Apr 2019 
14:04:42 +0200
Parents:   914c74d9cb757eef1d94d7590e9e9b7dbea83812
Branches:  master

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

Log:
Release PHP 7.3.4

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

diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index ba123b1..03003a7 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -6,6 +6,84 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 ?>
 <h1>PHP 7 ChangeLog</h1>
 
+<section class="version" id="7.3.4"><!-- {{{ 7.3.4 -->
+<h3>Version 7.3.4</h3>
+<b><?php release_date('04-Apr-2019'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(77738); ?> (Nullptr deref in zend_compile_expr).</li>
+  <li><?php bugfix(77660); ?> (Segmentation fault on break 2147483648).</li>
+  <li><?php bugfix(77652); ?> (Anonymous classes can lose their interface 
information).</li>
+  <li><?php bugfix(77345); ?> (Stack Overflow caused by circular reference in 
garbage collection).</li>
+  <li><?php bugfix(76956); ?> (Wrong value for 'syslog.filter' documented in 
php.ini).</li>
+</ul></li>
+<li>Apache2Handler:
+<ul>
+  <li><?php bugfix(77648); ?> (BOM in 
sapi/apache2handler/php_functions.c).</li>
+</ul></li>
+<li>Bcmath:
+<ul>
+  <li><?php bugfix(77742); ?> (bcpow() implementation related to gcc compiler 
optimization).</li>
+</ul></li>
+<li>CLI Server:
+<ul>
+  <li><?php bugfix(77722); ?> (Incorrect IP set to $_SERVER['REMOTE_ADDR'] on 
the localhost).</li>
+</ul></li>
+<li>COM:
+<ul>
+  <li><?php bugfix(77578); ?> (Crash when php unload).</li>
+</ul></li>
+<li>EXIF:
+<ul>
+  <li><?php bugfix(77753); ?> (Heap-buffer-overflow in php_ifd_get32s).</li>
+  <li><?php bugfix(77831); ?> (Heap-buffer-overflow in 
exif_iif_add_value).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li><?php bugfix(77677); ?> (FPM fails to build on AIX due to missing 
WCOREDUMP).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(77700); ?> (Writing truecolor images as GIF ignores 
interlace flag).</li>
+</ul></li>
+<li>MySQLi:
+<ul>
+  <li><?php bugfix(77597); ?> (mysqli_fetch_field hangs scripts).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li><?php bugfix(77743); ?> (Incorrect pi node insertion for jmpznz with 
identical successors).</li>
+</ul></li>
+<li>PCRE:
+<ul>
+  <li><?php bugfix(76127); ?> (preg_split does not raise an error on invalid 
UTF-8).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li><?php bugfix(77697); ?> (Crash on Big_Endian platform).</li>
+</ul></li>
+<li>phpdbg:
+<ul>
+  <li><?php bugfix(77767); ?> (phpdbg break cmd aliases listed in help do not 
match actual aliases).</li>
+</ul></li>
+<li>sodium:
+<ul>
+  <li><?php bugfix(77646); ?> (sign_detached() strings not terminated).</li>
+</ul></li>
+<li>SQLite3:
+<ul>
+  <li>Added sqlite3.defensive INI directive.</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(77664); ?> (Segmentation fault when using undefined 
constant in custom wrapper).</li>
+  <li><?php bugfix(77669); ?> (Crash in extract() when overwriting extracted 
array).</li>
+  <li><?php bugfix(76717); ?> (var_export() does not create a parsable value 
for PHP_INT_MIN).</li>
+  <li><?php bugfix(77765); ?> (FTP stream wrapper should set the directory as 
executable).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="7.1.27"><!-- {{{ 7.1.27 -->
 <h3>Version 7.1.27</h3>
 <b><?php release_date('07-Mar-2019'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 8f396f0..c117341 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/2019-04-04-1.xml"/>
   <xi:include href="entries/2019-04-02-6.xml"/>
   <xi:include href="entries/2019-04-02-5.xml"/>
   <xi:include href="entries/2019-04-02-4.xml"/>
diff --git a/archive/entries/2019-04-04-1.xml b/archive/entries/2019-04-04-1.xml
new file mode 100644
index 0000000..7cc970d
--- /dev/null
+++ b/archive/entries/2019-04-04-1.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.3.4 Release Announcement</title>
+  <id>http://php.net/archive/2019.php#id2019-04-04-1</id>
+  <published>2019-04-04T14:02:16+02:00</published>
+  <updated>2019-04-04T14:02:16+02: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-04-04-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2019.php#id2019-04-04-1"; rel="via" 
type="text/html"/>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+       <h1>PHP 7.3.4 Release Announcement</h1>
+
+       <p>The PHP development team announces the immediate availability of PHP
+       7.3.4. 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.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.3.4";>ChangeLog</a>.
+       </p>
+
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 551aac7..edc43eb 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.3.3' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_3_3.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.3.3.tar.bz2',
+          'name' => 'PHP 7.3.3 (tar.bz2)',
+          'sha256' => 
'61969e943adfea79701a34b8e701edd3f95be829d16601a4aabeb05f83023ce6',
+          'date' => '07 Mar 2019',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.3.3.tar.gz',
+          'name' => 'PHP 7.3.3 (tar.gz)',
+          'sha256' => 
'9bde40cbf8608ae9c595a6643a02cf0c692c131e2b3619af3fd2af8425d8e677',
+          'date' => '07 Mar 2019',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.3.3.tar.xz',
+          'name' => 'PHP 7.3.3 (tar.xz)',
+          'sha256' => 
'6bb03e79a183d0cb059a6d117bbb2e0679cab667fb713a13c6a16f56bebab9b3',
+          'date' => '07 Mar 2019',
+        ),
+      ),
+      'date' => '07 Mar 2019',
+      'museum' => false,
+    ),
     '7.1.26' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 8809eca..3743602 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -16,15 +16,15 @@
  * );
  */
 /* PHP 7.3 Release */
-$PHP_7_3_RC  = '7.3.4RC1'; // Current RC version (e.g., '7.3.1RC1') or false
+$PHP_7_3_RC  = false; // Current RC version (e.g., '7.3.1RC1') or false
 $PHP_7_3_RC_DATE = "21 Mar 2019";
 
-$PHP_7_3_VERSION         = "7.3.3";
-$PHP_7_3_DATE            = "07 Mar 2019";
+$PHP_7_3_VERSION         = "7.3.4";
+$PHP_7_3_DATE            = "04 Apr 2019";
 $PHP_7_3_SHA256     = array(
-    "tar.bz2"       => 
"61969e943adfea79701a34b8e701edd3f95be829d16601a4aabeb05f83023ce6",
-    "tar.gz"        => 
"9bde40cbf8608ae9c595a6643a02cf0c692c131e2b3619af3fd2af8425d8e677",
-    "tar.xz"        => 
"6bb03e79a183d0cb059a6d117bbb2e0679cab667fb713a13c6a16f56bebab9b3",
+    "tar.bz2"       => 
"2e2c3d8212c83649e443b61efffbd03df4b9edd0f9c7a679081fe4cb2da12b78",
+    "tar.gz"        => 
"dd41ecf43fe1172030f41d2581909457a0af7bd137a057c3874e0b0f3c2e8761",
+    "tar.xz"        => 
"6fe79fa1f8655f98ef6708cde8751299796d6c1e225081011f4104625b923b83",
 );
 
 /* PHP 7.2 Release */
diff --git a/releases/7_3_4.php b/releases/7_3_4.php
new file mode 100644
index 0000000..fd4304e
--- /dev/null
+++ b/releases/7_3_4.php
@@ -0,0 +1,19 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7_3_4.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.3.4 Release Announcement");
+?>
+
+  <h1>PHP 7.3.4 Release Announcement</h1>
+
+  <p>The PHP development team announces the immediate availability of PHP
+  7.3.4. 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.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.3.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