How enable SoapClient

nimafire

Verified User
Joined
Aug 10, 2008
Messages
249
hello
how can i enable SoapClient on php?

cd /usr/local/directadmin/custombuild
mkdir -p custom/ap2
cp -fp configure/ap2/configure.php5 custom/ap2/configure.php5
#add your --with-module line to the end of the custom/ap2/configure.php5 file,
# and make sure the \ character exists at the end of all lines except the last one.
./build php n

and add --SoapClient \

but this module not installed.
 
nothing show

[root@server ~]# php -i | grep -i soap
[root@server ~]#
 
Back
Top