Re: [PHP] hmm sockets (again)

2001-05-02 Thread Joseph Blythe
Mukul Sabharwal wrote: > Hi, > > I might have missed a follow up or your original > message, but have you tried socket_set_blocking() Mukul, Yes, socket_set_blocking does not work with the new socket functions, it is for the network functions, one must use set_nonblock() which to the best o

Re: [PHP] hmm sockets (again)

2001-05-01 Thread Mukul Sabharwal
Hi, I might have missed a follow up or your original message, but have you tried socket_set_blocking() ? --- Joseph Blythe <[EMAIL PROTECTED]> wrote: > Hey all, > > Just looked through the changelog for 4.0.5 and was > suprised to see that > the socket functions had not been fixed, > (set_nonb

[PHP] hmm sockets (again)

2001-05-01 Thread Joseph Blythe
Hey all, Just looked through the changelog for 4.0.5 and was suprised to see that the socket functions had not been fixed, (set_nonblock does not seem to work under linux), I have retried my scripts under the new version but nothing seems to have changed, For the time being I am going back to