hiawatha-php.ayarlari
This commit is contained in:
parent
5377409bbf
commit
6cb710cbd3
|
@ -892,6 +892,7 @@ default_socket_timeout = 60
|
||||||
;extension=php_exif.dll ; Must be after mbstring as it depends on it
|
;extension=php_exif.dll ; Must be after mbstring as it depends on it
|
||||||
;extension=php_mysql.dll
|
;extension=php_mysql.dll
|
||||||
;extension=php_mysqli.dll
|
;extension=php_mysqli.dll
|
||||||
|
extension=mysqli.so
|
||||||
;extension=php_oci8_12c.dll ; Use with Oracle Database 12c Instant Client
|
;extension=php_oci8_12c.dll ; Use with Oracle Database 12c Instant Client
|
||||||
;extension=php_openssl.dll
|
;extension=php_openssl.dll
|
||||||
;extension=php_pdo_firebird.dll
|
;extension=php_pdo_firebird.dll
|
||||||
|
@ -1190,7 +1191,7 @@ mysqli.max_persistent = -1
|
||||||
|
|
||||||
; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
|
; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
|
||||||
; http://php.net/mysqli.allow_local_infile
|
; http://php.net/mysqli.allow_local_infile
|
||||||
;mysqli.allow_local_infile = On
|
mysqli.allow_local_infile = On
|
||||||
|
|
||||||
; Allow or prevent persistent links.
|
; Allow or prevent persistent links.
|
||||||
; http://php.net/mysqli.allow-persistent
|
; http://php.net/mysqli.allow-persistent
|
||||||
|
|
Loading…
Reference in New Issue