Posted by ramc18 on 11/09/06 17:21
My PHP.INI configuration have safe_mode = Off but in local execution it
get On.
I noticed this strange behaviour with a script that shows an error in
move_uploaded_file.
I write a minimal script with
<?php
phpinfo();
?>
It shows safe_mode On (local) and safe_mode Off (global).
Anyway I tried this other script
<?php
ini_set('safe_mode',FALSE);
phpinfo();
?>
and the results were the same.
Anyone can help me? The web server is under my complete control and is
used only for one website; I don't need SAFE MODE. I don't want it.
Navigation:
[Reply to this message]
|