Searched refs:ipv6 (Results 1 – 11 of 11) sorted by relevance
/PHP-8.3/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-8.3/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-8.3/ |
H A D | .travis.yml | 79 - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
|
H A D | configure.ac | 1043 PHP_ARG_ENABLE([ipv6], 1045 [AS_HELP_STRING([--disable-ipv6],
|
H A D | NEWS | 352 . Fixed bug GH-15565 (--disable-ipv6 during compilation produces error
|
/PHP-8.3/sapi/fpm/tests/ |
H A D | tester.inc | 1022 } elseif ($address[0] === '[') { // ipv6 1246 'ADDR:IPv6' => ['getAddr', 'ipv6'], 1247 'ADDR:IPv6:ANY' => ['getAddr', 'ipv6-any'], 1356 case 'ipv6-any': 1358 case 'ipv6':
|
/PHP-8.3/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-8.3/sapi/cli/ |
H A D | php_cli_server.c | 2892 bool ipv6 = strchr(server.host, ':'); in do_cli_server() local 2896 PHP_VERSION, ipv6 ? "[" : "", server.host, in do_cli_server() 2897 ipv6 ? "]" : "", server.port); in do_cli_server()
|
/PHP-8.3/win32/build/ |
H A D | config.w32 | 332 ARG_ENABLE("ipv6", "Disable IPv6 support (default is turn it on if available)", "yes");
|
Completed in 49 milliseconds