Home
last modified time | relevance | path

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

/PHP-8.1/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-8.1/ext/sockets/tests/
H A Dmcast_ipv6_send.phpt14 die("skip interface 1 either doesn't exist or has no ipv6 address");
/PHP-8.1/
H A D.travis.yml79 - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
H A Dconfigure.ac976 PHP_ARG_ENABLE([ipv6],
978 [AS_HELP_STRING([--disable-ipv6],
/PHP-8.1/sapi/fpm/tests/
H A Dtester.inc855 } elseif ($address[0] === '[') { // ipv6
1076 'ADDR:IPv6' => ['getAddr', 'ipv6'],
1077 'ADDR:IPv6:ANY' => ['getAddr', 'ipv6-any'],
1176 case 'ipv6-any':
1178 case 'ipv6':
/PHP-8.1/ext/openssl/
H A Dxp_ssl.c450 unsigned char ipv6[16]; in php_openssl_matches_san_list() local
454 if (inet_pton(AF_INET6, subject_name, &ipv6)) { in php_openssl_matches_san_list()
455 EXPAND_IPV6_ADDRESS(subject_name_ipv6_expanded, ipv6); in php_openssl_matches_san_list()
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c2779 bool ipv6 = strchr(server.host, ':'); in do_cli_server() local
2783 PHP_VERSION, ipv6 ? "[" : "", server.host, in do_cli_server()
2784 ipv6 ? "]" : "", server.port); in do_cli_server()
/PHP-8.1/win32/build/
H A Dconfig.w32299 ARG_ENABLE("ipv6", "Disable IPv6 support (default is turn it on if available)", "yes");

Completed in 38 milliseconds