Re: [PSR-11] Exceptions

2016-11-19 Thread Larry Garfield
We discussed the exception handling at the php[world] meeting, and the general consensus from those in the room was that semantically "missing", "broken", and "other" are distinct error conditions that should be treated separately. To that end I offer the following PR so there's something

Re: [PSR-11] Characters allowed in service IDs

2016-11-19 Thread Larry Garfield
Per the open meeting at php[world] I have updated the PR again to remove mention of the character encoding. --Larry Garfield On 11/18/2016 04:56 PM, Daniel Plainview wrote: > In the eyes of interoperability and standard, unless there's a strong and compelling reason to add "UTF-8" to the

Re: Routing PSR

2016-11-19 Thread Paul Dragoonis
Hi Guys, I'm busy with my 3 children over the weekend so I'll be back on on wagon on Monday. To clarify: what I've been working on is a HTTP Router specification, that uses HTTP Messages standard, and the PSR Middleware standard. Speak on Monday. Many thanks, Paul On Sat, Nov 19, 2016 at

Re: Routing PSR

2016-11-19 Thread Woody Gilk
Larry, I think this may be a difference, or lack of clarity, with language. My interpretation is that this would be an HTTP Router proposal that would use HTTP Messages. My feeling is that this area is definitely open to standardization, as there are many "routing" packages that effectively do