The php documentation said libxml is required for php soap (see php soap).
I don’t how to “pass in” --enable-libxml.
Can someone help me? Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll have to recompile the php source with the option –enable-libxml.
Note that by default libxml is enabled in any php installation unless explicitly disabled by adding –disable-libxml during compilation, are you sure libxml isn’t enabled? Check
phpinfo()output to be sure.You’ll probably find valuable info in the libxml book at php.net too, especially the Installing/Configuration chapter.