[PHP] problems with rename() - permission denied

2003-03-25 Thread Christian Rosentreter
Hello, I've a small problem, which mades me crazy... :\ I'm trying to rename() a swapfile to real destination file (atomic update). It works on differnt environments very well. Sadly not on my ISP-server I've added an chmod($swapfile,0777), but this has not solve the problem. The directories

RE: [PHP] problems with rename() - permission denied

2003-03-25 Thread Don Read
On 25-Mar-2003 Christian Rosentreter wrote: Hello, I've a small problem, which mades me crazy... :\ I'm trying to rename() a swapfile to real destination file (atomic update). It works on differnt environments very well. Sadly not on my ISP-server I've added an chmod($swapfile,0777),