summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * Fixed bug #78038 socket_select with referencesNikita Popov2019-05-232-0/+3
* | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-24/+20
* | | Fix last maybe uninit warnings on 7.4Nikita Popov2019-04-151-0/+3
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-152-4/+4
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+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
* | | Adding bunch of FreeBSD socket options flags specifics.David Carlier2019-02-121-0/+7
* | | Remove local variablesPeter Kokot2019-02-032-16/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-308-8/+8
* | | Implement typed propertiesNikita Popov2019-01-111-53/+32
* | | Merge branch 'PHP-7.3'Anatol Belski2018-12-262-0/+67
|\ \ \ | |/ /
| * | 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.3'Nikita Popov2018-11-201-1/+9
|\ \ \ | |/ /
| * | 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.3'Joe Watkins2018-11-134-0/+50
|\ \ \ | |/ /
| * | 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