diff --git a/ayarlar/hiawatha-php/php.ini b/ayarlar/hiawatha-php/php.ini index 05e1890a7..4b0cea9f7 100644 --- a/ayarlar/hiawatha-php/php.ini +++ b/ayarlar/hiawatha-php/php.ini @@ -892,6 +892,7 @@ default_socket_timeout = 60 ;extension=php_exif.dll ; Must be after mbstring as it depends on it ;extension=php_mysql.dll ;extension=php_mysqli.dll +extension=mysqli.so ;extension=php_oci8_12c.dll ; Use with Oracle Database 12c Instant Client ;extension=php_openssl.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 ; http://php.net/mysqli.allow_local_infile -;mysqli.allow_local_infile = On +mysqli.allow_local_infile = On ; Allow or prevent persistent links. ; http://php.net/mysqli.allow-persistent