Comment 2 for bug 1034454

Revision history for this message
aardvarkchris (chris-adam-smith) wrote :

@clint

Thanks- you're quite right! I don't know why I would have done that, now to find out what's broken with the 'downgrade' of PHP.

Know anything popular that would have required building PHP 5.4 from source? Guess I'll have to keep an eye on the logs, lame!

Moved the /usr/local/bin/php to /usr/local/bin/php.old.

Now $ which php
gives /usr/bin/php

But running $ php
gives: /usr/local/bin/php - not found

So I symlinked /usr/local/bin/php to /usr/bin/php and off we go :)

Thanks again.