超过 30 秒的最大执行时间 [magento] zend 服务器

Fas*_*lah 1 php zend-framework magento zend-server

Fatal error: Maximum execution time of 30 seconds exceeded in C:\Program Files (x86)\Zend\Apache2\htdocs\tokopetaninew\branches\development\lib\Zend\Locale\Format.php on line 442
Array
(
    [type] => 1
    [message] => Maximum execution time of 30 seconds exceeded
    [file] => C:\Program Files (x86)\Zend\Apache2\htdocs\tokopetaninew\branches\development\lib\Zend\Locale\Format.php
    [line] => 442
)
Run Code Online (Sandbox Code Playgroud)

我已经在我的本地主机中安装了 magento,使用 zend 服务器和端口 localhost:8080,我收到了那个错误消息,请帮帮我

Nar*_*yan 5

改变 max_execution_time

ini_set('max_execution_time', 300); //300 seconds = 5 minutes
Run Code Online (Sandbox Code Playgroud)