Re: [PHP] Re: shared library in php

2005-04-11 Thread Angelo Ayres Camargo

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/
The shared library is from a local software developer it is an interface 
with biometric sensors. It is a closed .so i canĀ“t change it. Perhaps i 
sould make my question clear.

Do i have to write an extension wraper to a generic .so or can o dl it and 
use it funcions from php?

Tks
Angelo 

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


[PHP] Re: shared library in php

2005-04-11 Thread Ben Ramsey
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