Page 1 of 1

Using Windows DLL in PHP on Linux

Posted: Mon Nov 29, 2010 11:57 pm
by webnoel
Hi,

Is it possible to develop a DLL in C# and then use it in a PHP web application hosted on a Linux environment?

Would greatly appreciate if someone could point me in the right direction.

thanks in advance

Re: Using Windows DLL in PHP on Linux

Posted: Tue Nov 30, 2010 12:08 am
by requinix
Directly? No.

I think your best bet would be to create an EXE that can run whatever routines you need from the DLL, then use Mono to run it under Linux.