summaryrefslogtreecommitdiff
path: root/ext/sockets
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-052-8/+22
|\
| * Fix memory leak on socket_sendmsg() / socket_recvmsg() errorNikita Popov2020-08-052-8/+22
* | 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
* | Fix bug #79924Nikita Popov2020-08-031-11/+13
* | Handle SO_ options only at SOL_SOCKET levelNikita Popov2020-07-021-40/+41
* | Allow different error message for errno 58Nikita Popov2020-07-021-1/+1
* | Suppress deprecation warning in sockets.cNikita Popov2020-06-121-0/+8
* | 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
* | Fix potential heap corruptionChristoph M. Becker2019-10-121-1/+1
* | 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
* | | 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
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-09-211-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-09-211-2/+2
| |\ \ | | |/
| | * Fix length of key passed to zend_hash_str_find_ptrJinesh Patel2019-09-211-2/+2
* | | Deprecate AI_IDN_ALLOW_UNASSIGNED and AI_IDN_USE_STD3_ASCII_RULESviest2019-08-262-1/+28
* | | Remove unused MISSING_MSGHDR_MSGFLAGSPeter Kokot2019-07-181-6/+0
* | | Convert all php_error_docref0 to php_error_docrefGeorge Peter Banyard2019-07-132-6/+6
* | | Avoid use of random ports in some socket testsNikita Popov2019-07-036-14/+8
* | | Remove unused check for struct cmsghdrPeter Kokot2019-07-011-12/+0
* | | Sync functions checksPeter Kokot2019-06-301-1/+1
* | | Clean headers checksPeter Kokot2019-06-271-1/+1
* | | Handle misaligned ifreq on macosNikita Popov2019-06-201-12/+11
* | | fix flaky socket testJoe Watkins2019-06-181-10/+2
* | | Remove dead code in sockets extension [ci skip]George Peter Banyard2019-06-151-7/+0
* | | 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
* | | Use memset instead of brace initializationNikita Popov2019-06-121-2/+4
* | | Guard functions by SO_PASSCREDNikita Popov2019-06-121-0/+5
* | | Fix -Wmissing-braces warningsNikita Popov2019-06-121-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
* | | Allow exceptions in __toString()Nikita Popov2019-06-051-1/+4
* | | 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-232-0/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-232-0/+3
| |\ \ | | |/