Home > Archive > PHP Installation > October 2005 > RE: [PHP-INSTALL] upgrading from 5.0.2 to 5.0.5
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
RE: [PHP-INSTALL] upgrading from 5.0.2 to 5.0.5
|
|
| Oliver Marshall 2005-10-19, 6:56 pm |
| Any idea how I would go about doing this ? As I said, im a newbie to all
this, and im surprised that php doesn't come with apache support, and
certainly didn't know that it had an apache module.
-----Original Message-----
From: Yannick Mortier [mailto:Yannick_Mortier@gmx.net]=20
Sent: 19 October 2005 16:30
To: Oliver Marshall; php-install
Subject: Re: [PHP-INSTALL] upgrading from 5.0.2 to 5.0.5
Oliver Marshall schrieb:
> Im trying to upgrade from 5.0.2 to 5.0.5 on a red hat based distri. I=20
> have configure'd, make'd and make install'd and everything went ok,=20
> but when I checked the version of php in phpinfo() it still shows
5.0.2.
>
> I have tried restarting apache and restarting the box, but it wont=20
> pick it up.
>
> Im a total linux noob so I don't really know what to try next. Any
ideas ?
>
> Olly
>
I think you need to compile the module for apache you didn't write that=20
you did this, or did you?
Write if it worked please.
Yannick Mortier
| |
| Yannick Mortier 2005-10-19, 6:56 pm |
| Oliver Marshall schrieb:
>Any idea how I would go about doing this ? As I said, im a newbie to all
>this, and im surprised that php doesn't come with apache support, and
>certainly didn't know that it had an apache module.
>
>-----Original Message-----
>From: Yannick Mortier [mailto:Yannick_Mortier@gmx.net]
>Sent: 19 October 2005 16:30
>To: Oliver Marshall; php-install
>Subject: Re: [PHP-INSTALL] upgrading from 5.0.2 to 5.0.5
>
>Oliver Marshall schrieb:
>
>
>
>5.0.2.
>
>
>ideas ?
>
>
>I think you need to compile the module for apache you didn't write that
>you did this, or did you?
>Write if it worked please.
>
>Yannick Mortier
>
>
>
>
You need to call the configure script with a special argument i think it
was --with-apxs or something like that.
Try to make ./configure --help. It should be on the list of arguments.
Also you should take a look in the php manual there is a very nice
explanation of it in there.
Yannick Mortier
|
|
|
|
|