diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index eb0a83644..619c5bc68 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -6,6 +6,99 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
?>
PHP 7 ChangeLog
+
+Version 7.3.1
+
+Core:
+
+ (Build failure on Mac OS X on 32-bit Intel).
+ (zend_signal_startup() needs ZEND_API).
+ (PHP generates "FE_FREE" opcode on the wrong line).
+ (magic methods inherited from a trait may be ignored).
+
+CURL:
+
+ (curl_getinfo returning microseconds, not seconds).
+
+COM:
+
+ (Serializing or unserializing COM objects crashes).
+
+Exif:
+
+ (Unsigned rational numbers are written out as signed rationals).
+
+GD:
+
+ (Incorrect error handling of imagecreatefromjpeg()).
+ (auto cropping has insufficient precision).
+ (imagecropauto(, GD_CROP_SIDES) crops left but not right).
+ (efree() on uninitialized Heap data in imagescale leads to use-after-free).
+ (imagecolormatch Out Of Bounds Write on Heap).
+
+MBString:
+
+ (Negative size parameter in mb_split).
+ (Buffer overflow on mb regex functions - fetch_token).
+ (heap buffer overflow in mb regex functions - compile_string_node).
+ (heap buffer overflow in multibyte match_at).
+ (heap buffer overflow due to incorrect length in expand_case_fold_string).
+ (buffer overflow in fetch_token).
+ (Buffer overflow in multibyte case folding - unicode).
+ (Heap overflow in utf32be_mbc_to_code).
+
+OCI8:
+
+ (oci_pconnect with OCI_CRED_EXT not working).
+ Added oci_set_call_timeout() for call timeouts.
+ Added oci_set_db_operation() for the DBOP end-to-end-tracing attribute.
+
+Opcache:
+
+ (CFG assertion failure on multiple finalizing switch frees in one block).
+ (OPcache optimization problem for ArrayAccess->offsetGet).
+
+PCRE:
+
+ (Infinite loop in preg_replace_callback).
+
+PDO:
+
+ Handle invalid index passed to PDOStatement::fetchColumn() as error.
+
+Phar:
+
+ (heap buffer overflow in phar_detect_phar_fname_ext).
+
+Soap:
+
+ (Segfault when using SoapClient with null options).
+
+Sockets:
+
+ (Unsupported IPV6_RECVPKTINFO constants on macOS).
+
+Sodium:
+
+ (SodiumException segfaults on PHP 7.3).
+
+SPL:
+
+ (spl_autoload causes segfault).
+ (class_uses causes segfault).
+
+SQLite3:
+
+ (Issue with re-binding on SQLite3).
+
+Xmlrpc:
+
+ (heap out of bounds read in xmlrpc_decode()).
+ (Global out of bounds read in xmlrpc base64 code).
+
+
+
+
Version 7.2.14
diff --git a/archive/archive.xml b/archive/archive.xml
index c7833d15e..d2680371a 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
http://php.net/contact
php-webmaster@lists.php.net
+
diff --git a/archive/entries/2019-01-10-2.xml b/archive/entries/2019-01-10-2.xml
new file mode 100644
index 000000000..db7baa5dc
--- /dev/null
+++ b/archive/entries/2019-01-10-2.xml
@@ -0,0 +1,26 @@
+
+
+ PHP 7.3.1 Released
+ http://php.net/archive/2019.php#id2019-01-10-2
+ 2019-01-10T11:51:06+01:00
+ 2019-01-10T11:51:06+01:00
+
+
+
+
+
+
+
PHP 7.3.1 Release Announcement
+
+
The PHP development team announces the immediate availability of PHP
+ 7.3.1. This is a bugfix release, with several bug fixes included.
+
+
All PHP 7.3 users are encouraged to upgrade to this version.
+
+
For source downloads of PHP 7.3.1 please visit our downloads page ,
+ Windows source and binaries can be found on windows.php.net/download/ .
+ The list of changes is recorded in the ChangeLog .
+
+
+
+
diff --git a/include/releases.inc b/include/releases.inc
index ce0430ef8..99e6ffbc6 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
$OLDRELEASES = array (
7 =>
array (
+ '7.3.0' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/7_3_0.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-7.3.0.tar.bz2',
+ 'name' => 'PHP 7.3.0 (tar.bz2)',
+ 'sha256' => '7a267daec9969a997c5c8028c350229646748e0fcc71e2f2dbb157ddcee87c67',
+ 'date' => '06 Dec 2018',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-7.3.0.tar.gz',
+ 'name' => 'PHP 7.3.0 (tar.gz)',
+ 'sha256' => '391bd0f91d9bdd01ab47ef9607bad8c65e35bc9bb098fb7777b2556e2c847b11',
+ 'date' => '06 Dec 2018',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-7.3.0.tar.xz',
+ 'name' => 'PHP 7.3.0 (tar.xz)',
+ 'sha256' => '7d195cad55af8b288c3919c67023a14ff870a73e3acc2165a6d17a4850a560b5',
+ 'date' => '06 Dec 2018',
+ ),
+ ),
+ 'date' => '10 Jan 2019',
+ 'museum' => false,
+ ),
'7.2.13' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index a77c771e5..4ad11f220 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -16,15 +16,15 @@
* );
*/
/* PHP 7.3 Release */
-$PHP_7_3_RC = '7.3.1RC1';
+$PHP_7_3_RC = false;
$PHP_7_3_RC_DATE = "20 Dec 2018";
-$PHP_7_3_VERSION = "7.3.0";
-$PHP_7_3_DATE = "06 Dec 2018";
+$PHP_7_3_VERSION = "7.3.1";
+$PHP_7_3_DATE = "10 Jan 2019";
$PHP_7_3_SHA256 = array(
- "tar.bz2" => "7a267daec9969a997c5c8028c350229646748e0fcc71e2f2dbb157ddcee87c67",
- "tar.gz" => "391bd0f91d9bdd01ab47ef9607bad8c65e35bc9bb098fb7777b2556e2c847b11",
- "tar.xz" => "7d195cad55af8b288c3919c67023a14ff870a73e3acc2165a6d17a4850a560b5",
+ "tar.bz2" => "afef2b0cd7f2641274a1a0aabe67e30f2334970d7c530382dfa9d79cfe74388e",
+ "tar.gz" => "8006211f7a041dde22fffedc416d142e0ebf22066014077ca936d7e6f655ead5",
+ "tar.xz" => "cfe93e40be0350cd53c4a579f52fe5d8faf9c6db047f650a4566a2276bf33362",
);
/* PHP 7.2 Release */
diff --git a/releases/7_3_1.php b/releases/7_3_1.php
new file mode 100644
index 000000000..57d346f46
--- /dev/null
+++ b/releases/7_3_1.php
@@ -0,0 +1,20 @@
+
+
+ PHP 7.3.1 Release Announcement
+
+ The PHP development team announces the immediate availability of PHP
+ 7.3.1. This is a bugfix release, with several bug fixes included.
+
+ All PHP 7.3 users are encouraged to upgrade to this version.
+
+ For source downloads of PHP 7.3.1 please visit our downloads page ,
+ Windows source and binaries can be found on windows.php.net/download/ .
+ The list of changes is recorded in the ChangeLog .
+
+
+
+