zendframework / zend-stdlib

Stdlib component from Zend Framework
BSD 3-Clause "New" or "Revised" License
384 stars 76 forks source link

Backwards compatibility for hydrators #54

Closed weierophinney closed 8 years ago

weierophinney commented 8 years ago

As noted in zendframework/zf2#7672, on updating to:

backwards compatibility is broken with regards to typehints against hydrators. The reason is two-fold:

This patch addresses the first point of each. It does the following:

A related commit against the zend-mvc 2.6 series will occur shortly, having it use the zend-stdlib HydratorPluginManager.