Net_Socket
Network Socket Interface
Net_Socket is a class interface to TCP sockets. It provides blocking
and non-blocking operation, with different reading and writing modes
(byte-wise, block-wise, line-wise and special formats like network
byte-order ip addresses).
ssb
Stig Bakken
stig@php.net
lead
chagenbu
Chuck Hagenbuch
chuck@horde.org
lead
1.0.6
2005-02-26
PHP License
stable
- Make package.xml safe for PEAR 1.4.0.
- Chunk socket writes on Windows by default, or if explicitly specified (Bug #980)
- Don't run any $addr with a '/' in it through gethostbyname() (Bug #3372)
1.0.0
2002-04-01
stable
First independent release of Net_Socket.
1.0.1
2002-04-04
stable
Touch up error handling.
1.0.2
2004-04-26
stable
Fixes for several longstanding bugs. Allow setting of stream
context. Correctly read lines that only end in \n. Suppress
PHP warnings.
1.0.3
2004-12-08
stable
Optimize away some duplicate is_resource() calls.
Better solution for eof() on blocking sockets [#1427].
Add select() implementation [#1428].
1.0.4
2004-12-13
stable
Restore support for unix sockets (Bug #2961).
1.0.5
2005-01-11
stable
Don't rely on gethostbyname() for error checking (Bug #3100).