laminas / laminas-zendframework-bridge

Alias legacy ZF class names to Laminas Project equivalents.
BSD 3-Clause "New" or "Revised" License
1.18k stars 21 forks source link

Support for zend-stratigility v2 #2

Closed michalbundyra closed 5 years ago

michalbundyra commented 5 years ago

We need to add autoloader override for zend-stratigility v2 functions.

weierophinney commented 5 years ago

I was thinking these hadn't changed at all, and then I noticed that the typehints change due to the functions being developed pre-PSR-15 adoption.

I think I can manage this via conditional definitions; I'll create a PR shortly.

weierophinney commented 5 years ago

Closing. #7 will resolve this, but the agreed upon solution is to create proxy functions in each package that defines them during the filter-tree operation.