From b67588bce21e3ff7f89773c7a5d5d1c89667b9a3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Dec 2016 18:31:18 +0100 Subject: php-pecl-request: 1.0.0b1 (php 7, beta) --- REFLECTION | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index c64cd00..65382c7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #113 request version 1.0.0a2 ] { +Extension [ extension #115 request version 1.0.0b1 ] { - Dependencies { Dependency [ spl (Required) ] @@ -41,7 +41,7 @@ Extension [ extension #113 request version 1.0.0a2 ] { } } - - Properties [27] { + - Properties [31] { Property [ private $_initialized ] Property [ public $accept ] Property [ public $acceptCharset ] @@ -59,6 +59,10 @@ Extension [ extension #113 request version 1.0.0a2 ] { Property [ public $cookie ] Property [ public $env ] Property [ public $files ] + Property [ public $forwarded ] + Property [ public $forwardedFor ] + Property [ public $forwardedHost ] + Property [ public $forwardedProto ] Property [ public $get ] Property [ public $headers ] Property [ public $input ] -- cgit