Home
last modified time | relevance | path

Searched refs:ipv6 (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/sockets/tests/
H A Dmcast_ipv6_send.phpt14 // a warning if (for example) the linux kernel is lacking ipv6
17 die("skip interface 1 either doesn't exist or has no ipv6 address");
H A Dmcast_ipv6_recv_limited.phpt12 // a warning if (for example) the linux kernel is lacking ipv6
H A Dmcast_ipv6_recv.phpt12 // a warning if (for example) the linux kernel is lacking ipv6
/php-src/ext/filter/tests/
H A Dbug47435.phpt2 Bug #47435 (FILTER_FLAG_NO_PRIV_RANGE and FILTER_FLAG_NO_RES_RANGE don't work with ipv6)
/php-src/sapi/fpm/tests/
H A Dtester.inc1012 } elseif ($address[0] === '[') { // ipv6
1236 'ADDR:IPv6' => ['getAddr', 'ipv6'],
1237 'ADDR:IPv6:ANY' => ['getAddr', 'ipv6-any'],
1346 case 'ipv6-any':
1348 case 'ipv6':
/php-src/ext/openssl/
H A Dxp_ssl.c465 unsigned char ipv6[16]; in php_openssl_matches_san_list() local
469 if (inet_pton(AF_INET6, subject_name, &ipv6)) { in php_openssl_matches_san_list()
470 EXPAND_IPV6_ADDRESS(subject_name_ipv6_expanded, ipv6); in php_openssl_matches_san_list()
/php-src/sapi/cli/
H A Dphp_cli_server.c2882 bool ipv6 = strchr(server.host, ':'); in do_cli_server() local
2886 PHP_VERSION, ipv6 ? "[" : "", server.host, in do_cli_server()
2887 ipv6 ? "]" : "", server.port); in do_cli_server()
/php-src/win32/build/
H A Dconfig.w32325 ARG_ENABLE("ipv6", "Disable IPv6 support (default is turn it on if available)", "yes");
/php-src/
H A Dconfigure.ac958 PHP_ARG_ENABLE([ipv6],
960 [AS_HELP_STRING([--disable-ipv6],

Completed in 51 milliseconds