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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sbergmann@php.net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Apr 13 01:01:29 2025 UTC