Re: Is SOAP configured on PHP?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Lisa Kachold
Date:  
To: Main PLUG discussion list
Subject: Re: Is SOAP configured on PHP?
On 7/28/09, keith smith <> wrote:
>
>
> Thanks!
>
> Question : If I look in the "Configure Command" section of the phpinfo()
> output should I see "--enable-soap" if SOAP has been installed?
>
> ------------------------
> Keith Smith


Not sure about your installation (php.ini) and Apache; look at:

php -i | grep soap

You should see it in the configure command section.

> --- On Tue, 7/28/09, Lisa Kachold <> wrote:
>
>> From: Lisa Kachold <>
>> Subject: Re: Is SOAP configured on PHP?
>> To: "Main PLUG discussion list" <>
>> Date: Tuesday, July 28, 2009, 8:09 AM
>> On 7/28/09, keith smith <>
>> wrote:
>> >
>> >
>> >
>> >
>> > Hi All,
>> >
>> > I'm trying to determine if SOAP is configured on my
>> server. When I do a
>> > phpinfo() soap is not listed anywhere. According
>> to the PHP manual "This
>> > extension is only available if PHP was configured with
>> --enable-soap.". So
>> > I was expecting to see SOAP under the "Configure
>> Command" section of the
>> > output of phpinfo().
>> >
>> > Any help is much appreciated.
>>
>> PHP SOAP uses the XML libraries. There are various
>> specifications in
>> versions of implementations of SOAP depending on your
>> platform and
>> version.
>>
>> php soap is a compile time option (if you build your own
>> custom php
>> [recommended]):
>>
>> --enable-soap
>>
>> or you can yum or apt-get it:
>>
>> sudo yum install php-soap
>> sudo apt-get install php5-soap
>>
>> You can also use NuSoap:
>>
>> http://sourceforge.net/projects/nusoap/
>>
>> > ------------------------
>> > Keith Smith
>>
>>
>> --
>>
>> (623)239-3392
>> (503)754-4452 www.obnosis.com
>> ---------------------------------------------------
>> PLUG-discuss mailing list -
>> To subscribe, unsubscribe, or to change your mail
>> settings:
>> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>>
>
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>



--

(623)239-3392
(503)754-4452 www.obnosis.com
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss