Page 1 of 1

C library

Posted: Wed Jul 07, 2004 2:49 am
by pppswing
Hello,
I need to use a C library. I wonder how can I handle this in PHP ? Is this possible ? Maybe writing a php extension, but I cant modify the PHP of my web hoster. What can I do ? Can we use a sort of dynamic extension and loading it in our own code ?

The target machine host a freebsd OS. I'm running XP ! but I think I can compile the code using shell script on the target.

Thanks -- :)

Posted: Wed Jul 07, 2004 7:50 am
by feyd
[php_man]dl[/php_man]()

Posted: Wed Jul 07, 2004 8:19 am
by pppswing
How can I make such a PHP extension where is the tutorial in the documentation ?

Posted: Wed Jul 07, 2004 12:10 pm
by feyd
In the Zend API bits..