[PHP-DEV] RESOLVED: [PHP-DEV] File access fails in external lib called from extension

2006-02-20 Thread Andrew Mather
per suggestions, changed permissions to allow write access on target directories for apache user Cheers, Andrew.

[PHP-DEV] File access fails in external lib called from extension

2006-02-20 Thread Andrew Mather (BT Std)
I have an external library (C++, .so shared lib) that uses functions (open, etc) to access local disk resources, to create a data repository. I have written a standalone KDE client that affirms that the library is functioning correctly. When I try to use a class from that library in a PHP-C++ e