This is a revised version of the patch that includes the following new functionality:
fsockopen("ssl://host", port); Opens a connection to an ssl server on host:port fsockopen("tls://host", port); Opens a connection to a TLS server on host:port NB: This patch breaks pfsockopen; the sockets are not yet persistent; pfsockopen becomes equivalent to regular fsockopen. (If anyone can advise me about this, it would be appreciated. I think we will need le_pstream as well as le_stream). fopen("https://host", "r"); Open a file over SSL web space Please please please test this patch so that when it gets committed to CVS any breakage is minimal! Thanks! --Wez.
wez.streams.2.diff.gz
Description: application/gzip-compressed
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php