Home
last modified time | relevance | path

Searched refs:port (Results 1 – 25 of 560) sorted by last modified time

12345678910>>...23

/PHP-5.5/
H A Dserver-tests.php337 $fullpath = 'http://'.$this->urlparts['host'].':'.$this->urlparts['port'].$fullpath;
365 $port = $this->urlparts['port'];
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c297 TG(hc)->hs->port)); in sapi_thttpd_register_variables()
H A Dthttpd_patch176 char* hostname, httpd_sockaddr* sa4P, httpd_sockaddr* sa6P, int port,
188 hs->port = port;
211 syslog( LOG_INFO, "%.80s starting on port %d", SERVER_SOFTWARE, hs->port );
979 int port;
1018 char* hostname, httpd_sockaddr* sa4P, httpd_sockaddr* sa6P, int port,
1558 port, cgi_pattern, charset, cwd, no_log, logfp, no_symlink, do_vhost,
/PHP-5.5/sapi/webjames/
H A Dwebjames.c126 ADD_NUM("SERVER_PORT", port); in sapi_webjames_register_variables()
/PHP-5.5/sapi/litespeed/
H A DREADME60 have lsphp bind to port 3000 on all IPv4 and IPv6 address,
64 have lsphp bind to port 300 on all IPv4 address.
H A Dlsapilib.c2296 int port; in LSAPI_ParseSockAddr() local
2357 port = atoi( pEnd ); in LSAPI_ParseSockAddr()
2358 if (( port <= 0 )||( port > 65535 )) in LSAPI_ParseSockAddr()
2379 ((struct sockaddr_in *)pAddr)->sin_port = htons( port ); in LSAPI_ParseSockAddr()
2381 ((struct sockaddr_in6 *)pAddr)->sin6_port = htons( port ); in LSAPI_ParseSockAddr()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_sockets.c260 int port = 0; in fpm_socket_af_inet_listening_socket() local
266 port = atoi(port_str); in fpm_socket_af_inet_listening_socket()
269 port = atoi(dup_address); in fpm_socket_af_inet_listening_socket()
273 if (port == 0) { in fpm_socket_af_inet_listening_socket()
284 sa_in.sin_port = htons(port); in fpm_socket_af_inet_listening_socket()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in106 ; - port (Solaris >= 10)
154 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on
155 ; a specific port;
156 ; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on
157 ; a specific port;
158 ; 'port' - to listen on a TCP socket to all IPv4 addresses on a
159 ; specific port;
160 ; '[::]:port' - to listen on a TCP socket to all addresses
161 ; (IPv6 and IPv4-mapped) on a specific port;
H A Dconfig.m4400 AC_MSG_CHECKING([for port framework])
404 #include <port.h>
406 int port;
408 port = port_create();
409 if (port < 0) {
413 AC_DEFINE([HAVE_PORT], 1, [do we have port framework?])
678 fpm/events/port.c \
/PHP-5.5/sapi/cli/tests/
H A Dbug43177.phpt35 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
36 $port = intval($port)?:80;
39 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug61679.phpt15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
16 $port = intval($port)?:80;
18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug61977.phpt20 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
21 $port = intval($port) ? : 80;
22 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug65066_100.phpt14 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
15 $port = intval($port)?:80;
17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug65066_422.phpt14 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
15 $port = intval($port)?:80;
17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug65066_511.phpt14 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
15 $port = intval($port)?:80;
17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug65633.phpt15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
16 $port = intval($port)?:80;
18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug66830.phpt15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
16 $port = intval($port)?:80;
18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug67429.phpt17 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
18 $port = intval($port)?:80;
20 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug68745.phpt12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
13 $port = intval($port)?:80;
15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_004.phpt14 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
15 $port = intval($port)?:80;
17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_005.phpt12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
13 $port = intval($port)?:80;
15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_006.phpt12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
13 $port = intval($port)?:80;
15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_007.phpt12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
13 $port = intval($port)?:80;
15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_008.phpt12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
13 $port = intval($port)?:80;
15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
34 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_009.phpt15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
16 $port = intval($port)?:80;
18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
37 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
57 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);

Completed in 56 milliseconds

12345678910>>...23