From: lew dot payne at gmail dot com Operating system: FreeBSD 6.2-REL PHP version: 5.2.1 PHP Bug Type: Feature/Change Request Bug description: Add multicast support in sockets.c
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 bug report at http://bugs.php.net/?id=40510&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=40510&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=40510&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=40510&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=40510&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=40510&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=40510&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=40510&r=needscript Try newer version: http://bugs.php.net/fix.php?id=40510&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=40510&r=support Expected behavior: http://bugs.php.net/fix.php?id=40510&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=40510&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=40510&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=40510&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=40510&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=40510&r=dst IIS Stability: http://bugs.php.net/fix.php?id=40510&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=40510&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=40510&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=40510&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=40510&r=mysqlcfg