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

       Web browser: ---
             Bug #: 35001
           Summary: features not reported due to unnescessary violation of
                    the open_basedir restriction
           Product: MediaWiki
           Version: 1.18.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Unprioritized
         Component: Installation
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


In line 1097 $file_exists = file_exists( $command ); in
.includes/installer/Installer.php the open_basedir restriction is violated (if
it applies of course) although it isn't relevant to exec, passthru, etc.

Solution: remove file_exists , passthrough will report false if the command
fails.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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