Search by tag: ovh
1 article
Execute a specific version of PHP on OVH shared server from command line
The first step is to find the right executable. For example, the default PHP executable is still in version 5.3.16: Other versions are available and we have to specify them explicitly, as we do for Apache through an .htaccess file. My scripts need at least PHP 5.4 and, to use it in CLI, we need the…