Download a vagrant box with php 5.3 compleed preinstalled and mysql.
You can download my devbox here
vagrant PHP 5.3 development box
Or use this command
vagrant box add php53-devbox http://dejonghenico.be/vagrant/lucid64-php53-dev.box
vagrant init php53-devbox
vagrant up