Skip to content

Instantly share code, notes, and snippets.

@willemmulder
Created April 12, 2013 12:36
Show Gist options
  • Save willemmulder/5371711 to your computer and use it in GitHub Desktop.
Save willemmulder/5371711 to your computer and use it in GitHub Desktop.
PHP_INI_USER Entry can be set in user scripts or in the Windows registry. Since PHP 5.3, entry can be set in .user.ini
PHP_INI_PERDIR Entry can be set in php.ini, .htaccess, httpd.conf or .user.ini (since PHP 5.3)
PHP_INI_SYSTEM Entry can be set in php.ini or httpd.conf
PHP_INI_ALL Entry can be set anywhere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment