I tried to upgrade PHP from 5.2.12 to 5.2.14 (FreeBSD 7) (by make install), but after installation 'php -v' in command line shows '5.2.14' and phpinfo() shows '5.2.12'. How can it be?
Now I'm trying to install PHP patched with PHP-FPM, but get an error that says 'make deinstall' before.
How can I properly install PHP now? And what happens if I execute 'make deinstall'? Will config file, extensions and some settings be deleted?
Sorry for my english and thank you anyway.