pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/pear-Net_Socket



Module Name:    pkgsrc
Committed By:   adrianp
Date:           Wed Apr 30 19:30:24 UTC 2008

Modified Files:
        pkgsrc/net/pear-Net_Socket: Makefile distinfo

Log Message:
1.0.8
Optimize away some duplicate is_resource() calls.
Better solution for eof() on blocking sockets [#1427].
Add select() implementation [#1428].
Restore support for unix sockets (Bug #2961).
Don't rely on gethostbyname() for error checking (Bug #3100).
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)
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+
Revert change for bug #7692 that caused trouble with code already using
output buffering.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/net/pear-Net_Socket/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/net/pear-Net_Socket/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index