How to call the methods of .so file(Code) in php application
Posted: Mon Oct 11, 2004 10:18 pm
Hi
I need to access few methods of shared object, this shared object is written C.
This is totally independant of php application.
I tired in different ways like
dl("libtest.so")
and
giving the name in extension tag of php.ini file.
But I am getting invalid php library error.
Anybody can advise me, how to intergrate php applications with external components.
Thanks
I need to access few methods of shared object, this shared object is written C.
This is totally independant of php application.
I tired in different ways like
dl("libtest.so")
and
giving the name in extension tag of php.ini file.
But I am getting invalid php library error.
Anybody can advise me, how to intergrate php applications with external components.
Thanks