I had some code that simply would not run in php 4.4.4. there were no error messages, no warnings, NOTHING. It seemed to be a syntax issue so i removed all the try/catch blocks and it seemed to compile/run ok.
what verison of php first supported try/catch/finally?