summaryrefslogtreecommitdiff
path: root/ext/sockets/multicast.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-021-17/+25
|\
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Further fix for bug #55111 (compilation failure of ext/sockets in Mac OS X).Gustavo André dos Santos Lopes2011-07-111-1/+12
| * - Fixed ext/sockets build on Mac OS X (hopefully).Gustavo André dos Santos Lopes2011-06-111-7/+11
* | Fix ext/sockets build with phpizeGustavo Lopes2013-02-241-4/+0
* | Cleanup some multicast code; fix for mac os x?Gustavo Lopes2013-02-171-18/+18
* | Fix multicast.c not defining errno on WindowsGustavo Lopes2013-02-021-13/+1
* | Build fixes; accept names for if_indexGustavo Lopes2013-02-021-2/+2
* | Move some multicast stuff to multicast.cGustavo Lopes2013-02-021-29/+333
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Fixed sockets ext build on winAnatoliy Belsky2012-11-131-0/+3
* | - Year++Felipe Pena2012-01-011-1/+1
* | - Further fix for bug #55111 (compilation failure of ext/sockets in Mac OS X).Gustavo André dos Santos Lopes2011-07-111-1/+12
* | - Fixed ext/sockets build on Mac OS X (hopefully).Gustavo André dos Santos Lopes2011-06-111-7/+11
|/
* - Fixed build on Solaris.Gustavo André dos Santos Lopes2011-04-301-1/+15
* - Normalized line endings, added native eol-style.Gustavo André dos Santos Lopes2011-03-201-516/+516
* - Adding copyright headers to the new files, gotta do something about theGustavo André dos Santos Lopes2011-03-201-0/+20
* - Added multicast support to the sockets extension (bug #40510).Gustavo André dos Santos Lopes2011-03-141-0/+496