Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/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.3/
H A D.travis.yml79 - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
H A Dconfigure.ac1043 PHP_ARG_ENABLE([ipv6],
1045 [AS_HELP_STRING([--disable-ipv6],
H A DNEWS71 . Fixed bug GH-15565 (--disable-ipv6 during compilation produces error
/PHP-8.3/sapi/fpm/tests/
H A Dtester.inc1021 } elseif ($address[0] === '[') { // ipv6
1245 'ADDR:IPv6' => ['getAddr', 'ipv6'],
1246 'ADDR:IPv6:ANY' => ['getAddr', 'ipv6-any'],
1355 case 'ipv6-any':
1357 case 'ipv6':
/PHP-8.3/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-8.3/sapi/cli/
H A Dphp_cli_server.c2872 bool ipv6 = strchr(server.host, ':'); in do_cli_server() local
2876 PHP_VERSION, ipv6 ? "[" : "", server.host, in do_cli_server()
2877 ipv6 ? "]" : "", server.port); in do_cli_server()
/PHP-8.3/win32/build/
H A Dconfig.w32332 ARG_ENABLE("ipv6", "Disable IPv6 support (default is turn it on if available)", "yes");

Completed in 41 milliseconds