This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-03-30 12:13:02 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6b424c19ceec71a76f8699fe1ecebdccfc948356
archived-php-src
/
ext
/
sockets
/
tests
History
Gustavo André dos Santos Lopes
bc9c089f3a
- Fixed ext/sockets build on Mac OS X (hopefully).
...
- Improvements in the multicast tests. - Very light refactoring in sockets.c.
2011-06-11 20:20:50 +00:00
..
bug46360.phpt
…
bug51958.phpt
- Fixed SKIPIF section of bug51958.phpt.
2011-03-20 22:12:11 +00:00
ipv4loop.phpt
…
ipv6_skipif.inc
…
ipv6loop.phpt
…
mcast_helpers.php.inc
- Fixed ext/sockets build on Mac OS X (hopefully).
2011-06-11 20:20:50 +00:00
mcast_ipv4_recv.phpt
- Fixed ext/sockets build on Mac OS X (hopefully).
2011-06-11 20:20:50 +00:00
mcast_ipv4_send.phpt
- Added multicast support to the sockets extension (bug
#40510
).
2011-03-14 00:08:29 +00:00
mcast_ipv6_recv_limited.phpt
- Fixed ext/sockets build on Mac OS X (hopefully).
2011-06-11 20:20:50 +00:00
mcast_ipv6_recv.phpt
- Fixed ext/sockets build on Mac OS X (hopefully).
2011-06-11 20:20:50 +00:00
mcast_ipv6_send.phpt
- Added multicast support to the sockets extension (bug
#40510
).
2011-03-14 00:08:29 +00:00
socket_accept-wrongparams.phpt
…
socket_bind_params.phpt
…
socket_bind.phpt
…
socket_close_params.phpt
…
socket_connect_error.phpt
…
socket_connect_params.phpt
fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings
2010-12-26 13:10:23 +00:00
socket_create_listen_params.phpt
…
socket_create_listen_used.phpt
fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings
2010-12-26 13:10:23 +00:00
socket_create_listen-nobind.phpt
…
socket_create_listen-wrongparams.phpt
…
socket_create_listen.phpt
…
socket_create_pair-wrongparams.phpt
…
socket_create_pair.phpt
…
socket_create_params.phpt
…
socket_getpeername_ipv4loop.phpt
…
socket_getpeername_ipv6loop.phpt
…
socket_getpeername.phpt
fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings
2010-12-26 13:10:23 +00:00
socket_getsockname.phpt
…
socket_import_stream-1.phpt
- Added socket_import_stream().
2011-03-22 00:44:23 +00:00
socket_import_stream-2.phpt
- Added socket_import_stream().
2011-03-22 00:44:23 +00:00
socket_import_stream-3.phpt
- Added socket_import_stream().
2011-03-22 00:44:23 +00:00
socket_import_stream-4.phpt
- Added socket_import_stream().
2011-03-22 00:44:23 +00:00
socket_import_stream-5.phpt
- Fixed SKIPIF section missing a semicolon.
2011-04-30 15:54:44 +00:00
socket_listen_params.phpt
…
socket_listen-wrongparams.phpt
…
socket_read_params.phpt
fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings
2010-12-26 13:10:23 +00:00
socket_select-wrongparams-1.phpt
…
socket_select-wrongparams-2.phpt
…
socket_select-wrongparams-3.phpt
…
socket_select-wrongparams-4.phpt
…
socket_select.phpt
…
socket_sentto_recvfrom_ipv4_udp.phpt
fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings
2010-12-26 13:10:23 +00:00
socket_sentto_recvfrom_ipv6_udp.phpt
…
socket_sentto_recvfrom_unix.phpt
…
socket_set_block-retval.phpt
…
socket_set_block-wrongparams.phpt
…
socket_set_nonblock-retval.phpt
…
socket_set_nonblock-wrongparams.phpt
…
socket_set_nonblock.phpt
…
socket_set_option_error_socket_option.phpt
…
socket_set_option_rcvtimeo.phpt
…
socket_set_option_seolinger.phpt
…
socket_set_option_sndtimeo.phpt
…
socket_strerror.phpt
fix tests
2011-05-03 11:15:30 +00:00
socket_write_params.phpt
fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings
2010-12-26 13:10:23 +00:00
unixloop.phpt
…