Hej,
I have been working for a while with MWS and Python, but now I wanted to jump to PAMP to use PHP and to try to add SOAP extension over it.
I have been unsuccessful.
I have created a forder por php extensions (c:/php/ext) and I have copied php_soap.dll in it.
I modified the php.ini file to include the extension=php_soap.dll loading and modifying the extension_dir definition.
Even PHP is loading, as phpinfo() give me results, SOAP class is not loaded, as I can see in phpinfo() results and also in my php calling for SoapClient class.
Maybe is not possible to call extension dynamically in PHP for Symbian. Is it? And if so, is there limitations and how should I define the path for the extensions to be loaded?
I guess that MySQL extension is integrated in PHP, as the extension line is commented, but MySQL calls are accepted.
If I need to integrate SOAP in PHP to run in Symbian v9, do you have a reference I could check?
Maybe to basic questions, but I'm still learning, but having expectations![]()





