下載網站源碼總是報錯:
Fatal error: Maximum execution time of 30 seconds exceeded in
最後定位到這一句調用:
$iv = mcrypt_create_iv($this->getIvSize(), $this->getRandomizer());
測試檔案
test.php:
";$r = MCRYPT_DEV_RANDOM;echo $r;mcrypt_create_iv(1,$r);echo "---------end";?>
運行結果
hello-----0Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/test.php on line 5
淚目求指導!!!
註:
1.我在自己win7上啟動並執行是ok的,報錯是搭的ubuntu伺服器,環境:Ubuntu 12.04 apache2.4 php5.5.28
2.附phpinfo,mcrypt應該是安裝好的。。吧?
圖1 ----------
圖2 ----------
回複內容:
下載網站源碼總是報錯:
Fatal error: Maximum execution time of 30 seconds exceeded in
最後定位到這一句調用:
$iv = mcrypt_create_iv($this->getIvSize(), $this->getRandomizer());
測試檔案
test.php:
";$r = MCRYPT_DEV_RANDOM;echo $r;mcrypt_create_iv(1,$r);echo "---------end";?>
運行結果
hello-----0Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/test.php on line 5
淚目求指導!!!
註:
1.我在自己win7上啟動並執行是ok的,報錯是搭的ubuntu伺服器,環境:Ubuntu 12.04 apache2.4 php5.5.28
2.附phpinfo,mcrypt應該是安裝好的。。吧?
圖1 ----------
圖2 ----------