Port details |
- pecl-request Provides server-side request and response objects for PHP 7
- 1.0.0b1 devel
=1 1.0.0b1Version of this port present on the latest quarterly branch.
- Maintainer: gasol.wu@gmail.com
- Port Added: 2016-12-23 10:51:06
- Last Update: 2019-12-17 20:36:30
- SVN Revision: 520347
- People watching this port, also watch:: zrep
- License: MIT
- WWW:
- https://pecl.php.net/package/request
- Description:
- 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
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PHP_PKGNAMEPREFIX}pecl-request>0:devel/pecl-request
- No installation instructions:
- This port has been deleted.
- PKGNAME: php71-pecl-request
- Package flavors (<flavor>: <package>)
- php71: php71-pecl-request
- distinfo:
- TIMESTAMP = 1482201871
SHA256 (PECL/request-1.0.0b1.tgz) = 04e1a5401a3ccab2e03cde742ffb209b4b2c552edceb0c1e8eebbf642373e5b7
SIZE (PECL/request-1.0.0b1.tgz) = 34666
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- phpize : lang/php71
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php71
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- php:pecl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0b1 17 Dec 2019 20:36:30 |
rene |
Finish removal of PHP 7.1.
Submitted by: antoine
lang/php71-extensions
devel/pecl-request |
1.0.0b1 22 Sep 2019 07:14:00 |
antoine |
Ignore with php 7.4
Reported by: pkg-fallout |
1.0.0b1 05 Jan 2019 15:47:57 |
rene |
Remove stale IGNORE_WITH_PHP=56 values.
Reminded by: sunpoet |
1.0.0b1 12 Oct 2018 06:23:47 |
antoine |
Those ports are not compatible with php 7.3
Reported by: pkg-fallout |
1.0.0b1 14 Dec 2017 13:57:29 |
tz |
Add missing IGNORE_WITH_PHP for various pecl-ports.
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.
PR: 222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476 |
1.0.0b1 10 Apr 2017 15:08:47 |
mat |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281 |
1.0.0b1 23 Dec 2016 10:50:58 |
vanilla |
Add pecl-request 1.0.0b1, provides server-side request and response
objects for PHP 7.
PR: 215436
Submitted by: Gasol Wu <gasol.wu@gmail.com> |
Number of commits found: 7
|