summaryrefslogtreecommitdiff
path: root/ext/sockets/multicast.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-101-1/+1
|\
| * Fixed condition checkXinchen Hui2017-04-101-1/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Fixed compilation warningsDmitry Stogov2016-06-231-1/+1
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
|/
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-2/+2
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-65/+65
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
* | master renames phase 1Anatol Belski2014-08-251-8/+8
* | fixes to %pd format usageAnatol Belski2014-08-241-1/+1
* | basic macro replacements, all at onceAnatol Belski2014-08-191-10/+10
* | Refactoring socket (only compilable now)Xinchen Hui2014-05-171-27/+29
* | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-2/+4
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* 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