As it depends on if the host support PHP 5.3, I wonder if all or enough many hosting company has upgraded their php environment to 5.3.
Do you already use these new functions in your project?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I maintain software that needs to run on PHP/5.1.6 because that’s what the customer’s Linux dedicated server has and I maintain software that runs on PHP/5.3.5 because that’s what I installed in their in-house Windows server. That’s why, before starting coding a new project, I always find out some basic environment specs.
As for development, I prefer to keep up-to-date with the PHP interpreter and reasonably conservative with my code (currently, 5.2.0+ if possible).