Last active
February 20, 2016 00:13
-
-
Save oko/d5ea36bc2480d5ec22de to your computer and use it in GitHub Desktop.
PHP 5.4.45 prod/dev INI diff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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