Calling an external C function under Unix

[email protected] ("Anna Sotnichenko") Wed, 25 Sep 2002 17:03:40 -0400
Newsgroups php.dev,php.general,php.lang
Message-ID <[email protected]>
Hello All!

I want to transfer a PHP script with minimum changes from IIS under Win2000
to Unix. My ISAPI PHP script calls some external C-functions through PHP
W32api extension.
Is there a way to call external C-function from PHP-script under UNIX?

Thanks in advance.