set_time_limit is not effecting PHP-CLI ...

Posted by Devrim on Stack Overflow See other posts from Stack Overflow or by Devrim
Published on 2010-04-14T04:59:37Z Indexed on 2010/04/14 5:03 UTC
Read the original article Hit count: 482

Filed under:
|

any solution to this ?

#!/usr/bin/php -q 
<?php
set_time_limit(2);
sleep(5);
echo "it didn't work again";

© Stack Overflow or respective owner

Related posts about php-cli

Related posts about php