Skip to content

Instantly share code, notes, and snippets.

@shulard
Forked from floptwo/php-cli_ovh_mutu.md
Created February 11, 2016 16:46
Show Gist options
  • Save shulard/4feb0c5da2ea9cd15460 to your computer and use it in GitHub Desktop.
Save shulard/4feb0c5da2ea9cd15460 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.0 (cli) (built: Dec  4 2015 11:04:38) ( 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.0 (cgi-fcgi) (built: Dec  4 2015 11:04:56)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment