Commit: becf8a8357ddfbad273d7389c8a55b788c164400 Author: Johannes Schlüter <[email protected]> Fri, 9 Nov 2012 03:45:12 +0100 Parents: 112083a3510f3f4f4ba6be51177a481c74edcd94 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=becf8a8357ddfbad273d7389c8a55b788c164400 Log: PHP 5.3.19RC1 & PHP 5.4.9RC1 Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index 1ffefce..eb4f8b7 100644 --- a/include/version.inc +++ b/include/version.inc @@ -17,8 +17,8 @@ */ /* PHP 5.4 Release */ -$PHP_5_4_RC = false; // set to false when there is no RC -$PHP_5_4_RC_DATE = '04 Oct 2012'; +$PHP_5_4_RC = true; // set to false when there is no RC +$PHP_5_4_RC_DATE = '08 Nov 2012'; $PHP_5_4_VERSION = "5.4.8"; $PHP_5_4_DATE = "18 Oct 2012"; @@ -29,8 +29,8 @@ $PHP_5_4_MD5 = array( ); /* PHP 5.3 Release */ -$PHP_5_3_RC = false; -$PHP_5_3_RC_DATE = '04 Oct 2012'; +$PHP_5_3_RC = true; +$PHP_5_3_RC_DATE = '08 Nov 2012'; $PHP_5_3_VERSION = "5.3.18"; $PHP_5_3_DATE = "18 Oct 2012"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
