Hacker News new | ask | show | jobs
by kijin 3991 days ago
The latest version of WordPress is still compatible with PHP 5.2.4 and above, so anyone who builds a WordPress site is effectively shipping a PHP 5.2 app.
1 comments

They do recommend php 5.4 though, and afaik they do try to push the community to upgrading.
It still means they can't depend on any feature introduced in PHP 5.3 or later. No closures, no namespaces.

Ditto for any theme or plugin that tries to be compatible with all versions of PHP that WordPress itself supports.