Re: Is SOAP configured on PHP?

2009-07-28 Thread Joshua Zeidner
sted the file in /usr/lib/php/modules and nothing was named with soap. > > I guess I need to install it.  Thanks! > > > > Keith Smith > > > --- On Tue, 7/28/09, Lisa Kachold wrote: > >> From: Lisa Kachold >> Subject: Re: Is

Re: Is SOAP configured on PHP?

2009-07-28 Thread keith smith
28/09, keith smith > wrote: > > > > Thanks,  Did as you said and did not see SOAP in > the output. > > > > ---- > > Keith Smith > > > > > > --- On Tue, 7/28/09, Lisa Kachold > wrote: > > > >> From: Lisa Kachold > >> Subject: Re

Re: Is SOAP configured on PHP?

2009-07-28 Thread Lisa Kachold
x27;t have soap. Also, check out nusoap? On 7/28/09, keith smith wrote: > > Thanks, Did as you said and did not see SOAP in the output. > > > Keith Smith > > > --- On Tue, 7/28/09, Lisa Kachold wrote: > >> From: Lisa Kachold >> Sub

Re: Is SOAP configured on PHP?

2009-07-28 Thread keith smith
Thanks, Did as you said and did not see SOAP in the output. Keith Smith --- 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

Re: Is SOAP configured on PHP?

2009-07-28 Thread Judd Pickell
t; > > > > > 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: > > > &g

Re: Is SOAP configured on PHP?

2009-07-28 Thread Lisa Kachold
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&quo

Re: Is SOAP configured on PHP?

2009-07-28 Thread keith smith
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 --- On Tue, 7/28/09, Lisa Kachold wrote: > From: Lisa Kachold > Subject: Re:

Re: Is SOAP configured on PHP?

2009-07-28 Thread Lisa Kachold
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

Is SOAP configured on PHP?

2009-07-28 Thread keith smith
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" se