Skip to content

Instantly share code, notes, and snippets.

@thomascharbit
Forked from floptwo/php-cli_ovh_mutu.md
Last active August 29, 2015 14:21
Show Gist options
  • Save thomascharbit/14ea4381557c7b176774 to your computer and use it in GitHub Desktop.
Save thomascharbit/14ea4381557c7b176774 to your computer and use it in GitHub Desktop.

PHP en ligne de commande sur les hébergements mutualisés OVH

PHP-CLI

/usr/local/php5.3/bin/php   => PHP 5.3.28 (cli) (built: Sep  2 2014 09:30:31)
/usr/local/php5.4/bin/php   => PHP 5.4.30 (cli) (built: Sep  2 2014 09:29:35)
/usr/local/php5.5/bin/php   => PHP 5.5.14 (cli) (built: Sep  2 2014 09:30:07)
/usr/local/php5.6/bin/php   => PHP 5.6.0 (cli) (built: Sep  2 2014 09:30:26)

PHP-CGI

/usr/local/bin/php          => PHP 4.4.9 (cgi) (built: Apr 20 2012 18:34:17)

/usr/local/bin/php.ORIG     => PHP 4.4.9 (cgi) (built: Apr 20 2012 18:34:17)
/usr/local/bin/php.ORIG.4   => PHP 4.4.9 (cgi) (built: Apr 20 2012 18:34:17)
/usr/local/bin/php.ORIG.5   => PHP 5.2.17 (cgi) (built: Jun  6 2012 16:19:04)
/usr/local/bin/php.ORIG.5_2 => PHP 5.2.17 (cgi) (built: Jun  6 2012 16:19:04)

/usr/local/bin/php.BETA     => PHP 5.2.17 (cgi) (built: Jun  6 2012 16:19:04)

PHP-CLI-FCGI

/usr/local/bin/php.ORIG.5_3 => PHP 5.3.16 (cgi-fcgi) (built: Aug 27 2012 17:36:50)
/usr/local/bin/php.ORIG.5_4 => PHP 5.4.6 (cgi-fcgi) (built: Aug 27 2012 18:08:52)

# PHP 5.4 sans erreur 'allow_call_time_pass_reference'
/usr/local/bin/php.ORIG.5_4 -c /usr/local/lib/php.ini-2

/usr/local/bin/php.TEST.5   => PHP 5.3.16 (cgi-fcgi) (built: Aug 27 2012 17:36:50)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment