On Mar 09, 2010 at 21:11, Juha Heinanen <jh(a)tutpro.com> wrote:
Andrei Pelinescu-Onciul writes:
That's because you're in tcp non-async
mode (not recommended in general,
unless you have to use tls).
andrei,
do you plan to make also tls to work in async tcp mode for version 3.1?
I really don't know if it will make it in 3.1. I would say it's not very
probable.
My number one priority for 3.1 is a new module function interface, e.g.:
$v=f($x+"test", $h).
Andrei