Angelo Ayres Camargo wrote:
Hello,

I have a shared library and i would like very much to use it in php. Do i have to do anything or i can just dl it and use?

Angelo

Without knowing what the shared library is that you're trying to use, there's not much I can say. It may be that PECL already has the extension you're looking for. If it's a library you created and you want to use it as a PHP extension, take a look at the PHP manual, particularly the section on creating extensions:


http://www.php.net/manual/en/zend.creating.php

--
Ben Ramsey
http://benramsey.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to