Decide if you want a "stable" distro php version or a custom binary.
You can just do an apt-get or yum.
I would assume that if:
1) You have not defined soap in php.ini module section (version dependent).
2) Your phpinfo() does not show soap.
3) php -i does not show soap.
You don't have soap.
Also, check out nusoap?
On 7/28/09, keith smith <
klsmith2020@yahoo.com> wrote:
>
> Thanks, Did as you said and did not see SOAP in the output.
>
> ------------------------
> Keith Smith
>
>
> --- On Tue, 7/28/09, Lisa Kachold <lisakachold@obnosis.com> wrote:
>
>> From: Lisa Kachold <lisakachold@obnosis.com>
>> Subject: Re: Is SOAP configured on PHP?
>> To: "Main PLUG discussion list" <plug-discuss@lists.plug.phoenix.az.us>
>> Date: Tuesday, July 28, 2009, 8:46 AM
>> On 7/28/09, keith smith <klsmith2020@yahoo.com>
>> 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 <lisakachold@obnosis.com>
>> wrote:
>> >
>> >> From: Lisa Kachold <lisakachold@obnosis.com>
>> >> Subject: Re: Is SOAP configured on PHP?
>> >> To: "Main PLUG discussion list" <plug-discuss@lists.plug.phoenix.az.us>
>> >> Date: Tuesday, July 28, 2009, 8:09 AM
>> >> On 7/28/09, keith smith <klsmith2020@yahoo.com>
>> >> 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 - PLUG-discuss@lists.plug.phoenix.az.us
>> >> To subscribe, unsubscribe, or to change your mail
>> >> settings:
>> >> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>> >>
>> >
>> >
>> >
>> > ---------------------------------------------------
>> > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
>> > 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 - PLUG-discuss@lists.plug.phoenix.az.us
>> To subscribe, unsubscribe, or to change your mail
>> settings:
>> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>>
>
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> 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 -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss