diff --git a/ayarlar/hiawatha-php/php.ini b/ayarlar/hiawatha-php/php.ini index eaf8d6e05..63200ecb4 100644 --- a/ayarlar/hiawatha-php/php.ini +++ b/ayarlar/hiawatha-php/php.ini @@ -773,7 +773,7 @@ enable_dl = Off ; of zero causes PHP to behave as before. Default is 1. You should fix your scripts ; to use SCRIPT_FILENAME rather than PATH_TRANSLATED. ; http://php.net/cgi.fix-pathinfo -;cgi.fix_pathinfo=1 +cgi.fix_pathinfo=0 ; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate ; security tokens of the calling client. This allows IIS to define the @@ -893,6 +893,7 @@ default_socket_timeout = 60 ;extension=php_mysql.dll ;extension=php_mysqli.dll extension=mysqli.so +extension=xsl.so ;extension=php_oci8_12c.dll ; Use with Oracle Database 12c Instant Client ;extension=php_openssl.dll ;extension=php_pdo_firebird.dll