|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-04-23 02:48 UTC] sniper@php.net
[2003-04-23 16:32 UTC] helly@php.net
[2003-04-23 17:54 UTC] helly@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 11:00:01 2025 UTC |
The new CLI mode on 4.3 version is s'pose to have the max_execution_time overiden to 0. This doesn't seem to be happening. --- E:\htdocs>c:\php\cli\php -v PHP 4.3.2-RC (cli) (built: Apr 22 2003 02:18:25) Copyright (c) 1997-2003 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2002 Zend Technologies --- The foolowing code produces <? echo ini_get("max_execution_time"); ?> --- E:\htdocs>c:\php\cli\php test4.php 30 ---