Yasuo Ohgaki wrote:
> set_nonblock() is in PHP C source, but not in the PHP Manual. May be it's dead?
>
> It seems it take one parameter (file descriptor), let us know if it works. I
> might want to use it in the future :)
Yasuo,
There is one mention of set_nonblock() in the manual under
acc
set_nonblock() is in PHP C source, but not in the PHP Manual. May be it's dead?
It seems it take one parameter (file descriptor), let us know if it works. I
might want to use it in the future :)
>From socket.c
529 /* {{{ proto bool set_nonblock(int fd)
530Sets nonblocking mode for file des
Plutarck wrote:
> Very recently (a few days at most ago) someone was complaining about the
> problem you are having.
>
> According to them they can't get the socket function to accept socket
> nonblocking.
>
> It would seem that the function is broken, so you can't set nonblocking to a
> valid
Very recently (a few days at most ago) someone was complaining about the
problem you are having.
According to them they can't get the socket function to accept socket
nonblocking.
It would seem that the function is broken, so you can't set nonblocking to a
valid value at the current time.
Hopef
4 matches
Mail list logo