Feature: new URI type (for http over unix socket) #7
Description
This issue has been moved from the zendframework
repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html
Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/6624
User: @slopjong
Created On: 2014-09-02T17:00:33Z
Updated At: 2015-02-22T18:11:33Z
Body
Unix sockets are also used for http, however, no existing URI type allows specifying an URI that takes a filepath as the authority which is a requirement in order to use the path for the actual web resource. Related to PR #6626.
Comment
User: @SwissEngine
Created On: 2014-09-02T18:43:30Z
Updated At: 2014-09-02T18:43:30Z
Body
http://php.net/manual/en/transports.php
Other sockets can be implemented too, could you add them ?
Comment
User: @Ocramius
Created On: 2014-12-24T00:09:38Z
Updated At: 2014-12-24T00:09:38Z
Body
This new feature requires careful unit-testing
Comment
User: @slopjong
Created On: 2014-12-24T15:47:33Z
Updated At: 2014-12-24T15:47:33Z
Body
@Ocramius I'll work on this and other PRs next days, are you on freenode sometimes? Just for the case I have some questions. I'll author the PRs all at once.
Comment
User: @Ocramius
Created On: 2014-12-24T16:34:39Z
Updated At: 2014-12-24T16:34:39Z
Body
@slopjong not these Christmas days, but I' tend to be on IRC, yes :)
Comment
User: @weierophinney
Created On: 2015-02-19T19:27:08Z
Updated At: 2015-02-19T19:27:08Z
Body
@slopjong — I'd love to have this for 2.4; will you be able to prepare tests in the next 2 weeks? If so, I'll add it to the milestone.
Comment
User: @slopjong
Created On: 2015-02-19T21:00:51Z
Updated At: 2015-02-19T21:00:51Z
Body
Yes. I'll definitely work on it this weekend. I was too busy in the past weeks/months.
Comment
User: @weierophinney
Created On: 2015-02-19T21:40:24Z
Updated At: 2015-02-19T21:40:24Z
Body
@slopjong cool -- I'll keep this under the "awaiting author updates", which will make it easy for me to search for changes in the next week; once I see the tests, I'll assign the milestone.
Activity