LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to write c libs to php (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-write-c-libs-to-php-867032/)

wayd 03-07-2011 01:46 PM

how to write c libs to php
 
I need to use a lib developed by me in c in my php app
but i don't now how. I will use it in Linux.

corp769 03-07-2011 03:11 PM

Can you please elaborate more what you mean by this?

Josh

eSelix 03-07-2011 05:11 PM

Maybe you will be interested with PECL extensions If not, you can write wrapper to your library function as executable file and execute it from PHP by "system()" or other command.


All times are GMT -5. The time now is 02:08 PM.