| PEAR Announce 2007-03-30, 7:01 pm |
| The new PEAR package Net_Socket-1.0.7 (stable) has been released at http://pear.php.net/.
Release notes
-------------
- Fixing bug #6789: Net_Sock::eof() returns false when socket is already disconnected
- Using package.xml v2.0
- Fixing request #3327: Method for setting Socket's write buffer size
- Add enableCrypto() for calling stream_socket_enable_crypto with PHP 5.1.0+
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.7
Download: http://download.pear.php.net/packag...ocket-1.0.7.tgz
Authors
-------
Stig Bakken <stig@php.net> (lead)
Chuck Hagenbuch (lead)
|