13Sep/090
E_STRICT crashes php if date.timezone is not set in php.ini
In case you use the following in your php.ini:
error_reporting = E_ALL | E_STRICT
You might notice that if you do a phpinfo() that php crashes the apache child.
Reason is a bug in php that causes an infinite loop.
You can solve this by setting "date.timezone =" to your timezone.
For a list of timezones check:
http://www.php.net/datetime




