Commit: 470fc09f3190e2034cdcd25cee46d6046c550f34 Author: Adam Harvey <[email protected]> Fri, 14 Nov 2014 15:35:37 -0800 Parents: c342a3e87eca5021c53da5fbaa6a70b8f843e961 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=470fc09f3190e2034cdcd25cee46d6046c550f34 Log: PHP 5.3 is no longer an active release. Changed paths: M include/releases.inc M include/version.inc Diff: diff --git a/include/releases.inc b/include/releases.inc index c13aed2..ca2e3a6 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -1786,6 +1786,44 @@ $OLDRELEASES = array ( 'date' => '01 March 2012', 'museum' => true, ), + '5.3.29' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_3_29.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.3.29.tar.bz2', + 'name' => 'PHP 5.3.29 (tar.bz2)', + 'md5' => '9469e240cbe6ac865aeaec89b253dd30', + 'date' => '14 Aug 2014', + ), + 1 => + array ( + 'filename' => 'php-5.3.29.tar.gz', + 'name' => 'PHP 5.3.29 (tar.gz)', + 'md5' => 'ebfa96ea636b2a7ece71e78ad116a338', + 'date' => '14 Aug 2014', + ), + 2 => + array ( + 'filename' => 'php-5.3.29.tar.xz', + 'name' => 'PHP 5.3.29 (tar.xz)', + 'md5' => 'dcff9c881fe436708c141cfc56358075', + 'date' => '14 Aug 2014', + ), + 3 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.3', + 'name' => 'Windows 5.3.29 binaries and source', + ), + ), + 'date' => '14 Aug 2014', + 'museum' => false, + ), '5.3.28' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 1578b41..4e81f3a 100644 --- a/include/version.inc +++ b/include/version.inc @@ -48,19 +48,6 @@ $PHP_5_4_MD5 = array( "tar.gz" => "da7bed3b65033c7f096c96572cd9ea45", ); -/* PHP 5.3 Release */ -$PHP_5_3_RC = false; //'5.3.29RC1'; // Current RC version (e.g., '5.6.7RC1') or false -$PHP_5_3_RC_DATE = '31 Jul 2013'; - -$PHP_5_3_VERSION = "5.3.29"; -$PHP_5_3_DATE = "14 Aug 2014"; - -$PHP_5_3_MD5 = array( - "tar.bz2" => "9469e240cbe6ac865aeaec89b253dd30", - "tar.gz" => "ebfa96ea636b2a7ece71e78ad116a338", - "tar.xz" => "dcff9c881fe436708c141cfc56358075" -); - $RELEASES = array( 5 => array( $PHP_5_6_VERSION => array( @@ -126,24 +113,6 @@ $RELEASES = array( ), ), ), - $PHP_5_3_VERSION => array( - "announcement" => true, - "eol" => true, - "source" => array( - array( - "filename" => "php-$PHP_5_3_VERSION.tar.bz2", - "name" => "PHP $PHP_5_3_VERSION (tar.bz2)", - "md5" => $PHP_5_3_MD5["tar.bz2"], - "date" => $PHP_5_3_DATE, - ), - array( - "filename" => "php-$PHP_5_3_VERSION.tar.gz", - "name" => "PHP $PHP_5_3_VERSION (tar.gz)", - "md5" => $PHP_5_3_MD5["tar.gz"], - "date" => $PHP_5_3_DATE, - ), - ), - ), ), ); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
