[PHP] it didn't upgrade to 4.0.5

2001-05-10 Thread Joseph Bannon

Thanks Shawn, that worked  :-)

Next thing. I tried to upgrade PHP to 4.0.5 but when I do php -v, I get
4.0.4. What do I need to check to make sure it was upgraded?

Joseph



















-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] it didn't upgrade to 4.0.5

2001-05-10 Thread Alexander Wagner

Joseph Bannon wrote:
 Thanks Shawn, that worked  :-)

Oops, didn't see that...

 Next thing. I tried to upgrade PHP to 4.0.5 but when I do php -v, I get
 4.0.4. What do I need to check to make sure it was upgraded?

Apparently you cgi-binary is still 4.04. When you configure PHP without any 
server-API (like APXS), and use --prefix=/whereveryouwant instead, you get 
the cgi-binary.

To check the version of you Apache-Module, write a file like this:

?php phpinfo(); ?

And display it in your browser. You will see a lot of information on your 
system/Apache/PHP (so much information, actually, that you should delete this 
file right away for security reasons), including PHP's version.

regards
Wagner

-- 
On a Swedish chainsaw:
Do not attempt to stop chain with your hands or genitals!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]