Load a DLL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Liosha
Forum Newbie
Posts: 3
Joined: Tue Oct 07, 2008 2:36 pm

Load a DLL

Post by Liosha »

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

Post 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
Post Reply