This repository was archived by the owner on Jan 31, 2020. It is now read-only.
zend-router 3.1.0
·
37 commits
to master
since this release
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- #34 dropped php 5.5 support
Fixed
- #47 fixes how the
WildcardURL assembly works. Previously, it would
attempt torawurlencode()all values provided to the method as merged with any default values.
It now properly skips any non-scalar values when assembling the URL path. This fixes an issue
discovered when providing an array of middleware as amiddlewaredefault route parameter.