Lines Matching refs:mysqli
2 phpinfo() mysqli section
20 if (!stristr($phpinfo, "mysqli support"))
21 printf("[001] ext/mysqli should have exposed itself.\n");
24 printf("[002] ext/mysqli should have exposed the library version.\n");
26 if (!stristr($phpinfo, "mysqli.default_host"))
27 printf("[003] php.ini setting mysqli.default_host not shown.\n");
29 if (!stristr($phpinfo, "mysqli.default_port"))
30 printf("[004] php.ini setting mysqli.default_port not shown.\n");
32 if (!stristr($phpinfo, "mysqli.default_pw"))
33 printf("[005] php.ini setting mysqli.default_pw not shown.\n");
35 if (!stristr($phpinfo, "mysqli.default_socket"))
36 printf("[006] php.ini setting mysqli.default_socket not shown.\n");
38 if (!stristr($phpinfo, "mysqli.default_user"))
39 printf("[007] php.ini setting mysqli.default_user not shown.\n");
41 if (!stristr($phpinfo, "mysqli.max_links"))
42 printf("[008] php.ini setting mysqli.max_links not shown.\n");
44 if (!stristr($phpinfo, "mysqli.reconnect"))
45 printf("[009] php.ini setting mysqli.reconnect not shown.\n");
50 'mysqli.allow_local_infile',
51 'mysqli.allow_persistent', 'mysqli.max_persistent'