summaryrefslogtreecommitdiff
path: root/ext/sockets/tests
Commit message (Expand)AuthorAgeFilesLines
* Avoid socket path clash in testNikita Popov2020-08-262-4/+4
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-051-0/+15
|\
| * Fix memory leak on socket_sendmsg() / socket_recvmsg() errorNikita Popov2020-08-051-0/+15
* | Unset ai_canonname field in dumpNikita Popov2020-08-051-5/+5
* | Set AI_CANONNAME flag in socket_addrinfo testNikita Popov2020-08-051-1/+4
* | Add ipv6 skipif to testNikita Popov2020-08-051-2/+6
* | Allow different error message for errno 58Nikita Popov2020-07-021-1/+1
* | Use automatic port assignment in socket_import/export testNikita Popov2020-05-282-2/+2
* | Don't rand() in testNikita Popov2020-04-201-8/+10
* | Don't specify ports in socket_export_stream-4.phptNikita Popov2020-03-161-5/+5
* | Fix test caseChristoph M. Becker2019-10-121-2/+2
* | Replace port already usedFabien Villepinte2019-10-111-1/+1
* | Avoid file clash in root_check skipifsFabien Villepinte2019-10-082-10/+6
* | Fix borked SKIPIFsFabien Villepinte2019-09-305-8/+14
* | Deprecate AI_IDN_ALLOW_UNASSIGNED and AI_IDN_USE_STD3_ASCII_RULESviest2019-08-261-0/+20
* | Avoid use of random ports in some socket testsNikita Popov2019-07-036-14/+8
* | fix flaky socket testJoe Watkins2019-06-181-10/+2
* | fix flaky socket testsJoe Watkins2019-06-152-83/+108
* | fix mac tests on azureJoe Watkins2019-06-143-3/+7
* | Don't throw warning if testing multiple portsNikita Popov2019-06-132-2/+2
* | fix flaky sockets test - form of response is OS dependentJoe Watkins2019-06-121-30/+23
* | fix flaky test on OSXJoe Watkins2019-06-121-1/+1
* | fix flaky ipv4 loopback testJoe Watkins2019-06-101-8/+5
* | Use zero port in socket_(export|import)_stream-4-win.phptChristoph M. Becker2019-06-062-10/+10
* | Use zero port in socket_(export|import)_stream-5.phptNikita Popov2019-06-052-4/+4
* | Fix potential port conflictsNikita Popov2019-06-043-10/+10
* | Prevent parallel test conflictsChristoph M. Becker2019-05-271-2/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-231-0/+1
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-231-0/+1
| |\
| | * Fixed bug #78038 socket_select with referencesNikita Popov2019-05-231-0/+1
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-152-4/+4
* | | More zpp error/variation test removalsNikita Popov2019-03-071-0/+0
* | | More zpp error/variation test removalsNikita Popov2019-03-0611-238/+0
* | | Fix some port collisions in sockets testsNikita Popov2019-02-254-16/+16
* | | Avoid port conflicts in ext/sockets testsNikita Popov2019-02-192-6/+6
* | | Add test socket_setopt() basic functionalityRodrigo Prado2019-02-131-0/+31
* | | Merge branch 'PHP-7.3'Anatol Belski2018-12-261-0/+65
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-12-261-0/+65
| |\ \ | | |/
| | * Initialize s_un (sockaddr_un) to zero before using it. Fixes #76839.Michael Meyer2018-12-261-0/+65
* | | Merge branch 'PHP-7.3'Joe Watkins2018-11-133-0/+35
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2018-11-133-0/+35
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2018-11-133-0/+37
| | |\
| | | * Validate length on socket_writeThiago Carvalho2018-11-133-0/+37
| | | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1539-46/+1
| | | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1422-31/+31
| | | * 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 *.phpt sectionsPeter Kokot2018-10-1540-47/+1
| * | | Trim trailing whitespace in *.phptPeter Kokot2018-10-1423-32/+32