Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #78038 socket_select with references | Nikita Popov | 2019-05-23 | 1 | -0/+1 |
* | Initialize s_un (sockaddr_un) to zero before using it. Fixes #76839. | Michael Meyer | 2018-12-26 | 1 | -0/+65 |
* | Merge branch 'PHP-7.1' into PHP-7.2 | Joe Watkins | 2018-11-13 | 3 | -0/+37 |
|\ | |||||
| * | Validate length on socket_write | Thiago Carvalho | 2018-11-13 | 3 | -0/+37 |
| * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 39 | -46/+1 |
| * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 22 | -31/+31 |
| * | Convert CRLF line endings to LF | Peter Kokot | 2018-10-13 | 5 | -646/+646 |
* | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 39 | -46/+1 |
* | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 22 | -31/+31 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Thomas Punt | 2018-04-29 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | The SO_PASSCRED constant is conditionally defined | Thomas Punt | 2018-04-29 | 1 | -0/+3 |
* | | Add missing skip prefix for some SKIPIF messages | atvoicu | 2018-03-23 | 1 | -1/+1 |
* | | zend-test extension to house code that is required for testing internal APIs,... | Nikita Popov | 2017-03-12 | 2 | -6/+6 |
* | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-01-13 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-01-13 | 1 | -2/+2 |
| |\ | |||||
| | * | templatize the resource number | Anatol Belski | 2017-01-13 | 1 | -2/+2 |
* | | | fix test portability | Anatol Belski | 2016-11-26 | 1 | -3/+3 |
* | | | Remove more PHP 6 leftovers from tests | Nikita Popov | 2016-11-24 | 2 | -2/+2 |
* | | | Fix CRLF line-endings in tests | Nikita Popov | 2016-11-20 | 5 | -646/+646 |
* | | | Improve getaddrinfo implementation | David Walker | 2016-09-05 | 1 | -0/+2 |
* | | | Fix #72733: Expose getaddrinfo C function, and supporting connect/bind | David Walker | 2016-08-12 | 4 | -0/+88 |
|/ / | |||||
* | | Fix #72810. Add check for SKIP_ONLINE_TESTS | Ville Hukkamäki | 2016-08-11 | 2 | -0/+2 |
|/ | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-07-28 | 2 | -0/+6 |
|\ | |||||
| * | Fix #72677: SCM_CREDENTIALS related tests should be skipped on AIX | Christoph M. Becker | 2016-07-28 | 2 | -0/+6 |
* | | Implement socket_export_stream() | Chris Wright | 2016-05-02 | 6 | -0/+360 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-01-18 | 6 | -0/+143 |
|\ \ | |/ | |||||
| * | fork test | Anatol Belski | 2016-01-18 | 2 | -0/+35 |
| * | fork test for win32 | Anatol Belski | 2016-01-18 | 2 | -0/+62 |
| * | fork test | Anatol Belski | 2016-01-18 | 2 | -0/+46 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Julien Pauli | 2015-12-24 | 4 | -0/+205 |
|\ \ | |/ | |||||
| * | Fixed and improved tests | Julien Pauli | 2015-12-24 | 2 | -3/+30 |
| * | test to function socket_getopt(); | marcosptf | 2015-12-24 | 1 | -0/+74 |
| * | test to function socket_shutdown(); | marcosptf | 2015-12-24 | 1 | -0/+54 |
| * | test to function socket_send(); | marcosptf | 2015-12-24 | 1 | -0/+50 |
| * | Fix skipif test here | Rasmus Lerdorf | 2014-11-10 | 1 | -65/+66 |
* | | Fixed test (it failed on 32-bit Linux and worked on 64-bit Linux just because... | Dmitry Stogov | 2015-10-07 | 1 | -2/+2 |
* | | fixed language dependent Windows socket tests | Christoph M. Becker | 2015-06-08 | 2 | -3/+3 |
* | | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 4 | -5/+5 |
* | | Fix skipif test here | Rasmus Lerdorf | 2014-11-10 | 1 | -65/+66 |
* | | fix expected warning in test | Anatol Belski | 2014-08-31 | 1 | -4/+4 |
* | | Finish ext/sockets | Xinchen Hui | 2014-05-18 | 4 | -7/+7 |
|/ | |||||
* | Merge branch 'PHP-5.5' | Gustavo Lopes | 2013-07-16 | 3 | -0/+85 |
|\ | |||||
| * | socket: support unix paths in the abstract namespace | Gustavo Lopes | 2013-07-15 | 2 | -0/+84 |
| * | socket: fix bug #65260 (SCM_RIGHTS) | Gustavo Lopes | 2013-07-15 | 1 | -0/+1 |
* | | Merge branch 'PHP-5.5' | Stanislav Malyshev | 2013-06-23 | 1 | -0/+40 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-06-23 | 1 | -0/+40 |
| |\ | |||||
| | * | Implements feature Bug #63472 ability to set SO_BINDTODEVICE on socket. | Damjan Cvetko | 2013-06-23 | 1 | -0/+40 |
* | | | Oops | Sara Golemon | 2013-04-30 | 1 | -1/+1 |
* | | | Harden loopback tests | Sara Golemon | 2013-04-30 | 4 | -24/+50 |
|/ / | |||||
* | | skip if no IPv6 support | Xinchen Hui | 2013-03-05 | 3 | -2/+11 |