summaryrefslogtreecommitdiff
path: root/ext/sockets/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Suppress already used warningMizunashi Mana2018-11-091-1/+1
* | | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1540-47/+1
* | | | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-5/+5
* | | | Trim trailing whitespace in testsGabriel Caruso2018-10-1420-27/+27
* | | | Make more tests run on LinuxGabriel Caruso2018-08-285-78/+27
* | | | Fix SKIPIF conditions for online testsGabriel Caruso2018-08-051-0/+1
|/ / /
* | | Remove old SVN keywords substitutions from xsl and sockets testsPeter Kokot2018-06-132-2/+2
* | | Implemented winsock info import/exportAnatol Belski2018-05-171-0/+60
* | | 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'Nikita Popov2018-03-231-1/+1
|\ \ \ | |/ /
| * | Add missing skip prefix for some SKIPIF messagesatvoicu2018-03-231-1/+1
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-208-8/+8
* | | 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
|/ /
* | 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
* | | fix test portabilityAnatol Belski2016-11-261-3/+3
* | | Remove more PHP 6 leftovers from testsNikita Popov2016-11-242-2/+2
* | | Fix CRLF line-endings in testsNikita Popov2016-11-205-646/+646
* | | Improve getaddrinfo implementationDavid Walker2016-09-051-0/+2
* | | Fix #72733: Expose getaddrinfo C function, and supporting connect/bindDavid Walker2016-08-124-0/+88
|/ /
* | Fix #72810. Add check for SKIP_ONLINE_TESTSVille Hukkamäki2016-08-112-0/+2
|/