[PHP-DEV] Opening files for write from php modules

2003-03-10 Thread Scott Baker
I'm trying to write an extention that calls a C++ lib i've written. I've gotten the module to compile and function mostly correctly, but I have a problem opening files for writing within functions of the lib. My code links libpng to write image files to a img directory on the webserver. The

[PHP-DEV] Re: Opening files for write from php modules

2003-03-10 Thread Scott Baker
Nevermind... Seems the webserver was on afs filespace, and apache/php didnt like the permissions it had there. Everything works now that I moved it to a jfs filesystem. Scott Baker wrote: I'm trying to write an extention that calls a C++ lib i've written. I've gotten the module to compile