If the php.ini is the one defining the modules (as is the case in the ubuntu repos) then it may not show up in the configure command, but under the modules list. I believe only statically compiled modules are listed in the configure command section.

Sincerely,
Judd Pickell

On Tue, Jul 28, 2009 at 8:46 AM, Lisa Kachold <lisakachold@obnosis.com> wrote:
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