On my Ubuntu 12.04 installation I install PHP5 (5.5) from the ondej package. Everything works ok with the PHP, Apache and MySQL, I also successfully install Mongo daemom and
Install MongoDB PHP Driver:
sudo apt-get install php5-dev php5-cli php-pear sudo pecl install mongo
Install php5-mongo Pacakge:
sudo apt-get install php5-mongo
Open your php.ini file and add to it:
extension=mongo.so