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.

The SQLite "about" page says, "Think of SQLite not as a replacement for Oracle 
but as a replacement for fopen()." <https://www.sqlite.org/about.html>  
Likewise, think of this RFC not as a replacement for HttpFoundation or PSR-7, 
or as a model of HTTP messages, but as an object-oriented alternative to 
superglobals, header(), setcookie(), setrawcookie(), and so on.

Thanks in advance for your time and consideration while evaluating it.


-- 
Paul M. Jones
pmjo...@pmjones.io
http://paul-m-jones.com

Modernizing Legacy Applications in PHP
https://leanpub.com/mlaphp

Solving the N+1 Problem in PHP
https://leanpub.com/sn1php

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to