Re: [PHP] socket_set_block undefined

2004-06-25 Thread Philip Olson
I'm trying to use socket_set_block and php.net says (php4 = 4.2, php5). I'm using version 4.3.1 but I get this error Fatal error: Call to undefined function: socket_set_block() in . Any idea why this is? Has the name changed or been something else? socket_set_nonblock() work

RE: [PHP] socket_set_block undefined

2004-06-25 Thread Josh Close
:[EMAIL PROTECTED] Sent: Friday, June 25, 2004 2:11 PM To: Josh Close Cc: PHP (E-mail) Subject: Re: [PHP] socket_set_block undefined I'm trying to use socket_set_block and php.net says (php4 = 4.2, php5). I'm using version 4.3.1 but I get this error Fatal error: Call to undefined

RE: [PHP] socket_set_block undefined

2004-06-25 Thread Josh Close
also, i know socket_set_option() used to be socket_setopt(), that's why i ask -Josh -Original Message- From: Philip Olson [mailto:[EMAIL PROTECTED] Sent: Friday, June 25, 2004 2:11 PM To: Josh Close Cc: PHP (E-mail) Subject: Re: [PHP] socket_set_block undefined I'm trying

RE: [PHP] socket_set_block undefined

2004-06-25 Thread Philip Olson
: Friday, June 25, 2004 2:11 PM To: Josh Close Cc: PHP (E-mail) Subject: Re: [PHP] socket_set_block undefined I'm trying to use socket_set_block and php.net says (php4 = 4.2, php5). I'm using version 4.3.1 but I get this error Fatal error: Call to undefined function

RE: [PHP] socket_set_block undefined

2004-06-25 Thread Josh Close
Olson [mailto:[EMAIL PROTECTED] Sent: Friday, June 25, 2004 3:21 PM To: Josh Close Subject: RE: [PHP] socket_set_block undefined That sounds about right :) After sending my first reply I realized it was the most likely reason, I can see why you went down the name could have changed track

Re: [PHP] socket_set_block undefined

2004-06-25 Thread Curt Zirzow
* Thus wrote Josh Close: I want to get rid of the version on php in /urs/local, how do I do this? This can be a long story.. but basically in normal conditions if php is compiled with --prefix=/usr/local (by default) then you'll find the php binary in /usr/local/bin/php and stuff in