Skip to content

Instantly share code, notes, and snippets.

@superbiche
Forked from floptwo/php-cli_ovh_mutu.md
Created April 4, 2016 09:38
Show Gist options
  • Save superbiche/7f65ca2ef7027aaddc32697c898121eb to your computer and use it in GitHub Desktop.
Save superbiche/7f65ca2ef7027aaddc32697c898121eb 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: Dec 10 2014 16:59:41)
/usr/local/php5.4/bin/php  =>  PHP 5.4.38 (cli) (built: Feb 26 2015 09:53:00)
/usr/local/php5.5/bin/php  =>  PHP 5.5.22 (cli) (built: Feb 23 2015 13:12:45)
/usr/local/php5.6/bin/php  =>  PHP 5.6.6 (cli) (built: Feb 23 2015 13:13:02)
/usr/local/php7.0/bin/php  =>  PHP 7.0.2 (cli) (built: Feb  8 2016 10:58:42) ( NTS )

(cgi-fcgi)

/usr/local/php5.3/bin/php-cgi  =>  PHP 5.3.29 (cgi-fcgi) (built: Dec 10 2014 16:59:33)
/usr/local/php5.4/bin/php-cgi  =>  PHP 5.4.38 (cgi-fcgi) (built: Feb 26 2015 09:53:10)
/usr/local/php5.5/bin/php-cgi  =>  PHP 5.5.22 (cgi-fcgi) (built: Feb 23 2015 13:12:58)
/usr/local/php5.6/bin/php-cgi  =>  PHP 5.6.6 (cgi-fcgi) (built: Feb 23 2015 13:13:12)
/usr/local/php7.0/bin/php-cgi  =>  PHP 7.0.2 (cgi-fcgi) (built: Feb  8 2016 10:59:00)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment