Searched refs:ipv6 (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/sockets/tests/ |
H A D | mcast_ipv6_send.phpt | 14 // 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 D | mcast_ipv6_recv_limited.phpt | 12 // a warning if (for example) the linux kernel is lacking ipv6
|
H A D | mcast_ipv6_recv.phpt | 12 // a warning if (for example) the linux kernel is lacking ipv6
|
/php-src/ext/filter/tests/ |
H A D | bug47435.phpt | 2 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 D | tester.inc | 1012 } 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 D | xp_ssl.c | 465 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 D | php_cli_server.c | 2882 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 D | config.w32 | 325 ARG_ENABLE("ipv6", "Disable IPv6 support (default is turn it on if available)", "yes");
|
/php-src/ |
H A D | configure.ac | 958 PHP_ARG_ENABLE([ipv6], 960 [AS_HELP_STRING([--disable-ipv6],
|
Completed in 33 milliseconds