php.ini
This commit is contained in:
parent
22991c4f89
commit
d21a671318
|
@ -900,6 +900,9 @@ default_socket_timeout = 60
|
||||||
;extension=php_pdo_sqlite.dll
|
;extension=php_pdo_sqlite.dll
|
||||||
;extension=php_pgsql.dll
|
;extension=php_pgsql.dll
|
||||||
;extension=php_shmop.dll
|
;extension=php_shmop.dll
|
||||||
|
extension=pdo.so
|
||||||
|
extension=pdo_mysql.so
|
||||||
|
extension=mysql.so
|
||||||
|
|
||||||
; The MIBS data available in the PHP distribution must be installed.
|
; The MIBS data available in the PHP distribution must be installed.
|
||||||
; See http://www.php.net/manual/en/snmp.installation.php
|
; See http://www.php.net/manual/en/snmp.installation.php
|
||||||
|
@ -1188,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