web services - PHP : The specified procedure could not be found. in Unknown on line 0 -


i got stuck on php error receiving :

php warning: php startup: unable load dynamic library 'c:\php\php_soap.dll' - specified procedure not found. in unknown on line 0

i have declared dll in both ini files. i'm running windows 7 , site hosted on iis using mssql database. i'm using php 5.4.1 (company policy)

my ini file changes :

; directory in loadable extensions (modules) reside. extension_dir = "c:\php"  extension=php_soap.dll  [soap] ; enables or disables wsdl caching feature. soap.wsdl_cache_enabled = 0 ; sets directory name soap extension put cache files. soap.wsdl_cache_dir="/tmp" ; (time live) sets number of second while cached file used  ; instead of original one. soap.wsdl_cache_ttl=86400 

please help, i've tried everything. re-installing.

thank you.

are sure php_soap.dll in folder c:\php\? if not, need adjust extension_dir config setting in php.ini proper extension folder.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -