C library

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pppswing
Forum Commoner
Posts: 33
Joined: Thu Jun 10, 2004 2:04 am
Location: Tallinn, Estonia

C library

Post 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 -- :)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

[php_man]dl[/php_man]()
pppswing
Forum Commoner
Posts: 33
Joined: Thu Jun 10, 2004 2:04 am
Location: Tallinn, Estonia

Post by pppswing »

How can I make such a PHP extension where is the tutorial in the documentation ?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

In the Zend API bits..
Post Reply