Commit: 53c6b2d5e63261c87fb73d05084aeddfc64293e7 Author: Ferenc Kovacs <[email protected]> Fri, 30 Sep 2016 02:23:51 +0200 Parents: 4cc5e83743989ac886df0232106da5748803c97e Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=53c6b2d5e63261c87fb73d05084aeddfc64293e7 Log: 5.6.27RC1 Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index 59cc23f..a9cae7b 100644 --- a/include/version.inc +++ b/include/version.inc @@ -35,8 +35,8 @@ $PHP_7_0_SHA256 = array( ); /* PHP 5.6 Release */ -$PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false -$PHP_5_6_RC_DATE = '01 Sep 2016'; +$PHP_5_6_RC = '5.6.27RC1'; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_6_RC_DATE = '29 Sep 2016'; $PHP_5_6_VERSION = "5.6.26"; $PHP_5_6_DATE = "15 Sep 2016"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
