The new PECL package request-2.0.0 (stable) has been released at https://pecl.php.net/.
Release notes ------------- First 2.0 release, updated for PHP 7.3, 7.4, 8.0, and later. Package Info ------------- This extension provides server-side request and response objects for PHP. These are *not* HTTP message objects proper. They are more like wrappers for existing global PHP variables and functions. Four classes and one interface are defined in the global namespace: - _SapiRequest_, composed of read-only copies of PHP superglobals and some other commonly-used values. - _SapiUpload_, a value-object style descriptor of each uploaded file. - _SapiResponse_ and _SapiResponseInterface_, essentially a wrapper around (and buffer for) response-related PHP functions. - _SapiResponseSender_, for sending a _SapiResponse_. Related Links ------------- Package home: https://pecl.php.net/package/request Changelog: https://pecl.php.net/package-changelog.php?package=request Download: https://pecl.php.net/get/request-2.0.0.tgz Authors ------------- Paul Jones (lead) John Boehr <j...@johnboehr.is> (lead) -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php