Skip to content

Instantly share code, notes, and snippets.

@f0x2501
Forked from floptwo/php-cli_ovh_mutu.md
Created December 6, 2015 19:42
Show Gist options
  • Save f0x2501/99a281027793878c2543 to your computer and use it in GitHub Desktop.
Save f0x2501/99a281027793878c2543 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.0RC5 (cli) (built: Oct 15 2015 09:46:15) ( 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.0RC5 (cgi-fcgi) (built: Oct 15 2015 09:46:34)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment