[PHP-DEV] RESOLVED: [PHP-DEV] File access fails in external lib called from extension
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
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