[PHP] Re: impossible to delete file after 'parse_ini_file'

2002-03-11 Thread Gregory Collette

Running on win nt !



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: impossible to delete file after 'parse_ini_file'

2002-03-07 Thread David Robley

In article [EMAIL PROTECTED], 
[EMAIL PROTECTED] says...
 php script :
 
 ?php
 $ini_array = parse_ini_file(conf/conf.php);
 echo($ini_array[var1]);
 ?
 
 content of conf/conf.php :
 
 [data]
 var1 = xxx
 
 
 After execution of the php script, it is impossible to delete the conf.php
 file.
 
 Any idea ?
 
 greg

If you are running on a Unix type system, the user that your scripts run 
as may not have apropriate file/directory permissions to delete the file.

-- 
David Robley
Temporary Kiwi!

Quod subigo farinam

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php