[PHP] ; Default timeout for socket based streams (seconds) ; http://php.net/default-socket-ti default_socket_timeout = 600 [MySQL] ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements ; http://php.net/mysql.allow_local_infile mysql.allow_local_infile = On ; Allow or prevent persistent links. ; http://php.net/mysql.allow-persistent mysql.allow_persistent = On [MySQLi] ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements ; http://php.net/mysql.allow_local_infile mysqli.allow_local_infile = On ; Allow or prevent persistent links. ; http://php.net/mysql.allow-persistent mysqli.allow_persistent = On