Page 1 of 1

call C-functions from PHP

Posted: Fri Nov 08, 2002 3:44 am
by fbenjes
Hello,

is it possible to call C or C++-functions from PHP-code
i.e. using a C-library or .O file?

(I'm working on UNIX)
Thanks for your help, Friederike

Posted: Fri Nov 08, 2002 6:15 am
by mydimension
you can if you compile your own PHP extension.

Posted: Fri Nov 08, 2002 6:22 am
by twigletmac
Conveniently this was discussed recently:
viewtopic.php?t=3987&highlight=extension

Mac