Commit:    be3f098df61f7d565e26e3b883bc95743b43a4cc
Author:    Johannes Schlüter <[email protected]>         Fri, 5 Oct 2012 
00:46:39 +0200
Parents:   5d58098da68ae07c7691f8b1b615bb888eb4e0af
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=be3f098df61f7d565e26e3b883bc95743b43a4cc

Log:
PHP 5.3.18RC1 and 5.4.8RC1

Changed paths:
  M  include/version.inc


Diff:
diff --git a/include/version.inc b/include/version.inc
index eab6c96..7e58c76 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -17,8 +17,8 @@
  */
 
 /* PHP 5.4 Release */
-$PHP_5_4_RC = ''; // set to false when there is no RC
-$PHP_5_4_RC_DATE = '';
+$PHP_5_4_RC = '5.4.8RC1'; // set to false when there is no RC
+$PHP_5_4_RC_DATE = '04 Oct 2012';
 
 $PHP_5_4_VERSION         = "5.4.7";
 $PHP_5_4_DATE            = "13 Sep 2012";
@@ -29,8 +29,8 @@ $PHP_5_4_MD5     = array(
 );
 
 /* PHP 5.3 Release */
-$PHP_5_3_RC      = '';
-$PHP_5_3_RC_DATE = '';
+$PHP_5_3_RC      = '5.3.18RC1';
+$PHP_5_3_RC_DATE = '04 Oct 2012';
 
 $PHP_5_3_VERSION         = "5.3.17";
 $PHP_5_3_DATE            = "13 Sep 2012";


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to