soap - lighttpd, php, SoapClient not found -


i trying install on switch using buildroot, added php , lighttpd build. start server , webpage gives error:

fatal error class 'soapclient' not found 

i went php.ini , uncommented extension=php_soap.dll (changed .dll .so i'm on linux, right?) stuck in cgi.fix_pathinfo = 1

the error still there, ideas?

do have enable option soap supported? can't find php_soap anywhere


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -