ID: 8000
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Duplicate
Status: Closed
Bug Type: Date/time related
Assigned To:
Comments:
This is fixed in CVS.
--Jani
Previous Comments:
---------------------------------------------------------------------------
[2000-12-07 09:32:54] [EMAIL PROTECTED]
Dup of #7963
---------------------------------------------------------------------------
[2000-11-27 21:10:05] [EMAIL PROTECTED]
<?php
printf("%s<br>", date("l, F dS, Y: g:i A T"));
?>
That crashes PHP.
<?php
printf("%s<br>", date("l, F dS, Y g:i A T"));
?>
That doesn't crash PHP. Notice that there is no colon after the "Y" in this one.
PHP will also crash in this case:
<?php
printf("%s<br>", date("l, F dS, Y"));
printf("%s<br>", date("g:i A T"));
?>
I'm using the CGI executable version of PHP Win32 (downloaded as a binary from
www.php.net) on
Apache version 1.3 Win32.
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=8000
--
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]