Revert your version to 5.0.7.
We are seeking for a fix!
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi I have Zend Server CE on my local windows PC. I am tring to instal laravel from composer but i get notice Notice: date_default_timezone_set(): Timezone ID '' is invalid in S:\home\ifrond\laravel5.dev\storage\framework\compiled.php on line 1808 and error Fatal error: Call to undefined method Illuminate\Foundation\Bootstrap\ConfigureLogging::configureHandler() in S:\home\ifrond\laravel5.dev\storage\framework\compiled.php on line 1673 I set date.timezone=UTC in php.ini file but it doesn't help I tried to /config/app.php i can see that new default timezone accepted to 'timezone' => 'UTC', but in compiled.php i see that in compiled.php on line 1808 we require $config['app.timezone'] and it is empty. the same n compiled.php on line 1673 we require $app['config']['app.log'] that is empty too. Maybe i need to make some configuration at first? Where can I set all this configs? P.S. I tried the same compose steps on CentOS VPS and it works fine. So the probelm must be windows specific
Please or to participate in this conversation.