Re: [PHP-DEV] net_get_interfaces()

2017-11-26 Thread Florian Anderiasch
On 23.11.2017 23:46, Sara Golemon wrote: > Planning to add net_get_interfaces() > https://github.com/php/php-src/pull/2935/files for enumerating the > adapters on a system and their configured addresses. > Based on a combination of my own implementation and finding out > krakjoe and ab@ had a stall

Re: [PHP-DEV] net_get_interfaces()

2017-11-26 Thread Sara Golemon
On Sun, Nov 26, 2017 at 10:53 AM, Florian Anderiasch wrote: > Looks good in theory, but without a lot of thought, how likely is this > to break/work on "supported" operating systems? (Which ones are that, > actually? http://php.net/manual/en/install.unix.php lists the BSDs and > Solaris and HP/UX)

Re: [PHP-DEV] net_get_interfaces()

2017-11-26 Thread Florian Anderiasch
On 26.11.2017 17:10, Sara Golemon wrote: > On Sun, Nov 26, 2017 at 10:53 AM, Florian Anderiasch > wrote: >> Looks good in theory, but without a lot of thought, how likely is this >> to break/work on "supported" operating systems? (Which ones are that, >> actually? http://php.net/manual/en/install

[PHP-DEV] C++-like function-try-block proposal

2017-11-26 Thread enclaved
Greetings! I have been referred to this mailing list by https://wiki.php.net/rfc/howto as the first step to propose a language change. I first tried to register on wiki.php.net as per php-src/README.SUBMITTING_PATCH in order to actually make an RFC, only to be given an error: Writing /srv/web-

Re: [PHP-DEV] C++-like function-try-block proposal

2017-11-26 Thread Nikita Popov
On Mon, Nov 27, 2017 at 5:06 AM, wrote: > Greetings! > > I have been referred to this mailing list by > https://wiki.php.net/rfc/howto > as the first step to propose a language change. I first tried to register > on wiki.php.net as per php-src/README.SUBMITTING_PATCH in order to > actually > mak