zendframework / zend-form

Form component from Zend Framework
BSD 3-Clause "New" or "Revised" License
69 stars 87 forks source link

Zend\Form\Form Broken in PHP 7.2 #180

Closed dbierer closed 6 years ago

dbierer commented 6 years ago

Updated to Zend Server 9.1 early access using PHP Version 7.2.0beta3. Getting this message:

Fatal error: Declaration of Zend\Form\Form::bindValues(array $values = Array) must be compatible with Zend\Form\Fieldset::bindValues(array $values = Array, ?array $validationGroup = NULL) in /path/to/app/vendor/zendframework/zend-form/src/Form.php on line 24

Using zend-form version 2.10.2.

froschdesign commented 6 years ago

We have already a PR for PHP 7.2 (#171) and version 2.10.3 is on the way.