mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix bad refactor of #7136
This commit is contained in:
parent
ca6f3f62f2
commit
b10bcb4faa
2 changed files with 3 additions and 4 deletions
|
@ -429,7 +429,7 @@ function getmxrr(string $hostname, &$hosts, &$weights = null): bool {}
|
|||
|
||||
/* net.c */
|
||||
|
||||
#if defined(PHP_WIN32) || HAVE_GETIFADDRS
|
||||
#if defined(PHP_WIN32) || HAVE_GETIFADDRS || defined(__PASE__)
|
||||
function net_get_interfaces(): array|false {}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue