Zend Framework 2.3.4 (2015-01-14)
object
property on $this->targetElement
Zend\Form\Element\Collection
.
No element by the name of [2\ found in form
crossorigin
attribute in headScript
sizes
attribute in headLink (used with rel="icon")
$_SESSION
superglobal before
session start, which meant the data was overwritten once the session began.
This meant on subsequent calls, the validators had no data to compare against,
making the sessions automatically valid. We have provided patches to ensure
that validators are run only after the session has begun, which will ensure
they validate sessions correctly going forward. If you use Zend\Session
validators, we recommend upgrading immediately.