Home » Date and Time » Date » Bug #3012
Date::convert hangs on Win2003
Details
| Submitted | 2004-12-22 14:18 UTC |
|---|---|
| From | phopfgartner at tin dot it |
| Assigned | pajoye |
| Status | Bogus |
| Package | Date |
| PHP Version | 4.3.10 |
| OS | Windows 2003 Server |
| Roadmaps | (Not assigned) |
Comments
[2004-12-22 14:18 UTC] phopfgartner at tin dot it
Description:
------------
The script below runs on WinXP and Debain Linux "sarge". It hangs on Win2003.
Reproduce code:
---------------
<?php
require_once "Date.php";
$d = new Date("2004-11-21 00:00:00");
$d->convertTZ(new Date_TimeZone('UTC'));
?>
[2005-03-16 10:41 UTC] pierre at dotgeek dot org
Hello,
reproduce on windows 2003 Server Web Edition, segfaults. Definitivally not a pear::date bug. I will come later with more infos.
--Pierre
[2005-03-16 13:17 UTC] pierre at dotgeek dot org
Sorry, but your problem does not imply a bug in PEAR itself. For a
list of more appropriate places to ask for help using PEAR, please
visit http://pear.php.net/support/ as this bug system is not the
appropriate forum for asking support questions.
Thank you for your interest in PEAR.
Bogus it, not a pear::date problem. PHP is somehow broken, HEAD, 5, 4.3.x .
I Will report a bug this problem in bugs.php.net once I can reproduce it with something smaller than pear::date
--Pierre