summaryrefslogtreecommitdiff
path: root/ext/sockets/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #78038 socket_select with referencesNikita Popov2019-05-231-0/+1
* Initialize s_un (sockaddr_un) to zero before using it. Fixes #76839.Michael Meyer2018-12-261-0/+65
* 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
* | 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
* | Add missing skip prefix for some SKIPIF messagesatvoicu2018-03-231-1/+1
* | 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
| * Fix skipif test hereRasmus Lerdorf2014-11-101-65/+66
* | Fixed test (it failed on 32-bit Linux and worked on 64-bit Linux just because...Dmitry Stogov2015-10-071-2/+2
* | fixed language dependent Windows socket testsChristoph M. Becker2015-06-082-3/+3
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-214-5/+5
* | Fix skipif test hereRasmus Lerdorf2014-11-101-65/+66
* | fix expected warning in testAnatol Belski2014-08-311-4/+4
* | Finish ext/socketsXinchen Hui2014-05-184-7/+7
|/
* Merge branch 'PHP-5.5'Gustavo Lopes2013-07-163-0/+85
|\
| * socket: support unix paths in the abstract namespaceGustavo Lopes2013-07-152-0/+84
| * socket: fix bug #65260 (SCM_RIGHTS)Gustavo Lopes2013-07-151-0/+1
* | Merge branch 'PHP-5.5'Stanislav Malyshev2013-06-231-0/+40
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-231-0/+40
| |\
| | * Implements feature Bug #63472 ability to set SO_BINDTODEVICE on socket.Damjan Cvetko2013-06-231-0/+40
* | | OopsSara Golemon2013-04-301-1/+1
* | | Harden loopback testsSara Golemon2013-04-304-24/+50
|/ /
* | skip if no IPv6 supportXinchen Hui2013-03-053-2/+11