Commit: d1a17adf421ad20c5531a0f2bb508e5a46f98443 Author: David Soria Parra <[email protected]> Thu, 20 Jun 2013 20:23:21 +0200 Parents: ef7e32cfb65f84119f39e68375a21b5af18892b7 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=d1a17adf421ad20c5531a0f2bb508e5a46f98443 Log: Add PHP 5.5 to stable releases Changed paths: M index-stable.php Diff: diff --git a/index-stable.php b/index-stable.php index d7e4097..8ca8d25 100644 --- a/index-stable.php +++ b/index-stable.php @@ -166,6 +166,7 @@ EOT; /* Do we have any release candidates to brag about? */ $RCS = array( + $PHP_5_5_RC => $PHP_5_5_RC_DATE, $PHP_5_4_RC => $PHP_5_4_RC_DATE, $PHP_5_3_RC => $PHP_5_3_RC_DATE, ); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
