[ANNOUNCEMENT] Net_Socket-1.0.11 (stable) Released.
[email protected] ("PEAR Announce")
| Newsgroups | php.pear.general |
|---|---|
| Message-ID | <[email protected]> |
The new PEAR package Net_Socket-1.0.11 (stable) has been released at http://pear.php.net/.
Release notes
-------------
- IPv6 sockets cannot be used (Bug #18231)
- Socket.php errors when sending large emails through Pear Mail (Bug #18281)
- 2nd argument of setTimeout() could be optional (Bug #18436)
- Setting timeout after connect() doesn't work correctly (Bug #18437)
- Wrong PHP version dependency and socket_* function aliases (Bug #18438)
- Incomplete gets() method description (Bug #19557)
Package Info
------------
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).
Related Links
-------------
Package home: http://pear.php.net/package/Net_Socket
Changelog: http://pear.php.net/package/Net_Socket/download/1.0.11
Download: http://download.pear.php.net/package/Net_Socket-1.0.11.tgz
Authors
-------
Chuck Hagenbuch (lead)
Aleksander Machniak (lead)