I asked this question in the php5 area, but it makes more sense to be here.
I am on a shared host at the moment, and I am using .htaccess to override the php.ini file so that I am runnin php v5 (according to my hosting company, even though it says v4.4.2)....
Newayz, they set it up for me and they said it IS running v5.
So, I want to include the "soapclient" functionality, and I have seen online that to do this, I need to include this in the ".ini" file:
"extension=php_soap.dll"
BUT, php_soap.dll is for WINDOWS, and i am on a LINUX server...
so:
1) what file do I include instead?
2) what exactly do I type into "htaccess.txt"?
ANY help is appreciated.
Thanks
I. Jamal