summaryrefslogtreecommitdiff
path: root/ext/standard/tests/network
Commit message (Collapse)AuthorAgeFilesLines
* - MFH: Fixed bug #42512 (ip2long('255.255.255.255') should return 4294967295 onDerick Rethans2007-09-011-0/+67
| | | | | 64-bit PHP).
* MFH:- Fix bug #41946 (ip2long("") should return FALSE)Jani Taskinen2007-08-161-1/+1
|
* Fixed testDmitry Stogov2007-06-151-1/+1
|
* Fixed bug #41347 (checkdnsrr() segfaults on empty hostname).Scott MacVicar2007-05-101-0/+19
|
* skip this test on MacOSAntony Dovgal2007-04-101-0/+1
|
* MFH: add separate IPv6 testAntony Dovgal2007-02-122-4/+49
|
* Added function stream_socket_shutdown(). It is a wraper for system ↵Dmitry Stogov2006-12-191-0/+65
| | | | shutdown() function, that shut downs part of a full-duplex connection
* fix testsAntony Dovgal2006-11-161-0/+4
|
* add new testsAntony Dovgal2006-11-162-0/+142
|
* Be smarter about which systems should register unix transports.Wez Furlong2003-12-053-9/+15
| | | | | Fix skip conditions in these network tests
* Add stream_socket_sendto and stream_socket_recvfrom which work very muchWez Furlong2003-11-291-1/+1
| | | | | like sendto() and recvfrom() syscalls.
* Fixed bugs in various tests.Ilia Alshanetsky2003-08-122-4/+4
|
* Collection of tests for stream_socket_(client|server)(). TCP/UDP (AF_INET & ↵Sara Golemon2003-08-116-0/+219
| | | | AF_INET6) and UNIX/UDG
* Test name formattingMoriyoshi Koizumi2003-01-231-1/+1
|
* Add a test case for this "bug" # 20134.Wez Furlong2002-11-141-0/+24
I'm not sure that this test is actually useful, so I'm not adding it to the branch.