If you install the soap api nusoap, you will need to install phps curl support.
To do this edit your php.ini file and uncomment
;extension=php_curl.dll
by removing the semi colon.
You must then copy the dlls
libeay32.dll.old
ssleay32.dll.old
from directory c:\php4\dlls
to
c:\windows\system32
Stop and restart your webserver using
net stop apache
net start apache
phpinfo() should now report that cURL is istalled
Friday, May 14, 2010
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment