]> git.pld-linux.org Git - packages/php.git/blobdiff - php-ini.patch
keep php.cli as file in man as well
[packages/php.git] / php-ini.patch
index 597e21abb673089099c4404ea8b25a9d0f83f604..fe3979be59c938b5bab4e2d72ff56fc3905ea9e9 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 @@
  ;;;;;;;;;;;;;;;;
  ; File Uploads ;
  ;;;;;;;;;;;;;;;;
-@@ -600,59 +627,6 @@
+@@ -630,59 +630,6 @@
  ; needs to go here.  Specify the location of the extension with the
  ; extension_dir directive above.
  
 -;extension=php_curl.dll
 -;extension=php_dba.dll
 -;extension=php_dbase.dll
--;extension=php_exif.dll
 -;extension=php_fdf.dll
 -;extension=php_gd2.dll
 -;extension=php_gettext.dll
 -;extension=php_interbase.dll
 -;extension=php_ldap.dll
 -;extension=php_mbstring.dll
+-;extension=php_exif.dll
 -;extension=php_mcrypt.dll
 -;extension=php_mhash.dll
 -;extension=php_mime_magic.dll
This page took 0.263313 seconds and 4 git commands to generate.