Home
last modified time | relevance | path

Searched refs:username (Results 51 – 70 of 70) sorted by relevance

123

/PHP-5.5/ext/pdo_oci/
H A Doci_driver.c662 if (dbh->username) { in pdo_oci_handle_factory()
664 dbh->username, strlen(dbh->username), in pdo_oci_handle_factory()
/PHP-5.5/ext/mysql/tests/
H A Dmysql_reflection_functions.phpt61 Parameter #1 [ <optional> $username ]
312 Parameter #1 [ <optional> $username ]
H A Dmysql_pconnect.phpt18 …// mysql_pconnect ( [string server [, string username [, string password [, bool new_link [, int c…
H A Dmysql_connect.phpt15 // mysql_connect ( [string server [, string username [, string password [, bool new_link [, int cli…
/PHP-5.5/ext/pdo/
H A Dphp_pdo_driver.h442 char *username, *password; member
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c765 …if (mysqlnd_connect(H->server, host, dbh->username, dbh->password, password_len, dbname, dbname_le…
768 …if (mysql_real_connect(H->server, host, dbh->username, dbh->password, dbname, port, unix_socket, c…
/PHP-5.5/ext/oci8/
H A Dphp_oci8_int.h382 php_oci_connection *php_oci_do_connect_ex(char *username, int username_len, char *password, int pas…
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt37 …// ( mysqli link [, string hostname [, string username [, string passwd [, string dbname [, int p…
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_driver.c660 char const *dpb_values[] = { dbh->username, dbh->password, vars[1].optval, vars[2].optval }; in pdo_firebird_handle_factory()
/PHP-5.5/ext/interbase/
H A Dinterbase.c58 ZEND_ARG_INFO(0, username)
68 ZEND_ARG_INFO(0, username)
/PHP-5.5/ext/posix/
H A Dposix.c190 ZEND_ARG_INFO(0, username)
/PHP-5.5/sapi/fpm/
H A Dconfig.m4564 … should usually be set to match the fpm username (default: nobody)], nobody, no)
/PHP-5.5/
H A DCODING_STANDARDS62 use "<git username here>_0". For example, #if FOO_0, where FOO is your
H A Dphp.ini-development709 ; The directory under which PHP opens the script using /~username used only
1077 ; Default username for ibase_connect().
H A Dphp.ini-production709 ; The directory under which PHP opens the script using /~username used only
1077 ; Default username for ibase_connect().
H A DNEWS6934 - Fixed bug #44557 (Crash in imap_setacl when supplied integer as username) (Thomas Jarosch)
6995 - Fixed bug #43493 (pdo_pgsql does not send username on connect when password is not available). (I…
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c141 ZEND_ARG_INFO(0, username)
149 ZEND_ARG_INFO(0, username)
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c1093 tmp_user = _pdo_pgsql_escape_credentials(dbh->username TSRMLS_CC); in pdo_pgsql_handle_factory()
/PHP-5.5/ext/ftp/
H A Dphp_ftp.c64 ZEND_ARG_INFO(0, username)
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c53 ZEND_ARG_INFO(0, username)

Completed in 108 milliseconds

123