summaryrefslogtreecommitdiff
path: root/sapi/cli/README
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2002-03-24 17:14:34 +0000
committerEdin Kadribasic <edink@php.net>2002-03-24 17:14:34 +0000
commit62df9cf644b3b230f40231786bf38ea7acada0a6 (patch)
treeab341c2ae2e5708f7322578813b8945f985a2797 /sapi/cli/README
parent89994a20325ff6e9d5d92a7933c80942d1e59458 (diff)
downloadphp-git-62df9cf644b3b230f40231786bf38ea7acada0a6.tar.gz
Override max_execution_time, setting it to unlimited.
Diffstat (limited to 'sapi/cli/README')
-rw-r--r--sapi/cli/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/cli/README b/sapi/cli/README
index bede428f9b..040e224cb0 100644
--- a/sapi/cli/README
+++ b/sapi/cli/README
@@ -15,3 +15,4 @@ The main differences between the two:
* implicit_flush always on
* -r option which allows execution of PHP code directly from
the command line (e.g. php -r 'echo md5("test");' )
+* max_execution_time is set to unlimited, overriding php.ini setting.