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:[EMAIL PROTECTED]
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
have configure'd, make'd and make install'd and everything went ok,
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
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
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