#35469 closed defect (bug) (duplicate)
PHP 5.5.0 plugin throws parsing errors on SVN commits
Reported by: | casasoft | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.6 |
Component: | Plugins | Keywords: | |
Focuses: | Cc: |
Description
This Plugin is only meant for php 5.5.0+ (casawp)
Should't there be a php version setting for Plugins?
PHP error in: casawp/trunk/vendor/zendframework/zend-inputfilter/src/BaseInputFilter.php:
Errors parsing casawp/trunk/vendor/zendframework/zend-inputfilter/src/BaseInputFilter.php
Change History (1)
Note: See
TracTickets for help on using
tickets.
Hey there
If you have problems with the plugin repository, please contact
plugins@wordpress.org
.The required PHP version question has already been answered in #23880. Users should not care about PHP versions and core will probably never add such a check because it itself is compatible with PHP 5.2 and higher.
If you're requiring PHP 5.5+ in your plugin, that's totally fine, but you need to add a check in the plugin yourself.