[PHP] Re: safe mode

2003-02-18 Thread Nenad Djordjevic
Hello Wilbert, I had same problem and I do not have good news for you. Problem is caused by different owner of script file and file (or folder) which need to be manipulated by this script file. To change owner from script (chown) you must have `root` privilege. I download files which have

[PHP] Re: Safe mode and safe_mode_exec_dir

2002-12-05 Thread James Hatridge
Hi Rodrigo et al... On Thursday 05 December 2002 16:09, Rodrigo Borges Pereira wrote: Hello all, directly in /etc/php.ini doesn't work either. I noticed PHP was compiled with --with-exec-dir=/usr/bin, but i suppose that what we define in php.ini (at least) overrides that. I had hell with

[PHP] Re: Safe mode

2002-04-26 Thread CC Zona
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Ashley M. Kirchner) wrote: IfModule mod_php4.c php_value include_path .:/usr/local/lib/php php_flag safe_mode On php_flag magic_quotes_gpc Off php_flag track_vars On php_flag track_errors On /IfModule