On Tue, Jul 18, 2017 at 2:56 PM, li...@rhsoft.net <li...@rhsoft.net> wrote:
> > > Am 18.07.2017 um 20:39 schrieb Michael Morris: > >> Personally, I no longer directly use these calls, preferring instead to >> use >> Symfony's HTTP foundation classes. Those in turn are, I understand, in the >> process of being converted to implement the common interface outlined >> here: >> http://www.php-fig.org/psr/psr-7/ I would be much more interested in >> seeing a bare bones implementation of that agreed on standard in the >> language core then seeing something entirely new, especially a band aid >> solution >> > > but why do you do this? > > Because I want to be done in a matter of hours or at most days instead of a matter of weeks or months. I've been down the "roll your own" road many times. It usually isn't worth it.