Is switching to PHP 5.3 a good idea?
- by understack
I'm using PHP 5.2.11. I've seen that 5.3 version has several backward incompatibility issues and because of that some code might require changes.
Since my website is hosted on shared server, many have suggested that those server won't upgrade to 5.3 in near future (probably due to incompatibility issues for many shared users).
Would it be wise to develop a new project in 5.3 which would be hosted on shared server?