X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=php-ini.patch;h=21387c8759b1a81c4aed42f7bff6c318f392be35;hb=365df16bb029ba8c4b5ae4624794efbfe621cbc3;hp=597e21abb673089099c4404ea8b25a9d0f83f604;hpb=cb94c0c69430c83f69398e28ce6aa23e7ab10e07;p=packages%2Fphp.git diff --git a/php-ini.patch b/php-ini.patch index 597e21a..21387c8 100644 --- a/php-ini.patch +++ b/php-ini.patch @@ -124,11 +124,11 @@ ; ; - 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 @@ @@ -257,7 +257,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. @@ -272,7 +272,6 @@ -;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 @@ -282,6 +281,7 @@ -;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 @@ -353,7 +353,7 @@ [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). @@ -362,7 +362,7 @@ 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