vote up 0 vote down star

I have a web server running Fedora Core 5 (yes I know it's very old) and it was running php 5.1.6 so I downloaded and compiled the source for 5.2.9 and restarted the server and phpinfo() still returns 5.1.6.

$ which php
/usr/local/bin/php

But when i do thh version switch on this PHP i get

$ /usr/local/bin/php -v
PHP 5.2.9 (cli) (built: May 26 2009 10:17:42) 
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies

Does anybody have any idea what I may have missed or how I could correct this?


Belongs on serverfault.com. – Emil H May 26 at 11:45

migrated to serverfault.com by Emil H, Ólafur Waage, cletus, Tom Haigh, soulmerge May 26 at 12:00

Browse other questions tagged or ask your own question.