set_time_limit is not affecting PHP-CLI

前端 未结 6 877
被撕碎了的回忆
被撕碎了的回忆 2020-12-30 05:52

How to solve set_time_limit not affecting PHP-CLI?

#!/usr/bin/php -q 
 2 second         


        
6条回答
  •  执念已碎
    2020-12-30 06:31

    Could you try running your php via exec and use the "timeout" command? (http://packages.ubuntu.com/lucid/timeout)

    usage: timeout [-signal] time command.

提交回复
热议问题