Ask a Question related to PHP Development, Design and Development.
-
Lionel Valero #1
Php version
Hello,
I had php 4.3.8 and upgrade to php 4.3.9 under linux, but when i test it
with a phpinfo() function via apache it still tells me that it is 4.3.8
installed, under linux shell php -v returns the good version.
Thanks.
Lionel Valero Guest
-
#25558 [Csd]: Dbase Version Check added in 4.3.3 detecting bad version when using memo fields
ID: 25558 Updated by: vlad@php.net Reported By: dsherron at nbc dot edu Status: Closed Bug Type: dBase... -
#25558 [Asn->Csd]: Dbase Version Check added in 4.3.3 detecting bad version when using memo fields
ID: 25558 Updated by: vlad@php.net Reported By: dsherron at nbc dot edu -Status: Assigned +Status: ... -
#25558 [Asn]: Dbase Version Check added in 4.3.3 detecting bad version when using memo fields
ID: 25558 Updated by: vlad@php.net Reported By: dsherron at nbc dot edu Status: Assigned Bug Type: ... -
#25558 [Opn->Asn]: Dbase Version Check added in 4.3.3 detecting bad version when using memo fields
ID: 25558 Updated by: sniper@php.net Reported By: dsherron at nbc dot edu -Status: Open +Status: ... -
#25558 [Opn]: Dbase Version Check added in 4.3.3 detecting bad version when using memo fields
ID: 25558 User updated by: dsherron at nbc dot edu Reported By: dsherron at nbc dot edu Status: Open Bug Type: ... -
Andy Hassall #2
Re: Php version
On Tue, 28 Sep 2004 18:44:42 GMT, Lionel Valero <lionel.valero@polymtl.ca>
wrote:
Did you stop and start Apache?>I had php 4.3.8 and upgrade to php 4.3.9 under linux, but when i test it
>with a phpinfo() function via apache it still tells me that it is 4.3.8
>installed, under linux shell php -v returns the good version.
--
Andy Hassall / <andy@andyh.co.uk> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
Andy Hassall Guest
-
Lionel Valero #3
Re: Php version
Hi,
Actually the libphp4.so file is not produced during 'make' i changed in
libtool : build_libtool_libs=yes.
but i still cannot find the file.
Regards
Andy Hassall wrote:
> On Tue, 28 Sep 2004 18:44:42 GMT, Lionel Valero <lionel.valero@polymtl.ca>
> wrote:
>
>>>>I had php 4.3.8 and upgrade to php 4.3.9 under linux, but when i test it
>>with a phpinfo() function via apache it still tells me that it is 4.3.8
>>installed, under linux shell php -v returns the good version.
>
> Did you stop and start Apache?
>Lionel Valero Guest
-
Newsgroup Poster #4
Re: Php version
make install and there is a libphp4.so
/usr/local/src/php-4.3.9/.libs/libphp4.so
/usr/local/src/php-4.3.9/libs/libphp4.so
usr/local/apache/libexec/libphp4.so
-rwxr-xr-x 1 root root 5330479 Sep 29 10:20 /usr/local/src/php-4.3.9/libs/libphp4.so
-rwxr-xr-x 1 root root 5330479 Sep 29 10:57 /usr/local/apache/libexec/libphp4.so
"Lionel Valero" <lionel.valero@polymtl.ca> wrote in message news:Hzi6d.33301$0f.14818@charlie.risq.qc.ca...> Hi,
>
> Actually the libphp4.so file is not produced during 'make' i changed in
> libtool : build_libtool_libs=yes.
> but i still cannot find the file.
>
> Regards
>
> Andy Hassall wrote:
>> > On Tue, 28 Sep 2004 18:44:42 GMT, Lionel Valero <lionel.valero@polymtl.ca>
> > wrote:
> >
> >> >> >>I had php 4.3.8 and upgrade to php 4.3.9 under linux, but when i test it
> >>with a phpinfo() function via apache it still tells me that it is 4.3.8
> >>installed, under linux shell php -v returns the good version.
> >
> > Did you stop and start Apache?
> >Newsgroup Poster Guest



Reply With Quote

