From 8f31d14f922eb48bd5a705a2aadcb1aaf849c6de Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 13 May 2003 03:04:59 +0000 Subject: [PATCH] Added max_execution_time and slightly modified set_time_limit. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126737 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/safe-mode.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/features/safe-mode.xml b/features/safe-mode.xml index b0cf5324a2..03ae0439b9 100644 --- a/features/safe-mode.xml +++ b/features/safe-mode.xml @@ -1,5 +1,5 @@ - + Safe Mode @@ -550,10 +550,17 @@ Warning: readfile() has been disabled for security reasons in set_time_limit - set_time_limit has no effect when PHP is running - in &safemode;. + Has no affect when PHP is running in &safemode;. + + + max_execution_time + + + Has no affect when PHP is running in &safemode;. + + Any function that uses php4/main/fopen_wrappers.c