Page 1 of 1

Load a DLL

Posted: Thu Nov 20, 2008 8:53 am
by Liosha
How to load a DLL in PHP?

Re: Load a DLL

Posted: Thu Nov 20, 2008 10:49 am
by Mark Baker
Assuming that the dll is a PHP module, and you're on windows, then uncomment or enter an appropriate line in ; Windows Extensions
section of the php.ini file.

If you want to load the dll as though it were a PHP include file, and hope it works.... I wish you luck