diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-19 18:31:18 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-19 18:31:18 +0100 |
commit | b67588bce21e3ff7f89773c7a5d5d1c89667b9a3 (patch) | |
tree | 29a480a759eec5a61d27c62827f7cf211bfaa403 | |
parent | 30d5de4c801b34261fc10de03aad28518f70fa4a (diff) |
php-pecl-request: 1.0.0b1 (php 7, beta)
-rw-r--r-- | REFLECTION | 8 | ||||
-rw-r--r-- | php-pecl-request.spec | 7 |
2 files changed, 11 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #113 request version 1.0.0a2 ] { +Extension [ <persistent> extension #115 request version 1.0.0b1 ] { - Dependencies { Dependency [ spl (Required) ] @@ -41,7 +41,7 @@ Extension [ <persistent> extension #113 request version 1.0.0a2 ] { } } - - Properties [27] { + - Properties [31] { Property [ <default> private $_initialized ] Property [ <default> public $accept ] Property [ <default> public $acceptCharset ] @@ -59,6 +59,10 @@ Extension [ <persistent> extension #113 request version 1.0.0a2 ] { Property [ <default> public $cookie ] Property [ <default> public $env ] Property [ <default> public $files ] + Property [ <default> public $forwarded ] + Property [ <default> public $forwardedFor ] + Property [ <default> public $forwardedHost ] + Property [ <default> public $forwardedProto ] Property [ <default> public $get ] Property [ <default> public $headers ] Property [ <default> public $input ] diff --git a/php-pecl-request.spec b/php-pecl-request.spec index aa76d6c..4d1beed 100644 --- a/php-pecl-request.spec +++ b/php-pecl-request.spec @@ -14,12 +14,12 @@ %global pecl_name request %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global prever a2 +%global prever b1 Summary: Server-side request and response objects Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.0 -Release: 0.3.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 0.4.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -227,6 +227,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Dec 19 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.4.b1 +- update to 1.0.0b1 (beta) + * Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.3.a2 - rebuild with PHP 7.1.0 GA |