summaryrefslogtreecommitdiff
path: root/ext/sockets/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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.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
* | | 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
|/
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-282-0/+6
|\
| * Fix #72677: SCM_CREDENTIALS related tests should be skipped on AIXChristoph M. Becker2016-07-282-0/+6
* | Implement socket_export_stream()Chris Wright2016-05-026-0/+360
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-01-186-0/+143
|\ \ | |/
| * fork testAnatol Belski2016-01-182-0/+35
| * fork test for win32Anatol Belski2016-01-182-0/+62
| * fork testAnatol Belski2016-01-182-0/+46
* | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2015-12-244-0/+205
|\ \ | |/
| * Fixed and improved testsJulien Pauli2015-12-242-3/+30
| * test to function socket_getopt();marcosptf2015-12-241-0/+74
| * test to function socket_shutdown();marcosptf2015-12-241-0/+54
| * test to function socket_send();marcosptf2015-12-241-0/+50