Skip to content

Instantly share code, notes, and snippets.

@mladenilic
Last active December 1, 2017 09:10
Show Gist options
  • Save mladenilic/4030ee5359474b4f8c6e1e53be308611 to your computer and use it in GitHub Desktop.
Save mladenilic/4030ee5359474b4f8c6e1e53be308611 to your computer and use it in GitHub Desktop.
Choose EasyApache (cPanel) php cli version
php -ea_php 70 script.php // execute script with PHP v7.0.x
php -ea_php 71 script.php // execute script with PHP v7.1.x
php -ea_php 72 script.php // execute script with PHP v7.2.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment