Commit:    8754d19f2f7f7a58aac52c6dd6a62e1fc109186a
Author:    Anatol Belski <[email protected]>         Thu, 4 Jan 2018 15:15:43 +0100
Parents:   9bbc17530c335b68192846e6f054dd3d2e6117f8
Branches:  master

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

Log:
Fix syntax error

Changed paths:
  M  include/releases.inc


Diff:
diff --git a/include/releases.inc b/include/releases.inc
index e410d4c..30ca3a0 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -1,6 +1,7 @@
 <?php
 $OLDRELEASES = array (
   7 => 
+  array (
     '7.0.26' => 
     array (
       'announcement' => 
@@ -34,7 +35,6 @@ $OLDRELEASES = array (
       'date' => '23 Nov 2017',
       'museum' => false,
     ),
-  array (
     '7.1.11' => 
     array (
       'announcement' =>


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

Reply via email to