Attention!
It seems you have got a virus on your machine!
Please make sure you have the latest update of your virus scanner
and check all your files right away!
The headers of infected mail follow:
-
Received: from localhost by www.haas-media.de
Hi everyone, I hope this On-topic here, if not bear with me.
I have a production web server that seems randomly generate segfault. This
is a small excerpt from apache error log file:
[Fri Feb 6 09:25:05 2004] [notice] child pid 22388 exit signal Segmentation
fault (11)
[Fri Feb 6 09:31:50 2004]
Denis K. Rahmangulov wrote:
I have installed PHP 4.3.4 on Apache 1.3.29 on Windows XP.
When I write next text in file "index.php"
---
if(isset($submit))
{
echo "All Right!"; // This block never work
} else {
echo "
";
}
?>
-