]> git.pld-linux.org Git - packages/php.git/blobdiff - php-ini.patch
- make it possible to coinstall phpXY-pdo-pgsql
[packages/php.git] / php-ini.patch
index 597e21abb673089099c4404ea8b25a9d0f83f604..21387c8759b1a81c4aed42f7bff6c318f392be35 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
  
  [browscap]
 -;browscap = extra/browscap.ini
-+browscap = /etc/php/browscap.ini
++;browscap = /usr/share/browscap/php_browscap.ini
  
  [Informix]
  ; Default host for ifx_connect() (doesn't apply in safe mode).
  soap.wsdl_cache_enabled=1
  ; Sets the directory name where SOAP extension will put cache files.
 -soap.wsdl_cache_dir="/tmp"
-+soap.wsdl_cache_dir="/var/run/php"
++soap.wsdl_cache_dir="/var/cache/php"
  ; (time to live) Sets the number of second while cached file will be used 
  ; instead of original one.
  soap.wsdl_cache_ttl=86400
This page took 0.163024 seconds and 4 git commands to generate.