•  
      request #25724 Mediawiki standalone fail to find php version
    Infos
    #25724
    Manuel Vacelet (vaceletm)
    2022-03-31 10:57
    2022-03-24 10:28
    27257
    Details
    Mediawiki standalone fail to find php version

    There is a use of "ExecutableFinder" but it doesn't use the appropriate php version.

    Mediawiki will be deployed along Tuleap and they are going to use different versions of PHP (8.0 for Tuleap, 7.4 for MW). We leverage "remi repo" for that and the 2 php versions are deployed in parallel.

    The one for MW should be /opt/remi/php74/root/usr/bin/php

    Mediawiki Standalone
    development
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2022-03-31
    Attachments
    Empty
    References
    References list is empty

    Follow-ups

    User avatar

    Switched to a static PHP path (using the existing MW variable $wgPhpCli). This will be defined by deafult in LocalSettings.local.php, to the value mentioned in this ticket.

    Needs to be commited, waiting on permissions