Commit: ec0e4f37293b9ef45a65abc687d18d80ea9c5626 Author: David Soria Parra <[email protected]> Thu, 18 Oct 2012 16:28:12 +0200 Parents: ffac3d79ff06dfdfe8931a2ce7532c4a77d7dd42 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=ec0e4f37293b9ef45a65abc687d18d80ea9c5626 Log: PHP 5.3.18 and PHP 5.4.8 Changed paths: M include/releases.inc M include/version.inc Diff: diff --git a/include/releases.inc b/include/releases.inc index 20715e0..2ed0985 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,37 @@ $OLDRELEASES = array ( 5 => array ( + '5.4.7' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_4_7.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.4.7.tar.bz2', + 'name' => 'PHP 5.4.7 (tar.bz2)', + 'md5' => '9cd421f1cc8fa8e7f215e44a1b06199f', + 'date' => '13 Sep 2012', + ), + 1 => + array ( + 'filename' => 'php-5.4.7.tar.gz', + 'name' => 'PHP 5.4.7 (tar.gz)', + 'md5' => '94661b761dcfdfdd5108e8b12e0dd4f8', + 'date' => '13 Sep 2012', + ), + 2 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.4', + 'name' => 'Windows 5.4.7 binaries and source', + ), + ), + 'date' => '13 Sep 2012', + 'museum' => false, + ), '5.4.6' => array ( 'announcement' => @@ -173,6 +204,37 @@ $OLDRELEASES = array ( 'date' => '26 April 2012', 'museum' => false, ), + '5.3.17' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_3_17.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.3.17.tar.bz2', + 'name' => 'PHP 5.3.17 (tar.bz2)', + 'md5' => '29ee79c941ee85d6c1555c176f12f7ef', + 'date' => '13 Sep 2012', + ), + 1 => + array ( + 'filename' => 'php-5.3.17.tar.gz', + 'name' => 'PHP 5.3.17 (tar.gz)', + 'md5' => '002e02e36c2cbcada8c49a7e5956d787', + 'date' => '13 Sep 2012', + ), + 2 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.3', + 'name' => 'Windows 5.3.17 binaries and source', + ), + ), + 'date' => '13 Sep 2012', + 'museum' => false, + ), '5.3.16' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 7e58c76..1ffefce 100644 --- a/include/version.inc +++ b/include/version.inc @@ -17,27 +17,27 @@ */ /* PHP 5.4 Release */ -$PHP_5_4_RC = '5.4.8RC1'; // set to false when there is no RC +$PHP_5_4_RC = false; // set to false when there is no RC $PHP_5_4_RC_DATE = '04 Oct 2012'; -$PHP_5_4_VERSION = "5.4.7"; -$PHP_5_4_DATE = "13 Sep 2012"; +$PHP_5_4_VERSION = "5.4.8"; +$PHP_5_4_DATE = "18 Oct 2012"; $PHP_5_4_MD5 = array( - "tar.bz2" => "9cd421f1cc8fa8e7f215e44a1b06199f", - "tar.gz" => "94661b761dcfdfdd5108e8b12e0dd4f8", + "tar.bz2" => "bb8c816a9299be8995255ef70c63b800", + "tar.gz" => "b25b735f342efbfdcdaf00b83189f183", ); /* PHP 5.3 Release */ -$PHP_5_3_RC = '5.3.18RC1'; +$PHP_5_3_RC = false; $PHP_5_3_RC_DATE = '04 Oct 2012'; -$PHP_5_3_VERSION = "5.3.17"; -$PHP_5_3_DATE = "13 Sep 2012"; +$PHP_5_3_VERSION = "5.3.18"; +$PHP_5_3_DATE = "18 Oct 2012"; $PHP_5_3_MD5 = array( - "tar.bz2" => "29ee79c941ee85d6c1555c176f12f7ef", - "tar.gz" => "002e02e36c2cbcada8c49a7e5956d787", + "tar.bz2" => "52539c19d0f261560af3c030143dfa8f", + "tar.gz" => "ff2009aadc7c4d1444f6cd8e45f39a41", ); $RELEASES = array( -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
