Home
last modified time | relevance | path

Searched refs:default_port (Results 1 – 18 of 18) sorted by relevance

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_connect_oo_defaults.phpt20 ini_set('mysqli.default_port', 9999);
52 ini_set('mysqli.default_port', $port);
57 if (!$res = $mysqli->query("SELECT 'mysqli.default_port' AS testing"))
66 printf("[004] Usage of mysqli.default_port failed\n");
131 $link = mysqli_connect($host, $user, $passwd, null, ini_get('mysqli.default_port'));
162 %unicode|string%(19) "mysqli.default_port"
H A Dmysqli_phpinfo.phpt29 if (!stristr($phpinfo, "mysqli.default_port"))
30 printf("[004] php.ini setting mysqli.default_port not shown.\n");
H A Dmysqli_connect_oo.phpt33 ini_set('mysqli.default_port', $port);
35 printf("[006] Usage of mysqli.default_port failed\n") ;
107 ini_set('mysqli.default_port', $port);
113 printf("[018] Usage of mysqli.default_port failed\n") ;
H A Dmysqli_connect.phpt81 ini_set('mysqli.default_port', $port);
83 printf("[013] Usage of mysqli.default_port failed\n") ;
85 if (!$res = mysqli_query($link, "SELECT 'mysqli.default_port' AS 'testing'"))
159 %unicode|string%(19) "mysqli.default_port"
H A Dmysqli_real_connect_pconn.phpt44 ini_set('mysqli.default_port', $port);
46 printf("[008] Usage of mysqli.default_port failed\n");
H A Dmysqli_real_connect.phpt65 ini_set('mysqli.default_port', $port);
67 printf("[008] Usage of mysqli.default_port failed\n");
/PHP-5.5/ext/mysql/tests/
H A Dbug51242.phpt2 Bug #51242 (Empty mysql.default_port does not default to 3306 anymore, but 0)
4 mysql.default_port=
H A Dmysql_phpinfo.phpt28 if (!stristr($phpinfo, "mysql.default_port"))
29 printf("[004] php.ini setting mysql.default_port not shown.\n");
H A Dmysql_connect.phpt51 ini_set('mysql.default_port', $port);
54 printf("[007] Usage of mysql.default_port failed\n");
88 ini_set('mysql.default_port', -1);
H A Dmysql_pconnect.phpt52 ini_set('mysql.default_port', $port);
54 printf("[006] Usage of mysql.default_port failed\n") ;
/PHP-5.5/ext/mysql/
H A Dphp_mysql_structs.h118 long default_port; variable
H A Dphp_mysql.c485 MySG(default_port) = atoi(new_value); in PHP_INI_MH()
487 MySG(default_port) = -1; in PHP_INI_MH()
750 if (MySG(default_port) < 0) {
755 MySG(default_port) = MYSQL_PORT;
757 MySG(default_port) = (uint) ntohs((ushort) serv_ptr->s_port);
760 MySG(default_port) = (uint) atoi(env);
763 MySG(default_port) = MYSQL_PORT;
838 port = MySG(default_port);
/PHP-5.5/ext/mysqli/
H A Dphp_mysqli_structs.h327 unsigned long default_port; variable
H A Dmysqli.c567 …STD_PHP_INI_ENTRY("mysqli.default_port", "3306", PHP_INI_ALL, OnUpdateLong, default_port, zen…
589 mysqli_globals->default_port = 0; in PHP_INI_END()
H A Dmysqli_nonapi.c132 port = MyG(default_port);
/PHP-5.5/
H A Dphp.ini-development1121 mysql.default_port =
1180 mysqli.default_port = 3306
H A Dphp.ini-production1121 mysql.default_port =
1180 mysqli.default_port = 3306
H A DNEWS5105 - Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore,

Completed in 64 milliseconds