php_soap.dll... .dll not used in LINUX?

liunx

Guest
I am currently trying to use the built in php SoapClient functions. Since I'm on shared hosting, I am unable to edit the php.ini file.
However, in order to access the SoapClient functions, I need to include the following in my php.ini file:
"extension=php_soap.dll"
Now, my hosting company tells me that I can do this through .htaccess, but ALSO that I cannot include the php_soap.dll file since they run Apache on LINUX servers.
So, I need to know, what is the equivalent LINUX version of php_soap.dll, and second, how do I include it via .htaccess (that is, what command do I type into my htaccess.txt file.

Any help is greatly appreciated.
PS. If anyone knows of an include file that defines ALL the php v5 soap functions so that ppl in v4 can use them, please let me know. I tried nuSOAP but it won't work the way I need it to.
Thanks
I. JamalDLLs are Windows-specific.

See the Requirements and Installation section in the manual's chapter on SOAP. Since it's not your server, you'll have to talk with the people whose server it is, and get them to install it.
 
Back
Top