Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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)

#1 @swissspidy
11 years ago

  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed

Hey there

If you have problems with the plugin repository, please contact plugins@….

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.

Version 0, edited 11 years ago by swissspidy (next)
Note: See TracTickets for help on using tickets.