diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 234515466..eb0a83644 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -6,6 +6,83 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
?>
PHP 7 ChangeLog
+
+Version 7.2.14
+
+Core:
+
+ (memcpy with negative length via crafted DNS response).
+ (zend_signal_startup() needs ZEND_API).
+ (PHP generates "FE_FREE" opcode on the wrong line).
+
+COM:
+
+ (Serializing or unserializing COM objects crashes).
+
+Date:
+
+ (DateTime::diff gives wrong diff when the actual diff is less than 1 second).
+
+Exif:
+
+ (Unsigned rational numbers are written out as signed rationals).
+
+GD:
+
+ (efree() on uninitialized Heap data in imagescale leads to use-after-free).
+ (imagecolormatch Out Of Bounds Write on Heap).
+ (Incorrect error handling of imagecreatefromjpeg()).
+ (auto cropping has insufficient precision).
+ (imagecropauto(…, GD_CROP_SIDES) crops left but not right).
+
+IMAP:
+
+ (null pointer dereference in imap_mail).
+
+Mbstring:
+
+ (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).
+
+PDO:
+
+ Handle invalid index passed to PDOStatement::fetchColumn() as error.
+
+Phar:
+
+ (heap buffer overflow in phar_detect_phar_fname_ext).
+
+Sockets:
+
+ (Unsupported IPV6_RECVPKTINFO constants on macOS).
+
+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.0.33
diff --git a/archive/archive.xml b/archive/archive.xml
index 4de26e7b2..c7833d15e 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-1.xml b/archive/entries/2019-01-10-1.xml
new file mode 100644
index 000000000..4d74051c2
--- /dev/null
+++ b/archive/entries/2019-01-10-1.xml
@@ -0,0 +1,24 @@
+
+
+ PHP 7.2.14 Released
+ http://php.net/archive/2019.php#id2019-01-10-1
+ 2019-01-10T08:30:27+00:00
+ 2019-01-10T08:30:27+00:00
+
+
+
+
+
+
+
The PHP development team announces the immediate availability of PHP
+ 7.2.14. This is a security release which also contains several minor bug fixes.
+
+
All PHP 7.2 users are encouraged to upgrade to this version.
+
+
For source downloads of PHP 7.2.14 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 6a7ef8f2b..ce0430ef8 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
$OLDRELEASES = array (
7 =>
array (
+ '7.2.13' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/7_2_13.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-7.2.13.tar.bz2',
+ 'name' => 'PHP 7.2.13 (tar.bz2)',
+ 'sha256' => '5b4a46fb76491bcd3eee1213773382e570f6ecf9b22d623b24e2822298b3e92d',
+ 'date' => '06 Dec 2018',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-7.2.13.tar.gz',
+ 'name' => 'PHP 7.2.13 (tar.gz)',
+ 'sha256' => 'e563cee406b1ec96649c22ed2b35796cfe4e9aa9afa6eab6be4cf2fe5d724744',
+ 'date' => '06 Dec 2018',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-7.2.13.tar.xz',
+ 'name' => 'PHP 7.2.13 (tar.xz)',
+ 'sha256' => '14b0429abdb46b65c843e5882c9a8c46b31dfbf279c747293b8ab950c2644a4b',
+ 'date' => '06 Dec 2018',
+ ),
+ ),
+ 'date' => '06 Dec 2018',
+ 'museum' => false,
+ ),
'7.0.32' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 5b4156731..a77c771e5 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -28,15 +28,15 @@ $PHP_7_3_SHA256 = array(
);
/* PHP 7.2 Release */
-$PHP_7_2_RC = '7.2.14RC1'; // Current RC version (e.g., '7.2.1RC1') or false
+$PHP_7_2_RC = false; // Current RC version (e.g., '7.2.1RC1') or false
$PHP_7_2_RC_DATE = "20 Dec 2018";
-$PHP_7_2_VERSION = "7.2.13";
-$PHP_7_2_DATE = "06 Dec 2018";
+$PHP_7_2_VERSION = "7.2.14";
+$PHP_7_2_DATE = "10 Jan 2019";
$PHP_7_2_SHA256 = array(
- "tar.bz2" => "5b4a46fb76491bcd3eee1213773382e570f6ecf9b22d623b24e2822298b3e92d",
- "tar.gz" => "e563cee406b1ec96649c22ed2b35796cfe4e9aa9afa6eab6be4cf2fe5d724744",
- "tar.xz" => "14b0429abdb46b65c843e5882c9a8c46b31dfbf279c747293b8ab950c2644a4b",
+ "tar.bz2" => "f56132d248c7bf1e0efc8a680a4b598d6ff73fc6b9c84b5d7b539ad8db7a6597",
+ "tar.gz" => "87e13d80b0c3a66bd463d1cb47dc101335884a0d192ab924f547f8aed7f70c08",
+ "tar.xz" => "ee3f1cc102b073578a3c53ba4420a76da3d9f0c981c02b1664ae741ca65af84f",
);
/* PHP 7.1 Release */
diff --git a/releases/7_2_14.php b/releases/7_2_14.php
new file mode 100644
index 000000000..663e159fc
--- /dev/null
+++ b/releases/7_2_14.php
@@ -0,0 +1,17 @@
+
+PHP 7.2.14 Release Announcement
+
+The PHP development team announces the immediate availability of PHP 7.2.14.
+This is a security release which also contains several minor bug fixes.
+
+All PHP 7.2 users are encouraged to upgrade to this version.
+
+For source downloads of PHP 7.2.14 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 .
+
+