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
How to call the methods of .so file(Code) in php application
Moderator: General Moderators
Read this document: http://www.php.net/manual/en/zend.creating.php
Is it not possible without using ZEND API?
Thanks.Is it not possible without using ZEND API?I