summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-232-0/+3
|\
| * Fixed bug #78038 socket_select with referencesNikita Popov2019-05-232-0/+3
* | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-12-262-0/+67
|\ \ | |/
| * Initialize s_un (sockaddr_un) to zero before using it. Fixes #76839.Michael Meyer2018-12-262-0/+67
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-11-201-1/+9
|\ \ | |/
| * Define __APPLE_USE_RFC_3542 for new ipv6 constantsMizunashi Mana2018-11-201-1/+9
* | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2018-11-134-0/+50
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2018-11-134-0/+52
| |\
| | * Validate length on socket_writeThiago Carvalho2018-11-134-0/+52
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1539-46/+1
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1422-31/+31
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
| | * Convert CRLF line endings to LFPeter Kokot2018-10-135-646/+646
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1539-46/+1
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1422-31/+31
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1540-47/+1
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-1423-32/+32
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
* | | Cleanup unused itemsAnatol Belski2018-08-021-1/+0
* | | Replace obsolete AC_TRY_FOO with AC_FOO_IFELSEPeter Kokot2018-07-301-16/+16
* | | Remove unused Git attributes identPeter Kokot2018-07-258-16/+1
* | | Use zval_ptr_dtor() imstead of zval_dtor()Dmitry Stogov2018-07-051-1/+1
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-2/+2
* | | Remove old SVN keywords substitutions from xsl and sockets testsPeter Kokot2018-06-132-2/+2
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* | | Implemented winsock info import/exportAnatol Belski2018-05-173-1/+258
* | | 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