Re: extensions on a windows system

From: Mr. Bill (MrBill_at_snl.lv)
Date: 01/30/04


Date: Fri, 30 Jan 2004 00:25:02 GMT


On 8-Oct-2003, "Rob" <Rob@Demmenie.net> wrote:

> Thanks for your answer, but no such luck
> It still finds the 'php_gd2.dll but not the otehers mcrypt.dll and
> php_domxml.dll (????)
>
>
> Rob

I just solved this problem like this. 1) Move the windows .dlls to the
root. (in your case and mine c:php) and OUT of the extensions directory
(folder).

2) uncomment the lines (i.e. remove the ";" from the line(s)) for the .dlls
in the php.ini file.

3) directory where extensions are located make this equal to "./"

4) Restart the server and try to do what you need to do. Worked for me, and
I struggled with this for three days. Hope it helps.

Mr. Bill