Hi there hoping someone can help me out.
I'm trying to set up php 4.3.1 to run w/ apache 2.0.53.
I have it so it works. So if I try to run a page w/ php in it, it executes correctly.
Here is the problem.
I absolutly need a couple extensions specifically the ones dealing with XML and XSLT.
php_xslt.dll and
php_domxml.dll
I had orignally set extension_dir = "C:\php\extensions"
where all the extensions were and whenever I would start apache I would get a warning
Unable to load dynamic library 'C:\php\extensions\php_xslt.dll' - The specified module could not be found (note I'd get the same message for php_domxml.dl as well)
Okay now I've tried moving things around trying to get this to work with no avail. But just now I was re-reading the php install directions and it said something about the default looking spot to be c:\php4 so I copied all the extensions there.
Heres whats really weird. Now when I restart apache I get teh same warning but only for php_xslt.dll.
Any suggestions on how to fix this? I've been banging my head on the wall for a few hours now
Thanks
-Dave