Commit: 98660d0163f45ee423cfebfbf78badd8315b2c36 Author: Ferenc Kovacs <[email protected]> Fri, 2 Sep 2016 18:48:04 +0200 Parents: 8984d23ca9cb4aad257bd157e00f85100a05ab95 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=98660d0163f45ee423cfebfbf78badd8315b2c36 Log: 5.6.26RC1 Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index e9b04d7..075a4ed 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 = '07 Jul 2016'; +$PHP_5_6_RC = '5.6.26RC1'; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_6_RC_DATE = '01 Sep 2016'; $PHP_5_6_VERSION = "5.6.25"; $PHP_5_6_DATE = "18 Aug 2016"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
