Top Level :: Networking

Package Information: Net_Socket

Show All Changelogs
» Version » Information
1.0.9Download

Release date: 2008-07-11 15:02 UTC
Release state: stable

Changelog:

- Fix variable name in setWriteBuffer() (PEAR Bug #11039)
- Use %d for ints (PEAR Bug #11202)
- Fix passing context to socket for both PHP 4 and PHP 5
- Catch errors from fsockopen() that happen before the socket is actually opened
(Jan Scheider, jan@horde.org)
- Restore the original track_errors setting
- Silence unsilenced fwrite call
- Update PHPDoc

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
1.0.8Download

Release date: 2007-05-04 04:37 UTC
Release state: stable

Changelog:

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

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
1.0.7Download

Release date: 2007-03-30 20:05 UTC
Release state: stable

Changelog:

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

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
1.0.6Download

Release date: 2005-02-26 14:53 UTC
Release state: stable

Changelog:

- 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.5Download

Release date: 2005-01-11 22:04 UTC
Release state: stable

Changelog:

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

1.0.4Download

Release date: 2004-12-13 21:58 UTC
Release state: stable

Changelog:

Restore support for unix sockets (Bug #2961).

1.0.3Download

Release date: 2004-12-13 15:43 UTC
Release state: stable

Changelog:

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

1.0.2Download

Release date: 2004-04-26 22:55 UTC
Release state: stable

Changelog:

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

1.0.1Download

Release date: 2002-05-23 02:21 UTC
Release state: stable

Changelog:

Touch up error handling.