ID: 1387
Updated by: jimw
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Feature/Change Request
Assigned To: 
Comments:

a socket() function was added in 4.0.2.

Previous Comments:
---------------------------------------------------------------------------

[1999-05-07 10:56:24] [EMAIL PROTECTED]
I would like to have a change in the way fsockopen works. As
of now it defaults to TCP as a protocol but in some cases you
really would like to specify what protocol to use. I should work
something like this:

fsockopen(string hostname, int port, string [protocol], int [errno],
               string [errstr])

Where the option protocol (if not omitted) would default to TCP.

I just thought it could be a neat feature if you could specify the
protocol. Protocols I can think of are UDP and ICMP for instance.
 
I'm know there are a bunch of networked applications out there 
which use UDP only and it would be great if PHP and fsockopen 
would support them.


---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=1387&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to