Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2016 07:29:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 215436] [NEW PORT] devel/pecl-request: Provides server-side request and response objects for PHP 7
Message-ID:  <bug-215436-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215436

            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@FreeBSD.org
          Reporter: gasol.wu@gmail.com

Created attachment 178131
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D178131&action=
=3Dedit
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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215436-13>