On Mon, Nov 27, 2017 at 12:23 PM, Matteo Beccati <p...@beccati.com> wrote:
> I've just tested a NetBSD 7.0 i386 machine and I'm getting a few errors:
>
> ext/standard/net.c: At top level:
> ext/standard/net.c:98:13: warning: ‘iface_append_unicast’ defined but
> not used [-Wunused-function]
>  static void iface_append_unicast(zval *unicast, zend_long flags,
>              ^
> *** Error code 1
>
Interesting, that tells me that getifaddrs() isn't available on your
system.  I've pushed a fix for the include and the unused method, but
I'll have to spin up a NetBSD VM to figure out a way to support the
functionality on that platform. Thanks for testing!

-Sara

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to