Load a DLL
Moderator: General Moderators
Load a DLL
How to load a DLL in PHP?
-
Mark Baker
- Forum Regular
- Posts: 710
- Joined: Thu Oct 30, 2008 6:24 pm
Re: Load a DLL
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
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