diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 35d94dc39..de110abbb 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -74,7 +74,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
  • (phar_add_file is too restrictive on filename).
  • (Call to undefined method cli_arg_typ_string).
  • (Phar::mapPhar fails for Phars inside a path containing ".tar").
  • -
  • (Buffer Over-read in unserialize when parsing Phar).
  • +
  • (Buffer Over-read in unserialize when parsing Phar). (CVE-2015-2783)
  • (Buffer Overflow when parsing tar/zip/phar in phar_set_inode).
  • Postgres: @@ -161,7 +161,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
  • (phar_add_file is too restrictive on filename).
  • (Call to undefined method cli_arg_typ_string).
  • (Phar::mapPhar fails for Phars inside a path containing ".tar").
  • -
  • (Buffer Over-read in unserialize when parsing Phar).
  • +
  • (Buffer Over-read in unserialize when parsing Phar). (CVE-2015-2783)
  • (Buffer Overflow when parsing tar/zip/phar in phar_set_inode).
  • Postgres: @@ -184,6 +184,56 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change +
    +

    Version 5.4.40

    +16-Apr-2015 + +
    +

    Version 5.6.7

    19-Mar-2015 diff --git a/archive/archive.xml b/archive/archive.xml index 1fe2e9923..0694ba3f6 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/2015-04-16-3.xml b/archive/entries/2015-04-16-3.xml new file mode 100644 index 000000000..5f79cc862 --- /dev/null +++ b/archive/entries/2015-04-16-3.xml @@ -0,0 +1,26 @@ + + + PHP 5.4.40 Released + http://php.net/archive/2015.php#id2015-04-16-3 + 2015-04-16T13:43:02-07:00 + 2015-04-16T13:43:02-07:00 + + + + + +
    +

    The PHP development team announces the immediate availability of PHP + 5.4.40. 14 security-related bugs were fixed in this release, including + CVE-2014-9709, CVE-2015-2301, CVE-2015-2783, CVE-2015-1352. + + All PHP 5.4 users are encouraged to upgrade to this version. +

    + +

    For source downloads of PHP 5.4.40 please visit our downloads page, + Windows 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 c1afbd57c..e864eb69c 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -1051,6 +1051,37 @@ $OLDRELEASES = array ( 'date' => '20 Jun 2013', 'museum' => true, ), + '5.4.39' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_4_39.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.4.39.tar.bz2', + 'name' => 'PHP 5.4.39 (tar.bz2)', + 'md5' => '017f7ba7484e738c88bf19eec4369d78', + 'date' => '19 Mar 2015', + ), + 1 => + array ( + 'filename' => 'php-5.4.39.tar.gz', + 'name' => 'PHP 5.4.39 (tar.gz)', + 'md5' => '9a9376bd302020b5b89b2ce42b147e3f', + 'date' => '19 Mar 2015', + ), + 2 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.4', + 'name' => 'Windows 5.4.39 binaries and source', + ), + ), + 'date' => '19 Mar 2015', + 'museum' => false, + ), '5.4.38' => array ( 'announcement' => @@ -1061,7 +1092,7 @@ $OLDRELEASES = array ( array ( 0 => array ( - 'filename' => 'php-5.4.38tar.bz2', + 'filename' => 'php-5.4.38.tar.bz2', 'name' => 'PHP 5.4.38 (tar.bz2)', 'md5' => '2bf5007ba4bd012f9895c1b441dd4f50', 'date' => '19 Feb 2015', @@ -1079,7 +1110,7 @@ $OLDRELEASES = array ( 'name' => 'Windows 5.4.38 binaries and source', ), ), - 'date' => '22 Jan 2015', + 'date' => '19 Feb 2015', 'museum' => false, ), '5.4.37' => diff --git a/include/version.inc b/include/version.inc index 6d16df18e..ff58177a6 100644 --- a/include/version.inc +++ b/include/version.inc @@ -41,11 +41,11 @@ $PHP_5_5_MD5 = array( $PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_5_4_RC_DATE = '4 Sep 2014'; -$PHP_5_4_VERSION = "5.4.39"; -$PHP_5_4_DATE = "19 Mar 2015"; +$PHP_5_4_VERSION = "5.4.40"; +$PHP_5_4_DATE = "16 Apr 2015"; $PHP_5_4_MD5 = array( - "tar.bz2" => "017f7ba7484e738c88bf19eec4369d78", - "tar.gz" => "9a9376bd302020b5b89b2ce42b147e3f", + "tar.bz2" => "19dafb2b9fc31517cf5c3309fb8a9923", + "tar.gz" => "df24e449e79f06981a4b4162105a9cd4", ); $RELEASES = array( diff --git a/releases/5_4_40.php b/releases/5_4_40.php new file mode 100644 index 000000000..d3b445f98 --- /dev/null +++ b/releases/5_4_40.php @@ -0,0 +1,22 @@ + + +

    PHP 5.4.40 Release Announcement

    + +

    The PHP development team announces the immediate availability of PHP +5.4.40. 14 security-related bugs were fixed in this release, including +CVE-2014-9709, CVE-2015-2301, CVE-2015-2783, CVE-2015-1352. + +All PHP 5.4 users are encouraged to upgrade to this version. +

    + +

    For source downloads of PHP 5.4.40 please visit our downloads page, +Windows binaries can be found on windows.php.net/download/. +The list of changes is recorded in the ChangeLog. +

    + +