Skip to content

Instantly share code, notes, and snippets.

@till
Last active April 19, 2016 17:16
Show Gist options
  • Save till/5c65c6d5755e8225b0e569b64e10af4f to your computer and use it in GitHub Desktop.
Save till/5c65c6d5755e8225b0e569b64e10af4f to your computer and use it in GitHub Desktop.
{
"php": {
"extensions": {
"config_dir": "/etc/php/5.6/mods-available",
"suffix": ""
},
"ppa": {
"name": "ondrejphp",
"uri": "ppa:ondrej/php",
"package_prefix": "php5.6"
}
},
"php-apc": {
"load_priority": 20,
"package_prefix": "php"
},
"php-fpm": {
"prefix": "",
"exec_prefix": "/usr",
"fpm_config": "etc/php/5.6/fpm/php.ini",
"cli_config": "etc/php/5.6/cli/php.ini",
"pool_dir": "etc/php/5.6/fpm/pool.d",
"socketdir": "/var/run/php",
"pid": "/var/run/php/php5.6-fpm.pid",
"packages": "php5.6-fpm,php5.6-cli,php5.6-mbstring,php5.6-pdo-mysql,php5.6-curl,php5.6-bcmath,php5.6-dom,php-memcache"
},
"php-mysqli": {
"load_priorty": 30
},
"php-opcache": {
"load_priorty": 05
},
"php-phar": {
"load_priority": 20
},
"php-soap": {
"load_priority": 20
},
"php-tidy": {
"load_priority": 20
},
"php-xdebug": {
"load_priority": 20
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment