* Version 1.0.8 (stable) - API 1.0.8 (stable) - 2007-05-04

- Revert change for bug #7692 that caused trouble with code already using
  output buffering.

* Version 1.0.0 (stable) - API 1.0.0 (stable) - 2002-04-01

First independent release of Net_Socket.

* Version 1.0.1 (stable) - API 1.0.1 (stable) - 2002-04-04

Touch up error handling.

* Version 1.0.2 (stable) - API 1.0.2 (stable) - 2004-04-26

Fixes for several longstanding bugs. Allow setting of stream
context. Correctly read lines that only end in \n. Suppress
PHP warnings.

* Version 1.0.3 (stable) - API 1.0.3 (stable) - 2004-12-08

Optimize away some duplicate is_resource() calls.
Better solution for eof() on blocking sockets [#1427].
Add select() implementation [#1428].

* Version 1.0.4 (stable) - API 1.0.4 (stable) - 2004-12-13

Restore support for unix sockets (Bug #2961).

* Version 1.0.5 (stable) - API 1.0.5 (stable) - 2005-01-11

Don't rely on gethostbyname() for error checking (Bug #3100).

* Version 1.0.6 (stable) - API 1.0.6 (stable) - 2005-02-26

- 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)

* Version 1.0.7 (stable) - API 1.0.7 (stable) - 2007-03-30

- 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+

