summaryrefslogtreecommitdiff
path: root/ext/sockets/multicast.c
Commit message (Expand)AuthorAgeFilesLines
* Make convert_to_*_ex simple aliases of convert_to_*Nikita Popov2021-01-141-6/+6
* Fix #79923: fix socket_set_option_bindtodevice testSantiago M. Mola2020-08-031-3/+3
* Promote warnings to Errors in sockets's extension.George Peter Banyard2020-04-211-14/+8
* Fix [-Wjump-misses-init] in sockets extensionGeorge Peter Banyard2020-04-181-4/+4
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-5/+5
* Merge branch 'PHP-7.4'Christoph M. Becker2019-10-121-0/+6
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-121-0/+6
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-121-0/+6
| | |\
| | | * Fix #78665: Multicasting may leak memoryChristoph M. Becker2019-10-121-0/+6
| | | * year++Xinchen Hui2018-01-021-1/+1
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ / /
* | | Handle misaligned ifreq on macosNikita Popov2019-06-201-12/+11
* | | Use memset instead of brace initializationNikita Popov2019-06-121-2/+4
* | | Fix -Wmissing-braces warningsNikita Popov2019-06-121-2/+2
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | year++Xinchen Hui2018-01-021-1/+1
* | Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-161-6/+7
* | RC manipulation cleanup 2Xinchen Hui2017-11-021-13/+8
|/
* 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