zendframework / zend-form

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

[php 7.2] bindValues prototype #157

Closed remicollet closed 6 years ago

remicollet commented 7 years ago

Running test suite against 7.2.0-dev

PHP 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 /dev/shm/BUILDROOT/php-zendframework-zend-form-2.10.1-1.fc25.remi.x86_64/usr/share/php/Zend/Form/Form.php on line 24

Yes, this is really an "early" report ;)

froschdesign commented 7 years ago

Good catch!

Slamdunk commented 7 years ago

https://github.com/zendframework/zend-form/pull/171

dbierer commented 6 years ago

Getting the same thing after updating to Zend Server early access using PHP Version 7.2.0beta3

necromant2005 commented 6 years ago

Still an issue on php 7.2 RC6

Slamdunk commented 6 years ago

@necromant2005 because https://github.com/zendframework/zend-form/pull/171 is still not merged.

weierophinney commented 6 years ago

171 is merged to develop, but not yet released; working on it now.