Zitat von Paul M. Jones <pmjo...@pmjones.io>:
Hi Internals,
After a couple of years of incubation, I am happy to offer a second
version of this RFC:
https://wiki.php.net/rfc/request_response
It proposes an object-oriented approach around request and response
functionality already existing in PHP, in order to reduce the
global-state problems that come with superglobals and the various
response-related functions.
I like this proposal a lot, since it provides a clear, concise
interface to these commonly uses, yet inconveniant to use, existing
functions and variables without having to always use a full-featured
userland library.
Speaking of interfaces: since you suggest using decoration and
composition over extension for ServerResponse, I am missing a
ServerResponseInterface, so that you can easily typehint such userland
decorators.
--
Jan Schneider
The Horde Project
https://www.horde.org/
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php