Skip to content

Instantly share code, notes, and snippets.

@ptsakyrellis
Created March 16, 2018 15:51
Show Gist options
  • Save ptsakyrellis/3956e3b221356f9ce219364a7dd0b83a to your computer and use it in GitHub Desktop.
Save ptsakyrellis/3956e3b221356f9ce219364a7dd0b83a to your computer and use it in GitHub Desktop.
PuPHPet yaml config - PHP
php:
install: '1'
settings:
version: '70'
modules:
php:
- cli
- intl
- mbstring
- opcache
pear: { }
pecl: { }
ini:
display_errors: 'On'
error_reporting: '-1'
session.save_path: /var/lib/php/session
date.timezone: UTC
default_charset: UTF-8
allow_url_fopen: 'On'
memory_limit: 512M
fpm_ini:
error_log: /var/log/php-fpm.log
php_admin_value[memory_limit] = 512M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment