https://bugzilla.wikimedia.org/show_bug.cgi?id=65369

            Bug ID: 65369
           Summary: self in closure is only allowed in PHP 5.4
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: CirrusSearch
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
       Web browser: ---
   Mobile Platform: ---

From Searcher.php

                    case 'boost-templates':
                        $boostTemplates = Searcher::parseBoostTemplates( trim(
$value, '"' ) );
                        if ( $boostTemplates === null ) {
                            $boostTemplates = self::getDefaultBoostTemplates();
                        }
                        $searchContainedSyntax = true;
                        return '';


self in closure is apparently only allowed in PHP 5.4. We're running 5.3 on the
cluster still...

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to