From:             [EMAIL PROTECTED]
Operating system: Linux + apache 1.3
PHP version:      4.2.0
PHP Bug Type:     *General Issues
Bug description:  safe mode is not full safe.

On set_time_limit documentation web page stands:
 set_time_limit() has no effect when PHP is running in safe mode. There is
no workaround other than turning off safe mode or changing the time limit
in the configuration file. 

which is false, becouse You may do: ini_set("max_execution_time", "any
value") and it success even in safe_mode.
I consider it as a bug.
I guess this will work for memory_limit also.

Raven

-- 
Edit bug report at http://bugs.php.net/?id=17287&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=17287&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=17287&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=17287&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=17287&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17287&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=17287&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=17287&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=17287&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=17287&r=globals

Reply via email to