Edit report at http://bugs.php.net/bug.php?id=40510&edit=1
ID: 40510 Updated by: cataphr...@php.net Reported by: lew dot payne at gmail dot com Summary: Add multicast support in sockets.c Status: Feedback Type: Feature/Change Request Package: *General Issues Operating System: FreeBSD 6.2-REL PHP Version: 5.2.1 Block user comment: N Private report: N New Comment: I think IPv6 support should be seriously considered before committing a multicast patch. Previous Comments: ------------------------------------------------------------------------ [2011-02-27 09:48:11] paj...@php.net Please provide an updated patch and phpt against trunk ------------------------------------------------------------------------ [2009-12-29 15:30:05] pcdinh at gmail dot com Hi, Could someone take a look into this issue? Thanks Dinh ------------------------------------------------------------------------ [2007-03-07 13:41:17] daniel at rozsnyo dot com Hello, I've changed the patch to support the php-5.2.1 too. (this version appeared in my gentoo in these days..). It was just some & and * shifted at arg4. Download from http://diary.rozsnyo.com/2006/06/16/php-multicast/ . ------------------------------------------------------------------------ [2007-02-16 17:46:25] lew dot payne at gmail dot com Description: ------------ To date, PHP does not offer multicast support, mainly due to some constants and structures missing in sockets.c. I'd like to propose that the following patch be incorporated into the code, to fully support multicast: http://diary.rozsnyo.com/2006/06/16/php5-ext-sockets-multicast.patch A full explanation of the patch can be found here: http://diary.rozsnyo.com/2006/06/16/multicast-support-in-php.pdf Reproduce code: --------------- http://diary.rozsnyo.com/2006/06/16/php5-ext-sockets-multicast.patch\ Expected result: ---------------- Multicast constants and the necessary structures to support them exist and are now recognized by the socket_set_option and socket_get_option language constructs. Actual result: -------------- - none needed - ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=40510&edit=1