Skip to content

Instantly share code, notes, and snippets.

@weivall
Created April 7, 2016 21:18
Show Gist options
  • Save weivall/c14ff5f5e4c82f72372d3eaba97d74dc to your computer and use it in GitHub Desktop.
Save weivall/c14ff5f5e4c82f72372d3eaba97d74dc to your computer and use it in GitHub Desktop.
php version
curl -sSk 'https://secure.php.net/releases/index.php?json' | php -r '$v = json_decode(file_get_contents("php://stdin"),1); echo $v[7]["version"];'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment