PHP 5.5 compatibility
-
I’m using Ubuntu 14.04 LTS (supported until 2019) that has PHP 5.5.9 (which won’t change). Since v3.1.0 your plugin is PHP v5.6 only. Both WordPress and WooCommerce are still compatible with PHP 5.2.
Our site has 47 WordPress plugins (13 WooCommerce plugins) and yours is the only one requiring PHP 5.6.
No one using your plugin with PHP 5.5 or less can upgrade to WooCommerce v3 because then they’d have to use some unsupported hack.
I’m guessing that you brought in the PHP 5.6 requirement to support Apple Pay?
There aren’t that many backwards breaking changes from v5.5 to v5.6 (http://php.net/manual/en/migration56.incompatible.php) or new features (http://php.net/manual/en/migration56.new-features.php).
So is there any way that this plugin could be made compatible with PHP 5.5 again?
I guess there’s other options like if it’s only in the Apple Pay section then I can just install it and hope for the best. But once the requirement is 5.6 all developers working on the plugin have no need to check their code for PHP 5.5 compatibility any more.
The topic ‘PHP 5.5 compatibility’ is closed to new replies.