Last active
June 13, 2025 11:11
-
-
Save floptwo/8867068 to your computer and use it in GitHub Desktop.
Revisions
-
floptwo revised this gist
Apr 21, 2018 . 1 changed file with 16 additions and 10 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,21 +1,27 @@ # PHP-CLI (PHP en ligne de commande) sur les hébergements mutualisés OVH More complete info here http://cluster015.ovh.net/infos/ (thanks to @42antoine) ## (cli) ``` /usr/local/php5.3/bin/php => PHP 5.3.29 (cli) (built: Nov 21 2017 08:55:07) /usr/local/php5.4/bin/php => PHP 5.4.45 (cli) (built: Nov 21 2017 08:35:51) /usr/local/php5.5/bin/php => PHP 5.5.38 (cli) (built: Nov 21 2017 08:46:45) /usr/local/php5.6/bin/php => PHP 5.6.33 (cli) (built: Jan 10 2018 16:20:36) /usr/local/php7.0/bin/php => PHP 7.0.27 (cli) (built: Jan 10 2018 16:24:15) ( NTS ) /usr/local/php7.1/bin/php => PHP 7.1.13 (cli) (built: Jan 10 2018 16:46:11) ( NTS ) /usr/local/php7.2/bin/php => PHP 7.2.1 (cli) (built: Jan 10 2018 16:32:56) ( NTS ) ``` ## (cgi-fcgi) ``` /usr/local/php5.3/bin/php-cgi => PHP 5.3.29 (cgi-fcgi) (built: Nov 21 2017 08:33:31) /usr/local/php5.4/bin/php-cgi => PHP 5.4.45 (cgi-fcgi) (built: Nov 21 2017 08:36:51) /usr/local/php5.5/bin/php-cgi => PHP 5.5.38 (cgi-fcgi) (built: Nov 21 2017 08:47:45) /usr/local/php5.6/bin/php-cgi => PHP 5.6.33 (cgi-fcgi) (built: Jan 10 2018 16:21:29) /usr/local/php7.0/bin/php-cgi => PHP 7.0.27 (cgi-fcgi) (built: Jan 10 2018 16:25:16) /usr/local/php7.1/bin/php-cgi => PHP 7.1.13 (cgi-fcgi) (built: Jan 10 2018 16:46:26) /usr/local/php7.2/bin/php-cgi => PHP 7.2.1 (cgi-fcgi) (built: Jan 10 2018 16:33:06) ``` -
floptwo revised this gist
Jun 30, 2016 . 1 changed file with 10 additions and 10 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,19 +3,19 @@ ## (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) ``` -
floptwo revised this gist
Apr 1, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ /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) @@ -17,5 +17,5 @@ /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) ``` -
floptwo revised this gist
Dec 17, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ /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) @@ -17,5 +17,5 @@ /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) ``` -
floptwo revised this gist
Nov 6, 2015 . 1 changed file with 17 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,21 @@ # 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) ``` -
floptwo revised this gist
Nov 6, 2015 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ # PHP-CLI (PHP en ligne de commande) sur les hébergements mutualisés OVH ``` /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 ) ``` -
floptwo revised this gist
Nov 6, 2015 . 1 changed file with 2 additions and 28 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,35 +1,9 @@ # PHP-CLI (PHP en ligne de commande) sur les hébergements mutualisés OVH ``` /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) /usr/local/php7.0/bin/php => PHP 7.0.0RC5 (cli) (built: Oct 15 2015 09:46:15) ( NTS ) ``` -
floptwo revised this gist
Oct 3, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ## PHP en ligne de commande sur les hébergements mutualisés OVH ### PHP-CLI -
floptwo revised this gist
Oct 2, 2014 . 1 changed file with 3 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,12 +28,8 @@ /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) ``` -
floptwo revised this gist
Oct 2, 2014 . 1 changed file with 13 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ ## PHP sur les mutu OVH ### PHP-CLI ``` /usr/local/php5.3/bin/php => PHP 5.3.28 (cli) (built: Sep 2 2014 09:30:31) @@ -7,7 +9,7 @@ /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) @@ -16,15 +18,22 @@ /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) /usr/local/bin/php.TEST.5 => PHP 5.3.16 (cgi-fcgi) (built: Aug 27 2012 17:36:50) ``` #### PHP-CLI-FCGI en v5.4 sans erreur 'allow_call_time_pass_reference' ``` # sans erreur 'allow_call_time_pass_reference' /usr/local/bin/php.ORIG.5_4 -c /usr/local/lib/php.ini-2 ``` -
floptwo revised this gist
Oct 2, 2014 . 1 changed file with 10 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,12 @@ ## Utiliser 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) ``` ## Liste des versions PHP-CLI des mutu OVH ``` @@ -18,12 +27,4 @@ ``` /usr/local/bin/php.ORIG.5_4 -c /usr/local/lib/php.ini-2 ``` -
floptwo revised this gist
Oct 2, 2014 . 1 changed file with 9 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,4 +18,12 @@ ``` /usr/local/bin/php.ORIG.5_4 -c /usr/local/lib/php.ini-2 ``` ### Utiliser 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) ``` -
floptwo revised this gist
Feb 7, 2014 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,4 +12,10 @@ /usr/local/bin/php.BETA => PHP 5.2.17 (cgi) (built: Jun 6 2012 16:19:04) /usr/local/bin/php.TEST.5 => PHP 5.3.16 (cgi-fcgi) (built: Aug 27 2012 17:36:50) ``` ### Utiliser PHP-CLI en v5.4 sans erreur 'allow_call_time_pass_reference' ``` /usr/local/bin/php.ORIG.5_4 -c /usr/local/lib/php.ini-2 ``` -
floptwo revised this gist
Feb 7, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ## Liste des versions PHP-CLI des mutu OVH ``` /usr/local/bin/php => PHP 4.4.9 (cgi) (built: Apr 20 2012 18:34:17) -
floptwo created this gist
Feb 7, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ # Liste des versions PHP-CLI des mutu OVH ``` /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.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) /usr/local/bin/php.BETA => PHP 5.2.17 (cgi) (built: Jun 6 2012 16:19:04) /usr/local/bin/php.TEST.5 => PHP 5.3.16 (cgi-fcgi) (built: Aug 27 2012 17:36:50) ```