|
Posted by christina on 07/23/07 11:13
On Jul 23, 8:52 pm, christ...@alphalibrae.com wrote:
> I'm trying to run a soap server on apache using ext/SOAP. It's not
> working, and the error log has the line PHP Warning: PHP Startup:
> Unable to load dynamic library './ext\\php_soap.dll' - The specified
> module could not be found.\r\n in Unknown on line 0
>
> The php.ini file enables the soap extension, and a command line client
> has no problem running. I'm not sure where apache is taking the
> starting point of the path from, obviously not e:/php which is in my
> path variable and in the php.ini for included directories. So, how do
> I get apache to look for the dll in the right place?
OK, found the answer - change the path of the extensions_dir in
php.ini to an absolute path. Sorry, should have searched here a bit
longer before posting.
[Back to original message]
|