Home
last modified time | relevance | path

Searched refs:mysql_pconnect (Results 1 – 16 of 16) sorted by relevance

/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconnect.phpt2 mysql_pconnect()
18 …// mysql_pconnect ( [string server [, string username [, string password [, bool new_link [, int c…
19 if (NULL !== ($tmp = @mysql_pconnect($link, $link, $link, $link, $link, $link)))
23 if (!$link = mysql_pconnect($myhost, $user, $passwd, true))
29 if ($link = mysql_pconnect($myhost, $user . 'unknown_really', $passwd . 'non_empty', true))
43 if (!is_resource($link = mysql_pconnect($host, $user, $passwd, true))) {
53 if (!is_resource($link = mysql_pconnect($host, $user, $passwd, true))) {
60 if (!is_resource($link = mysql_pconnect($myhost, $user))) {
67 if (!is_resource($link = mysql_pconnect($myhost))) {
74 if (!is_resource($link = mysql_pconnect())) {
[all …]
H A Dbug55473.phpt2 Bug #5547 (mysql_pconnect leaks file descriptors on reconnect)
30 $conn = mysql_pconnect($host, $user, $passwd);
71 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
76 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
82 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
88 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
94 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
H A Dmysql_pconn_reuse.phpt2 mysql_pconnect() - disabling feature
25 if (($plink = mysql_pconnect($myhost, $user, $passwd)))
41 if (!($plink = mysql_pconnect($myhost, $user, $passwd)))
64 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
68 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
H A Dmysql_sql_safe_mode.phpt26 if ($link = mysql_pconnect($host, $user, $passwd)) {
37 Notice: mysql_pconnect(): SQL safe mode in effect - ignoring host/user/password information in %s o…
39 Warning: mysql_pconnect(): Access denied for user '%s'@'%s' (using password: NO) in %s on line %d
H A Dmysql_max_persistent.phpt41 $link = mysql_pconnect($host, $user, $passwd);
93 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
95 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
97 Warning: mysql_pconnect(): Too many open persistent links (1) in %s on line %d
100 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
H A Dmysql_pconn_disable.phpt2 mysql_pconnect() - disabling feature
54 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
58 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
H A Dmysql_pconn_kill.phpt2 mysql_pconnect() - killing persitent connection
23 if (!($plink = mysql_pconnect($myhost, $user, $passwd)))
67 if (!($plink = @mysql_pconnect($myhost, $user, $passwd)))
111 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
H A Dbug48754.phpt18 if (!$link = mysql_pconnect($host, $user, $passwd, true)) {
89 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
97 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
H A Dmysql_pconn_max_links.phpt74 if (!$plink = mysql_pconnect($host, $user, $passwd))
131 if ($plink = @mysql_pconnect($host, 'pcontest', 'pcontest'))
150 if (!$plink = mysql_pconnect($host, 'pcontest', 'newpass'))
196 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
204 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: …
H A Dmysql_reflection_extension.phpt92 mysql_pconnect
H A Dconnect.inc35 $link = mysql_pconnect($host, $user, $passwd, $flags);
H A Dmysql_reflection_functions.phpt307 mysql_pconnect
/PHP-5.5/ext/mysql/
H A Dphp_mysql_structs.h63 PHP_FUNCTION(mysql_pconnect);
H A Dphp_mysql.c243 PHP_FE(mysql_pconnect, arginfo_mysql_pconnect)
1079 PHP_FUNCTION(mysql_pconnect) argument
/PHP-5.5/
H A DUPGRADING99 mysql_connect(), mysql_pconnect() or by establishing an implicit
H A DNEWS2104 mysql_pconnect(), or through implicit connection: use MySQLi or PDO_MySQL
3432 . Fixed bug #55473 (mysql_pconnect leaks file descriptors on reconnect).
6942 - Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags). (Felipe)
7582 - Fixed bug #41159 (mysql_pconnect() hash does not account for connect

Completed in 101 milliseconds