Searched refs:max_persistent (Results 1 – 25 of 41) sorted by relevance
12
7 oci8.max_persistent = 11120 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 = 11167 oci8.max_persistent = 111
43 if (!stristr($phpinfo, "mysql.max_persistent"))44 printf("[009] php.ini setting mysql.max_persistent not shown.\n");
2 mysql_[p]connect() - max_links/max_persistent29 mysql.max_persistent=1
10 mysql.max_persistent=1
15 mysql.max_persistent=30
2 mysql_[p]connect() - max_links/max_persistent
2 Persistent connections and mysql.max_persistent62 mysql.max_persistent=2149 // We must be able to connect because max_persistent limit has not been reached
9 mysql.max_persistent=10
11 mysqli.max_persistent = 0
44 mysqli.max_persistent=2157 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…
22 mysqli.max_persistent=170 …sider it as a 'persistent' connection in a user sense, ext/mysqli will not appy max_persistent etc.
62 'mysqli.allow_persistent', 'mysqli.max_persistent'
13 mysqli.max_persistent=2
12 mysqli.max_persistent=-1
67 long max_links,max_persistent; variable
116 long max_links,max_persistent; variable
262 long max_persistent; variable
21 pdo.max_persistent
159 long max_links,max_persistent; variable
283 long max_links,max_persistent; variable
Completed in 65 milliseconds