Home
last modified time | relevance | path

Searched refs:mysql_connect (Results 51 – 75 of 76) sorted by relevance

1234

/PHP-5.5/ext/mysql/tests/
H A D003.phpt60 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_list_fields.phpt67 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_insert_id.phpt69 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_num_rows.phpt82 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dbug53649.phpt71 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_select_db.phpt69 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_info.phpt73 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_data_seek.phpt70 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_field_seek.phpt47 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_result.phpt68 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_fetch_object.phpt85 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_pconn_max_links.phpt15 if (!$link = mysql_connect($host, $user, $passwd, true))
194 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_unbuffered_query.phpt110 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_query.phpt116 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_field_flags.phpt147 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_affected_rows.phpt125 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_reflection_functions.phpt56 mysql_connect
H A Dmysql_fetch_field.phpt159 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_fetch_array.phpt284 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
/PHP-5.5/
H A DREADME.namespaces66 $con = \mysql_connect(...);
H A Dphp.ini-development1116 ; Default port number for mysql_connect(). If unset, mysql_connect() will use
1128 ; Default host for mysql_connect() (doesn't apply in safe mode).
1132 ; Default user for mysql_connect() (doesn't apply in safe mode).
1136 ; Default password for mysql_connect() (doesn't apply in safe mode).
1187 ; Default host for mysql_connect() (doesn't apply in safe mode).
1191 ; Default user for mysql_connect() (doesn't apply in safe mode).
H A Dphp.ini-production1116 ; Default port number for mysql_connect(). If unset, mysql_connect() will use
1128 ; Default host for mysql_connect() (doesn't apply in safe mode).
1132 ; Default user for mysql_connect() (doesn't apply in safe mode).
1136 ; Default password for mysql_connect() (doesn't apply in safe mode).
1187 ; Default host for mysql_connect() (doesn't apply in safe mode).
1191 ; Default user for mysql_connect() (doesn't apply in safe mode).
H A DUPGRADING99 mysql_connect(), mysql_pconnect() or by establishing an implicit
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c242 PHP_FE(mysql_connect, arginfo_mysql_connect)
1071 PHP_FUNCTION(mysql_connect) argument
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt121 /* we need to skip this test in unicode - we send set names utf8 during mysql_connect */

Completed in 55 milliseconds

1234