Re: [PHP-DEV] Calling an external C function under Unix

2002-09-25 Thread Brad LaFountain
You could write a wrapper extension around your c libary. - brad --- Anna Sotnichenko <[EMAIL PROTECTED]> wrote: > 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 exten

[PHP-DEV] Calling an external C function under Unix

2002-09-25 Thread Anna Sotnichenko
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. -- PHP Development Maili