Hi,

this script seemingly causes PHP 4.0.4pl1 to crash:

<?php
$datum = date("d.m.Y <br> H:i:s");
echo $datum;
?>

There has been a report on news:de.comp.lang.php about
this, telling that PHP crashes on Linux and Win32 in
CGI-Version. I've tested it here locally on Windows
2000 Professional with PHP as module and it also
crashes. With PHP 3.0.16 it seems to work.

Any clues? Is it because of the HTML code in the
parameter for date()?

Martin


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to