Hacker News new | ask | show | jobs
by signifiers 4844 days ago
Actually, I would call 5.3 as a fairly major jump - namespaces, closures (Lambda/anonymous functions), late static binding, const's allowed outside of classes. There are several popular PHP frameworks that require v. 5.3+. Some people even go so far as to call the 5.3.x branch “php 6 without Unicode”.
1 comments

Yes but most, if not all, PHP 5.2 code runs on PHP 5.3 without modification.