php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7963 date() crashes
Submitted: 2000-11-24 08:59 UTC Modified: 2001-01-05 12:37 UTC
From: sbergmann@php.net Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0.3pl1 OS: Windows 2000 Professionsl
Private report: No CVE-ID: None
 [2000-11-24 08:59 UTC] sbergmann@php.net
<?php echo date("T Z"); ?> makes the PHP/CGI 4.0.3pl1 crash on Win32.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-24 09:09 UTC] zak@php.net
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.
 [2001-01-05 12:37 UTC] dbeu@php.net
fixed in cvs, thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 04:01:30 2024 UTC