Derick Rethans wrote:
On Wed, 13 May 2009, Stanislav Malyshev wrote:

2) Uninitialized DATEG(tzcache. It's initialized only during RINIT() so any
error messages befor this may crash PHP.
This isn't the first time we see extension being used before initialization.
Maybe we need some infrastructure to prevent that.

In this case, I don't see why I can't init the tzcache in MINIT() though. But would that solve things?

Not in general, but it'll fix error logging for all extensions initialized after ext/date.

Thanks. Dmitry.

regards,
Derick


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to