[Bug 215436] [NEW PORT] devel/pecl-request: Provides server-side request and response objects for PHP 7
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Dec 20 07:29:04 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215436
Bug ID: 215436
Summary: [NEW PORT] devel/pecl-request: Provides server-side
request and response objects for PHP 7
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: gasol.wu at gmail.com
Created attachment 178131
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=178131&action=edit
Shell archive
This extension provides server-side request and response objects for PHP 7.
These are *not* HTTP message objects proper. They are more like wrappers
for existing global PHP variables and functions, with some limited
additional convenience functionality.
This extension defines two classes in the global namespace:
- ServerRequest, composed of read-only copies of PHP superglobals and some
other commonly-used values, with methods for adding application-specific
request information in immutable fashion.
- ServerResponse, essentially a wrapper around (and buffer for) response-
related PHP functions, with some additional convenience methods, and self-
sending capability.
Documentation: https://gitlab.com/pmjones/ext-request
A PHP 5 userland implementation that tracks this extension is available at
https://packagist.org/packages/pmjones/request .
WWW: https://pecl.php.net/package/request
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list