ID:               37111
 Updated by:       j...@php.net
 Reported By:      haakonsk at gmail dot com
-Status:           Open
+Status:           Assigned
 Bug Type:         Date/time related
 Operating System: *
 PHP Version:      5.*, 6CVS (2008-11-11)
-Assigned To:      derick
+Assigned To:      tony2001
 New Comment:

Antony, since you could reproduce this (?), can you try this patch:

  http://pecl.php.net/~jani/patches/bug37111.patch



Previous Comments:
------------------------------------------------------------------------

[2008-11-02 12:35:26] j...@php.net

Derick, would you mind responding to my comment above?

------------------------------------------------------------------------

[2008-02-15 00:11:11] j...@php.net

Why can't this be fixed by making ext/date the last extension to be
unloaded? ie. simply rename config.m4 to config9.m4 :) (dunno how to do
it for the windows build..does it have the same method of simple
rename?)

------------------------------------------------------------------------

[2006-07-27 09:27:06] der...@php.net

But as we can't just run it at the end... I would say there is a more
fundamental problem here...

------------------------------------------------------------------------

[2006-07-27 06:32:34] tony2...@php.net

AFAIK I told Derick what should be the reason: ext/date shutdowns and
frees all resources before ext/session, so strftime() will access
already freed timezonedb and other ext/date resources.
I'd say this is more ext/date related, as I suppose it's mshutdown
handler should be run at the very end.

------------------------------------------------------------------------

[2006-07-27 01:57:25] sni...@php.net

And I can not reproduce this with latest of everything on Linux. Bate:
Provide the backtrace please.


------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/37111

-- 
Edit this bug report at http://bugs.php.net/?id=37111&edit=1

Reply via email to