zendframework / zend-http

Http component from Zend Framework
BSD 3-Clause "New" or "Revised" License
134 stars 85 forks source link

Detecting base url for console requests #165

Closed michalbundyra closed 5 years ago

michalbundyra commented 5 years ago

Alternative solution for: https://github.com/zendframework/zend-test/pull/66

Related issue: https://github.com/zendframework/zend-test/issues/71

In zend-test on dispatch from test global variables are set and the base url is detected wrongly in zend-http. Please see test case for more details.

weierophinney commented 5 years ago

Thanks, @webimpress!