summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-8/+8
* Merge branch 'PHP-7.2'Thomas Punt2018-04-291-0/+3
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Thomas Punt2018-04-291-0/+3
| |\
| | * The SO_PASSCRED constant is conditionally definedThomas Punt2018-04-291-0/+3
* | | Merge branch 'PHP-7.2'Thomas Punt2018-04-281-21/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Thomas Punt2018-04-281-21/+21
| |\ \ | | |/
| | * Fix potential memory leaks in sockets extensionThomas Punt2018-04-281-21/+21
* | | Merge branch 'PHP-7.2'Nikita Popov2018-03-231-1/+1
|\ \ \ | |/ /
| * | Add missing skip prefix for some SKIPIF messagesatvoicu2018-03-231-1/+1
* | | Merge branch 'PHP-7.2'Nikita Popov2018-03-112-1/+14
|\ \ \ | |/ /
| * | ext/sockets: make AI_IDN usage optionalThomas Petazzoni2018-03-112-1/+14
* | | Merge branch 'PHP-7.2'Anatol Belski2018-03-011-1/+1
|\ \ \ | |/ /
| * | Remove TSRMLS_*Anatol Belski2018-03-011-1/+1
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-208-8/+8
* | | Removed unused variablesGabriel Caruso2018-02-111-1/+0
* | | Fix some misspellingsGabriel Caruso2018-02-062-10/+10
* | | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-041-1/+1
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-046-7/+7
* | | Fix test for TCP_NODELAY constantGabriel Caruso2018-02-041-3/+5
* | | Remove superfluous PHP version check in testsGabriel Caruso2018-02-041-6/+0
* | | Use %d when expecting line number in testsGabriel Caruso2018-02-0211-22/+22
* | | Merge branch 'PHP-7.2'Thomas Punt2018-01-291-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Thomas Punt2018-01-291-2/+2
| |\ \ | | |/
| | * Use the correct freeing functionThomas Punt2018-01-291-2/+2
| | * year++Xinchen Hui2018-01-028-8/+8
| * | year++Xinchen Hui2018-01-028-8/+8
| * | Guard against AI_NUMERICSERV not being defined.Sara Golemon2017-10-011-0/+2
* | | Eliminate useless separationsDmitry Stogov2018-01-172-3/+3
* | | year++Xinchen Hui2018-01-028-8/+8
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Cleanup type conversionDmitry Stogov2017-12-071-14/+3
* | | Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-162-21/+24
* | | RC manipulation cleanup 2Xinchen Hui2017-11-022-22/+14
* | | Guard against AI_NUMERICSERV not being defined.Sara Golemon2017-10-011-0/+2
* | | Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-65/+0
|/ /
* | Merge branch 'PHP-7.1'Xinchen Hui2017-04-101-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-101-1/+1
| |\
| | * Fixed condition checkXinchen Hui2017-04-101-1/+1
* | | Fix openbsd build: AI_V4MAPPED, AI_ALL not definedDavid Carlier2017-03-272-0/+17
* | | zend-test extension to house code that is required for testing internal APIs,...Nikita Popov2017-03-122-6/+6
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-131-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-131-2/+2
| |\ \ | | |/
| | * templatize the resource numberAnatol Belski2017-01-131-2/+2
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-048-8/+8
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-048-8/+8
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-028-8/+8
* | | Finish remaining replacement uint => uint32_tAnatol Belski2016-12-221-1/+1
* | | fix test portabilityAnatol Belski2016-11-261-3/+3
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-2/+2
* | | Remove more PHP 6 leftovers from testsNikita Popov2016-11-242-2/+2