|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-11-24 08:59 UTC] sbergmann@php.net
<?php echo date("T Z"); ?> makes the PHP/CGI 4.0.3pl1 crash on Win32.
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 23:00:01 2025 UTC |
Confirmed (Win 98 / PHP CGI 4.0.3pl1 / Apache 1.3.14) <?php echo date("T Z"); ?> causes the standard "This program has generated errors..." error to be generated. The content from the function call is still displayed though.. Oddly enough <?php echo date("TZ"); ?> does not generate an error.