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
Using Windows DLL in PHP on Linux
Moderator: General Moderators
Re: Using Windows DLL in PHP on Linux
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.
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.