Skip to content

Instantly share code, notes, and snippets.

@jedisct1
Forked from floptwo/php-cli_ovh_mutu.md
Created July 18, 2017 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jedisct1/ea5c03ab24feed1bdb6b533b08fe4308 to your computer and use it in GitHub Desktop.
Save jedisct1/ea5c03ab24feed1bdb6b533b08fe4308 to your computer and use it in GitHub Desktop.
OVH PHP-CLI

PHP-CLI (PHP en ligne de commande) sur les hébergements mutualisés OVH

(cli)

/usr/local/php5.3/bin/php  =>  PHP 5.3.29 (cli) (built: Mar  4 2016 09:03:42)
/usr/local/php5.4/bin/php  =>  PHP 5.4.45 (cli) (built: Apr 11 2016 06:20:17)
/usr/local/php5.5/bin/php  =>  PHP 5.5.35 (cli) (built: May  2 2016 07:16:01)
/usr/local/php5.6/bin/php  =>  PHP 5.6.21 (cli) (built: Apr 29 2016 07:02:48)
/usr/local/php7.0/bin/php  =>  PHP 7.0.6 (cli) (built: Apr 29 2016 07:02:25) ( NTS )

(cgi-fcgi)

/usr/local/php5.3/bin/php-cgi  =>  PHP 5.3.29 (cgi-fcgi) (built: Mar  4 2016 09:03:37)
/usr/local/php5.4/bin/php-cgi  =>  PHP 5.4.45 (cgi-fcgi) (built: Apr 11 2016 06:20:26)
/usr/local/php5.5/bin/php-cgi  =>  PHP 5.5.35 (cgi-fcgi) (built: May  2 2016 07:16:11)
/usr/local/php5.6/bin/php-cgi  =>  PHP 5.6.21 (cgi-fcgi) (built: Apr 29 2016 07:03:17)
/usr/local/php7.0/bin/php-cgi  =>  PHP 7.0.6 (cgi-fcgi) (built: Apr 29 2016 07:03:16)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment