Home
last modified time | relevance | path

Searched refs:max_persistent (Results 1 – 25 of 41) sorted by relevance

12

/PHP-5.5/ext/oci8/tests/
H A Dini_1.phpt7 oci8.max_persistent = 111
20 echo 'oci8.max_persistent = ' . ini_get('oci8.max_persistent') . "\n";
32 var_dump(ini_set('oci8.max_persistent', '999'));
33 echo 'oci8.max_persistent = ' . ini_get('oci8.max_persistent') . "\n";
55 oci8.max_persistent = 111
67 oci8.max_persistent = 111
/PHP-5.5/ext/mysqli/tests/
H A Dbug54674.phpt11 mysqli.max_persistent = 0
H A Dbug54221.phpt11 mysqli.max_persistent = 0
H A Dbug51605.phpt11 mysqli.max_persistent = 0
H A Dmysqli_pconn_max_links.phpt44 mysqli.max_persistent=2
157 if ($num_plinks > (int)ini_get('mysqli.max_persistent'))
158 …printf("[017] mysqli.max_persistent=%d allows %d open connections!\n", ini_get('mysqli.max_persist…
H A Dbug49442.phpt22 mysqli.max_persistent=1
70 …sider it as a 'persistent' connection in a user sense, ext/mysqli will not appy max_persistent etc.
H A Dmysqli_phpinfo.phpt62 'mysqli.allow_persistent', 'mysqli.max_persistent'
H A Dmysqli_pconn_disabled.phpt13 mysqli.max_persistent=2
H A Dmysqli_pconn_twice.phpt12 mysqli.max_persistent=-1
H A Dmysqli_pconn_limits.phpt12 mysqli.max_persistent=-1
H A Dmysqli_pconn_reuse.phpt13 mysqli.max_persistent=2
H A Dmysqli_pconn_kill.phpt12 mysqli.max_persistent=2
/PHP-5.5/ext/mysql/tests/
H A Dmysql_phpinfo.phpt43 if (!stristr($phpinfo, "mysql.max_persistent"))
44 printf("[009] php.ini setting mysql.max_persistent not shown.\n");
H A Dmysql_max_persistent.phpt2 mysql_[p]connect() - max_links/max_persistent
29 mysql.max_persistent=1
H A Dmysql_pconn_max_links.phpt2 Persistent connections and mysql.max_persistent
62 mysql.max_persistent=2
149 // We must be able to connect because max_persistent limit has not been reached
H A Dmysql_pconn_disable.phpt10 mysql.max_persistent=1
H A Dmysql_max_links.phpt2 mysql_[p]connect() - max_links/max_persistent
H A Dmysql_pconn_reuse.phpt10 mysql.max_persistent=1
H A Dbug55473.phpt15 mysql.max_persistent=30
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.h67 long max_links,max_persistent; variable
/PHP-5.5/ext/mysql/
H A Dphp_mysql_structs.h116 long max_links,max_persistent; variable
/PHP-5.5/ext/odbc/
H A Dphp_odbc_includes.h256 long max_persistent; variable
/PHP-5.5/ext/pdo/
H A DTODO21 pdo.max_persistent
/PHP-5.5/ext/mssql/
H A Dphp_mssql.h159 long max_links,max_persistent; variable
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h283 long max_links,max_persistent; variable

Completed in 23 milliseconds

12