Re: [PHP-DEV] Moving Socket extension to PECL

2007-02-10 Thread Maurice
Hi once again, In my first tests I also included support for streams (using stream_select) in order to support SSL/TLS enabled connections. However, the SSL transport layer in the Stream "extension" is totally screwed up if you use asynchronous socket streams. That's the first I've heard about

Re: [PHP-DEV] Moving Socket extension to PECL

2007-02-10 Thread Maurice
Hi Wez, In my first tests I also included support for streams (using stream_select) in order to support SSL/TLS enabled connections. However, the SSL transport layer in the Stream "extension" is totally screwed up if you use asynchronous socket streams. That's the first I've heard about this;

Re: [PHP-DEV] Moving Socket extension to PECL

2007-02-10 Thread Wez Furlong
On 2/8/07, Maurice <[EMAIL PROTECTED]> wrote: In my first tests I also included support for streams (using stream_select) in order to support SSL/TLS enabled connections. However, the SSL transport layer in the Stream "extension" is totally screwed up if you use asynchronous socket streams. Tha

[PHP-DEV] Moving Socket extension to PECL

2007-02-08 Thread Maurice
Hi there, unfortunately I haven't read your comments some months ago on moving the Socket extension to PECL. I just stumbled upon it yesterday while surfing around on Sara's blog (btw, great book!) and was quite upset about it... I've written a multiplexing connection suite in PHP5 (LGPL, bu