hiawatha-php.ayarlari
This commit is contained in:
parent
e3dd4872f8
commit
0cea05acb0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue