Commit:    bf7c285f2a416abccc42e7d300371f36a0d973d9
Author:    Ferenc Kovacs <[email protected]>         Fri, 15 Mar 2013 04:55:51 
+0100
Parents:   cded517d360cad34ace37bfcdb5712fde23dc884
Branches:  master

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

Log:
fix the syntax error

Changed paths:
  M  include/version.inc


Diff:
diff --git a/include/version.inc b/include/version.inc
index 8f08a04..986065a 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -26,7 +26,7 @@ $PHP_5_4_MD5     = array(
 );
 
 /* PHP 5.3 Release */
-$PHP_5_3_RC      = false //'5.3.23RC1'; // Current RC version (e.g., 
'5.6.7RC1') or false
+$PHP_5_3_RC      = false; //'5.3.23RC1'; // Current RC version (e.g., 
'5.6.7RC1') or false
 $PHP_5_3_RC_DATE = '28 Feb 2013';
 
 $PHP_5_3_VERSION         = "5.3.23";


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

Reply via email to