I'm currently developing in (learning) ZF1.10. I also just set up a new development server using Ubuntu 10.04 which came with php 5.3 I know that ZF will start using php 5.3 functionality as of ZF2, but will ZF1.10 work fully and normally running on a php 5.3 machine or should I downgrade my php?
For example, my own legacy code has problems with php 5.3, not just because of deprecated function alerts, but apparently binding parameters in a mysqli query works differently.