Mcrypt_create_iv () Call not successful, timed out?

Source: Internet
Author: User

Download website source code always error:
Fatal error: Maximum execution time of 30 seconds exceeded in
Finally, locate the call to this sentence:

$iv = mcrypt_create_iv($this->getIvSize(), $this->getRandomizer());

Test file
test.php:


  
   ";$r = MCRYPT_DEV_RANDOM;echo $r;mcrypt_create_iv(1,$r);echo "---------end";?>

Run results

hello-----0Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/test.php on line 5

Tears eyes for guidance!!!

Note:
1. I run on my own Win7 is OK, error is the Ubuntu server, Environment: Ubuntu 12.04 apache2.4 php5.5.28
2. The attached phpinfo,mcrypt should be installed properly. , huh?

Figure 1----------

Figure 2----------

Reply content:

Download website source code always error:
Fatal error: Maximum execution time of 30 seconds exceeded in
Finally, locate the call to this sentence:

$iv = mcrypt_create_iv($this->getIvSize(), $this->getRandomizer());

Test file
test.php:


  
   ";$r = MCRYPT_DEV_RANDOM;echo $r;mcrypt_create_iv(1,$r);echo "---------end";?>

Run results

hello-----0Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/test.php on line 5

Tears eyes for guidance!!!

Note:
1. I run on my own Win7 is OK, error is the Ubuntu server, Environment: Ubuntu 12.04 apache2.4 php5.5.28
2. The attached phpinfo,mcrypt should be installed properly. , huh?

Figure 1----------

Figure 2----------

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.