[PHP] vpopmail extensions ?

2001-12-13 Thread Arnauld Dravet
ian Bonev) but i can't find anything in the documentation ... where are those extensions please ? what are the available functions ? thank you Arnauld Dravet [EMAIL PROTECTED]

Re: [PHP] problem while reading on sockets ...

2001-07-27 Thread Arnauld Dravet - smurfie
well because i'm not connecting to a web server ... - Original Message - From: "David Robley" <[EMAIL PROTECTED]> To: "Arnauld Dravet - smurfie" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 3:35 AM Subject: Re: [PHP]

[PHP] problem while reading on sockets ...

2001-07-26 Thread Arnauld Dravet - smurfie
could my problem come from the server i'm connecting to which to not send a "legit" string ? thanks Arnauld Dravet [EMAIL PROTECTED]

[PHP] sockets help ...

2001-07-25 Thread Arnauld Dravet - smurfie
Hello, simple question: $sock = fsockopen($server_ip, $server_port, $errno, $errstr, 30); while(!feof($sock)) echo fgets($sock,4096); fclose($sock); why does the while() makes an infinite loop, like if FEOF was never found ? thanks Arnauld Dravet [EMAIL PROTECTED]

[PHP] Troubles with while(!feof($socket_id)) and compiling php-4.0.6 ... help please :(

2001-07-25 Thread Arnauld Dravet - smurfie
2]: Leaving directory `/root/php-4.0.6/ext/standard' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/php-4.0.6/ext' make: *** [all-recursive] Error 1 mushroom:~/php-4.0.6# any help would be really appreciated ... :) thanks Arnauld Dravet [EMAIL PROTECTED]