I really hate compiling PHP from source. If you want your 5.5.3 to run similar to your native (5.3.3), then run phpinfo() on your native and at the very top, you will see the ./configure flags it was compiled with. However, few things you should be careful about.
1. The flags may change with...