Commit:    9cba9cecca170331734fb4ba8202b9fdf0e1a331
Author:    Christoph M. Becker <[email protected]>         Thu, 7 Mar 2019 
10:13:36 +0100
Parents:   3d3c428efc30d8f9965eeea874ecdf9f6fe8821b
Branches:  master

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

Log:
Announce PHP 7.3.3

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

diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index d76cdbb..dc271c2 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -6,6 +6,69 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 ?>
 <h1>PHP 7 ChangeLog</h1>
 
+<section class="version" id="7.3.3"><!-- {{{ 7.3.3 -->
+<h3>Version 7.3.3</h3>
+<b><?php release_date('07-Mar-2019'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(77589); ?> (Core dump using parse_ini_string with numeric 
sections).</li>
+  <li><?php bugfix(77329); ?> (Buffer Overflow via overly long Error 
Messages).</li>
+  <li><?php bugfix(77494); ?> (Disabling class causes segfault on member 
access).</li>
+  <li><?php bugfix(77498); ?> (Custom extension Segmentation fault when 
declare static property).</li>
+  <li><?php bugfix(77530); ?> (PHP crashes when parsing `(2)::class`).</li>
+  <li><?php bugfix(77546); ?> (iptcembed broken function).</li>
+  <li><?php bugfix(77630); ?> (rename() across the device may allow unwanted 
access during processing).</li>
+</ul></li>
+<li>COM:
+<ul>
+  <li><?php bugfix(77621); ?> (Already defined constants are not properly 
reported).</li>
+  <li><?php bugfix(77626); ?> (Persistence confusion in 
php_com_import_typelib()).</li>
+</ul></li>
+<li>EXIF:
+<ul>
+  <li><?php bugfix(77509); ?> (Uninitialized read in 
exif_process_IFD_in_TIFF).</li>
+  <li><?php bugfix(77540); ?> (Invalid Read on exif_process_SOFn).</li>
+  <li><?php bugfix(77563); ?> (Uninitialized read in 
exif_process_IFD_in_MAKERNOTE).</li>
+  <li><?php bugfix(77659); ?> (Uninitialized read in 
exif_process_IFD_in_MAKERNOTE).</li>
+</ul></li>
+<li>Mbstring:
+<ul>
+  <li><?php bugfix(77514); ?> (mb_ereg_replace() with trailing backslash adds 
null byte).</li>
+</ul></li>
+<li>MySQL:
+<ul>
+  <li>Disabled LOCAL INFILE by default, can be enabled using php.ini directive 
mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE attribute 
for pdo_mysql.</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(77390); ?> (feof might hang on TLS streams in case of 
fragmented TLS records).</li>
+</ul></li>
+<li>PDO_OCI:
+<ul>
+  <li>Support Oracle Database tracing attributes ACTION, MODULE, CLIENT_INFO, 
and CLIENT_IDENTIFIER.</li>
+</ul></li>
+<li>PHAR:
+<ul>
+  <li><?php bugfix(77396); ?> (Null Pointer Dereference in 
phar_create_or_parse_filename).</li>
+  <li><?php bugfix(77586); ?> (phar_tar_writeheaders_int() buffer 
overflow).</li>
+</ul></li>
+<li>phpdbg:
+<ul>
+  <li><?php bugfix(76596); ?> (phpdbg support for display_errors=stderr).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(51068); ?> (DirectoryIterator glob:// don't support current 
path relative queries).</li>
+  <li><?php bugfix(77431); ?> (openFile() silently truncates after a null 
byte).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(77552); ?> (Unintialized php_stream_statbuf in stat 
functions).</li>
+  <li><?php bugfix(77612); ?> (setcookie() sets incorrect SameSite header if 
all of its options filled).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="7.2.15"><!-- {{{ 7.2.15 -->
 <h3>Version 7.2.15</h3>
 <b><?php release_date('07-Feb-2019'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 6df157d..2e86398 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-03-07-1.xml"/>
   <xi:include href="entries/2019-03-03-1.xml"/>
   <xi:include href="entries/2019-02-14-1.xml"/>
   <xi:include href="entries/2019-02-07-3.xml"/>
diff --git a/archive/entries/2019-03-07-1.xml b/archive/entries/2019-03-07-1.xml
new file mode 100644
index 0000000..f9f15d9
--- /dev/null
+++ b/archive/entries/2019-03-07-1.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.3.3 Release Announcement</title>
+  <id>http://php.net/archive/2019.php#id2019-03-07-1</id>
+  <published>2019-03-07T10:10:40+01:00</published>
+  <updated>2019-03-07T10:10:40+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-03-07-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2019.php#id2019-03-07-1"; rel="via" 
type="text/html"/>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+      <h1>PHP 7.3.3 Release Announcement</h1>
+
+      <p>The PHP development team announces the immediate availability of PHP
+      7.3.3. 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.3 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.3";>ChangeLog</a>.
+      </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 64586c3..0359acc 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.3.2' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_3_2.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.3.2.tar.bz2',
+          'name' => 'PHP 7.3.2 (tar.bz2)',
+          'sha256' => 
'946f50dacbd2f61e643bb737021cbe8b1816e780ee7ad3e0cd999a1892ab0add',
+          'date' => '07 Feb 2019',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.3.2.tar.gz',
+          'name' => 'PHP 7.3.2 (tar.gz)',
+          'sha256' => 
'4597294b00edc1c63a021b6c7838eb43384f62eeb9e392f0b91c38a3c090f499',
+          'date' => '07 Feb 2019',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.3.2.tar.xz',
+          'name' => 'PHP 7.3.2 (tar.xz)',
+          'sha256' => 
'010b868b4456644ae227d05ad236c8b0a1f57dc6320e7e5ad75e86c5baf0a9a8',
+          'date' => '07 Feb 2019',
+        ),
+      ),
+      'date' => '07 Feb 2019',
+      'museum' => false,
+    ),
     '7.2.14' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 0934ef0..52ffc1d 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -16,15 +16,15 @@
  * );
  */
 /* PHP 7.3 Release */
-$PHP_7_3_RC  = '7.3.3RC1'; // 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 Feb 2019";
 
-$PHP_7_3_VERSION         = "7.3.2";
-$PHP_7_3_DATE            = "07 Feb 2019";
+$PHP_7_3_VERSION         = "7.3.3";
+$PHP_7_3_DATE            = "07 Mar 2019";
 $PHP_7_3_SHA256     = array(
-    "tar.bz2"       => 
"946f50dacbd2f61e643bb737021cbe8b1816e780ee7ad3e0cd999a1892ab0add",
-    "tar.gz"        => 
"4597294b00edc1c63a021b6c7838eb43384f62eeb9e392f0b91c38a3c090f499",
-    "tar.xz"        => 
"010b868b4456644ae227d05ad236c8b0a1f57dc6320e7e5ad75e86c5baf0a9a8",
+    "tar.bz2"       => 
"61969e943adfea79701a34b8e701edd3f95be829d16601a4aabeb05f83023ce6",
+    "tar.gz"        => 
"9bde40cbf8608ae9c595a6643a02cf0c692c131e2b3619af3fd2af8425d8e677",
+    "tar.xz"        => 
"6bb03e79a183d0cb059a6d117bbb2e0679cab667fb713a13c6a16f56bebab9b3",
 );
 
 /* PHP 7.2 Release */
diff --git a/releases/7_3_3.php b/releases/7_3_3.php
new file mode 100644
index 0000000..918e75b
--- /dev/null
+++ b/releases/7_3_3.php
@@ -0,0 +1,19 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7_3_3.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.3.3 Release Announcement");
+?>
+
+  <h1>PHP 7.3.3 Release Announcement</h1>
+
+  <p>The PHP development team announces the immediate availability of PHP
+  7.3.3. 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.3 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.3";>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