php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8185 date function crashes with T option
Submitted: 2000-12-09 15:05 UTC Modified: 2001-01-13 20:40 UTC
From: goba@php.net Assigned:
Status: Closed Package: Date/time related
PHP Version: 4.0.2 OS: win2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
13 + 40 = ?
Subscribe to this entry?

 
 [2000-12-09 15:05 UTC] goba@php.net
For this code: echo date("Y-m-d H:i:s (T)");
PHP craches with sigsegv.

For that: echo date("Y-m-d H:i:s");
everything is fine.

I guess there is some problem with the (T)
element in the parameter. Maybe the () brackets.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-09 22:11 UTC] sniper@php.net
Duplicate of #7963
 [2001-01-13 20:40 UTC] sniper@php.net
This is fixed in CVS.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 19:01:30 2024 UTC