| » Version | » Information |
|---|---|
| 1.0.12 |
Easy InstallNot sure? Get more info. pear install Net_Socket-1.0.12 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_Socket-1.0.12 Release date: 2013-05-16 18:37 UTC Release state: stable Changelog: - Fixed regression in handling of default (not set) timeout (Bug #19949) Dependencies:
|
| 1.0.11 |
Easy InstallNot sure? Get more info. pear install Net_Socket-1.0.11 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_Socket-1.0.11 Release date: 2013-05-15 12:23 UTC Release state: stable Changelog: - 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) Dependencies:
|
| 1.0.10 |
Easy InstallNot sure? Get more info. pear install Net_Socket-1.0.10 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_Socket-1.0.10 Release date: 2010-10-15 14:52 UTC Release state: stable Changelog: QA release - Configurable newline sequence (PEAR Bug #14181) - Make $size parameter to gets() optional (PEAR Bug #14433) - Don't overwrite $errstr set by fsockopen (PEAR Bug #14448) - Avoid an infinite loop if fwrite() returns 0 (PEAR Bug #14619) - CS cleanup (PEAR Bug #14803) Dependencies:
|
| 1.0.9 |
Easy InstallNot sure? Get more info. pear install Net_Socket-1.0.9 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_Socket-1.0.9 Release date: 2008-07-11 11: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:
|
| 1.0.8 |
Easy InstallNot sure? Get more info. pear install Net_Socket-1.0.8 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_Socket-1.0.8 Release date: 2007-05-04 00:37 UTC Release state: stable Changelog: - Revert change for bug #7692 that caused trouble with code already using output buffering. Dependencies:
|
| 1.0.7 |
Easy InstallNot sure? Get more info. pear install Net_Socket-1.0.7 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_Socket-1.0.7 Release date: 2007-03-30 16: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:
|
| 1.0.6 |
Easy InstallNot sure? Get more info. pear install Net_Socket-1.0.6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_Socket-1.0.6 Release date: 2005-02-26 09: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.5 |
Easy InstallNot sure? Get more info. pear install Net_Socket-1.0.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_Socket-1.0.5 Release date: 2005-01-11 17:04 UTC Release state: stable Changelog: Don't rely on gethostbyname() for error checking (Bug #3100). |
| 1.0.4 |
Easy InstallNot sure? Get more info. pear install Net_Socket-1.0.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_Socket-1.0.4 Release date: 2004-12-13 16:58 UTC Release state: stable Changelog: Restore support for unix sockets (Bug #2961). |
| 1.0.3 |
Easy InstallNot sure? Get more info. pear install Net_Socket-1.0.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_Socket-1.0.3 Release date: 2004-12-13 10: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.2 |
Easy InstallNot sure? Get more info. pear install Net_Socket-1.0.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_Socket-1.0.2 Release date: 2004-04-26 18: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.1 |
Easy InstallNot sure? Get more info. pear install Net_Socket-1.0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_Socket-1.0.1 Release date: 2002-05-22 22:21 UTC Release state: stable Changelog: Touch up error handling. |