diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index fbfaadea9..91add19ac 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,6 +8,21 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
PHP 5 ChangeLog
+
+Version 5.6.37
+
+Exif:
+
+ (Int Overflow lead to Heap OverFlow in exif_thumbnail_extract of exif.c).
+ (heap-buffer-overflow (READ of size 48) while reading exif data).
+
+Win32:
+
+ (windows linkinfo lacks openbasedir check).
+
+
+
+
Version 5.6.36
diff --git a/archive/archive.xml b/archive/archive.xml
index fef423e44..37450b66c 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/2018-07-20-1.xml b/archive/entries/2018-07-20-1.xml
new file mode 100644
index 000000000..01bc0f0c7
--- /dev/null
+++ b/archive/entries/2018-07-20-1.xml
@@ -0,0 +1,25 @@
+
+
+ PHP 5.6.37 Released
+ http://php.net/archive/2018.php#id2018-07-20-1
+ 2018-07-20T04:41:46+02:00
+ 2018-07-20T04:41:46+02:00
+
+
+
+
+
+
+
The PHP development team announces the immediate availability of PHP
+ 5.6.37. This is a security release. Several security bugs have been fixed
+ in this release.
+
+ All PHP 5.6 users are encouraged to upgrade to this version.
+
+
For source downloads of PHP 5.6.37 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 b1d2ec3df..c06295ba2 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -1919,6 +1919,39 @@ $OLDRELEASES = array (
),
5 =>
array (
+ '5.6.36' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/5_6_36.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-5.6.36.tar.bz2',
+ 'name' => 'PHP 5.6.36 (tar.bz2)',
+ 'sha256' => '626a0e3f5d8a0e686a2b930f0dd3a0601fe3dcb5e43dd0e8c3fab631e64e172a',
+ 'date' => '26 Apr 2018',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-5.6.36.tar.gz',
+ 'name' => 'PHP 5.6.36 (tar.gz)',
+ 'sha256' => '06086a8b6a9964ef8009c4d9176b4eeb0c564ea39c1213f015e24f3466d2d69f',
+ 'date' => '26 Apr 2018',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-5.6.36.tar.xz',
+ 'name' => 'PHP 5.6.36 (tar.xz)',
+ 'sha256' => '18f536bf548e909b4e980379d0c4e56d024b2b1eb1c9768fd169360491f1d6dd',
+ 'date' => '26 Apr 2018',
+ ),
+ ),
+ 'date' => '26 Apr 2018',
+ 'museum' => false,
+ ),
'5.6.35' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 20eeb3fcb..aea7e983a 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -59,12 +59,12 @@ $PHP_7_0_SHA256 = array(
$PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
$PHP_5_6_RC_DATE = "05 Jan 2017";
-$PHP_5_6_VERSION = "5.6.36";
-$PHP_5_6_DATE = "26 Apr 2018";
+$PHP_5_6_VERSION = "5.6.37";
+$PHP_5_6_DATE = "19 Jul 2018";
$PHP_5_6_SHA256 = array(
- "tar.bz2" => "626a0e3f5d8a0e686a2b930f0dd3a0601fe3dcb5e43dd0e8c3fab631e64e172a",
- "tar.gz" => "06086a8b6a9964ef8009c4d9176b4eeb0c564ea39c1213f015e24f3466d2d69f",
- "tar.xz" => "18f536bf548e909b4e980379d0c4e56d024b2b1eb1c9768fd169360491f1d6dd",
+ "tar.bz2" => "886ad63d05d94ea3e54322691aadea0cf1d4bcdb4450b02fe300e5b570788b23",
+ "tar.gz" => "b7ec077f35ef3a8cdd33c29124140b1761111a1429878b4c463bb20d2a31b184",
+ "tar.xz" => "5000d82610f9134aaedef28854ec3591f68dedf26a17b8935727dac2843bd256",
);
$RELEASES = array(
diff --git a/releases/5_6_37.php b/releases/5_6_37.php
new file mode 100644
index 000000000..42dec17dc
--- /dev/null
+++ b/releases/5_6_37.php
@@ -0,0 +1,22 @@
+
+
+ PHP 5.6.37 Release Announcement
+
+ The PHP development team announces the immediate availability of PHP
+ 5.6.37. This is a security release. Several security bugs have been fixed
+ in this release.
+
+ All PHP 5.6 users are encouraged to upgrade to this version.
+
+
+ For source downloads of PHP 5.6.37 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 .
+
+
+