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

Antoine "hashar" Musso <has...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |has...@free.fr

--- Comment #2 from Antoine "hashar" Musso <has...@free.fr> 2012-02-01 11:03:58 
UTC ---
The installer detects convert.exe in includes/installer/Installer.php with
envCheckGraphics(). That one will look at some common paths and PATH
environment paths (with locateExecutableInDefaultPaths()).

One possibility would be to sneak a specific lookup using whatever default path
is used ( C:\Program Files\ImageMagick\bin\convert.exe )?

I thought about adding a timeout but wfShellExec() does not support it since it
uses PHP pass_thru() internally. PHP exec() does support a timeout option, but
that was removed by us with r31044 since it « corrupted white spaces ».

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to