#35469 closed defect (bug) (duplicate)
PHP 5.5.0 plugin throws parsing errors on SVN commits
| Reported by: | casasoft | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugins | Version: | 4.6 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.