Skip to content

Instantly share code, notes, and snippets.

@tylerflint
Created March 28, 2011 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tylerflint/891454 to your computer and use it in GitHub Desktop.
Save tylerflint/891454 to your computer and use it in GitHub Desktop.
php extensions example
php:
# short list
extensions: [apc, mysql]
# long list
extensions:
- apc
- mysql
- hash
- iconv
- soap
- simplexml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment