]> git.pld-linux.org Git - packages/php.git/blobdiff - php-ini.patch
- rename php-bzip2 -> php-bz2 to match extension name
[packages/php.git] / php-ini.patch
index 597e21abb673089099c4404ea8b25a9d0f83f604..c04a58d5246a441fa0e35d03dce7230fec08a246 100644 (file)
  ;
  ;   - Show all errors except for notices and coding standards warnings
  ;
--error_reporting  =  E_ALL & ~E_NOTICE
+-error_reporting = E_ALL & ~E_NOTICE
 +;error_reporting  =  E_ALL & ~E_NOTICE
 +
 +error_reporting  =  E_ALL
+
  ; Print out errors (as a part of the output).  For production web sites,
  ; you're strongly encouraged to turn this feature off, and use error logging
 @@ -319,7 +388,7 @@
This page took 0.026086 seconds and 4 git commands to generate.