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

       Web browser: ---
            Bug ID: 43779
           Summary: Make check-vars.php code-utils script compliant with
                    modern dl() behavior.
           Product: MediaWiki
           Version: 1.21-git
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: Unprioritized
         Component: Maintenance scripts
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Current behavior with a default php.ini file:

PHP Warning:  dl(): Dynamically loaded extensions aren't enabled in
/usr/home/dereckson/dev/mediawiki/mediawiki/tools/code-utils/check-vars.php on
line 41

Expected behavior:

The script manages to load the extension.

Solutions:
* In a BSD world -> #!/usr/bin/env php --d enable_dl=On
* In a OS agnostic world -> relaunch the script with php --d enable_dl=On

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

Reply via email to