Re: [PHP-INST] Trouble compiling php-4.0.6

2001-07-25 Thread Rasmus Lerdorf
Please see the FAQ at http://php.net/FAQ.php You have upgraded a Linux 2.2 system to the 2.4 kernel without upgrading your glibc as is required. -Rasmus On Wed, 25 Jul 2001, Arnauld Dravet - smurfie wrote: > Hello, > > i was using php-4.0.3pl1 until now and never had any problem, except yester

[PHP-INST] Trouble compiling php-4.0.6

2001-07-25 Thread Arnauld Dravet - smurfie
Hello, i was using php-4.0.3pl1 until now and never had any problem, except yesterday i had to develop a page on which i have to read on a socket ... problem is that: while(!feof($socket_id)) { echo fgets($socket_id, $len); } does not work: seems that FEOF is never detected so the PHP ente