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.