Skip to content

Instantly share code, notes, and snippets.

@oko
Last active February 20, 2016 00:13
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 oko/d5ea36bc2480d5ec22de to your computer and use it in GitHub Desktop.
Save oko/d5ea36bc2480d5ec22de to your computer and use it in GitHub Desktop.
PHP 5.4.45 prod/dev INI diff
86c86
< ; This is php.ini-development INI file.
---
> ; This is php.ini-production INI file.
452c452
< error_reporting = E_ALL
---
> error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
469c469
< display_errors = On
---
> display_errors = Off
480c480
< display_startup_errors = On
---
> display_startup_errors = Off
524c524
< track_errors = On
---
> track_errors = Off
745c745
< ;cgi.redirect_status_env =
---
> ;cgi.redirect_status_env =
1214c1214
< mysqlnd.collect_memory_statistics = On
---
> mysqlnd.collect_memory_statistics = Off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment