Re: [PHP-DEV] sockets broken in 5.4 on Mac OS X

2011-07-11 Thread Gustavo Lopes
Em Mon, 11 Jul 2011 00:47:50 +0100, Scott MacVicar sc...@macvicar.net escreveu: On Jul 10, 2011, at 4:46 PM, Stas Malyshev wrote: On 7/10/11 4:23 PM, Scott MacVicar wrote: The code for this looks really convoluted, I'm thinking we should back out this multicast option for now. It's

[PHP-DEV] sockets broken in 5.4 on Mac OS X

2011-07-10 Thread Stas Malyshev
Hi! I was now building 5.4 on Mac with sockets enabled and got this: /Users/smalyshev/php-5.4/ext/sockets/multicast.c: In function ‘php_if_index_to_addr4’: /Users/smalyshev/php-5.4/ext/sockets/multicast.c:426: error: ‘struct ifreq’ has no member named ‘ifr_ifindex’

Re: [PHP-DEV] sockets broken in 5.4 on Mac OS X

2011-07-10 Thread Scott MacVicar
On Jul 10, 2011, at 4:21 PM, Stas Malyshev wrote: Hi! I was now building 5.4 on Mac with sockets enabled and got this: /Users/smalyshev/php-5.4/ext/sockets/multicast.c: In function ‘php_if_index_to_addr4’: /Users/smalyshev/php-5.4/ext/sockets/multicast.c:426: error: ‘struct ifreq’ has

Re: [PHP-DEV] sockets broken in 5.4 on Mac OS X

2011-07-10 Thread Felipe Pena
Em 10 de julho de 2011 20:21, Stas Malyshev smalys...@sugarcrm.com escreveu: Hi! I was now building 5.4 on Mac with sockets enabled and got this: /Users/smalyshev/php-5.4/ext/sockets/multicast.c: In function ‘php_if_index_to_addr4’: /Users/smalyshev/php-5.4/ext/sockets/multicast.c:426:

Re: [PHP-DEV] sockets broken in 5.4 on Mac OS X

2011-07-10 Thread Stas Malyshev
Hi! On 7/10/11 4:23 PM, Scott MacVicar wrote: The code for this looks really convoluted, I'm thinking we should back out this multicast option for now. It's basically not going to work on OSX the way its implemented from what I can tell. I don't know much about this code (or multicast in

Re: [PHP-DEV] sockets broken in 5.4 on Mac OS X

2011-07-10 Thread Scott MacVicar
On Jul 10, 2011, at 4:46 PM, Stas Malyshev wrote: Hi! On 7/10/11 4:23 PM, Scott MacVicar wrote: The code for this looks really convoluted, I'm thinking we should back out this multicast option for now. It's basically not going to work on OSX the way its implemented from what I can tell.