diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 5 | ||||
| -rw-r--r-- | php-pecl-grpc.spec | 8 | 
3 files changed, 11 insertions, 4 deletions
@@ -2,7 +2,7 @@  grpc  grpc support => enabled -grpc module version => 1.38.0 +grpc module version => 1.39.0  Directive => Local Value => Master Value  grpc.enable_fork_support => 0 => 0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #118 grpc version 1.38.0 ] { +Extension [ <persistent> extension #122 grpc version 1.39.0 ] {    - INI {      Entry [ grpc.enable_fork_support <SYSTEM> ] @@ -18,7 +18,7 @@ Extension [ <persistent> extension #118 grpc version 1.38.0 ] {      }    } -  - Constants [41] { +  - Constants [42] {      Constant [ int Grpc\CALL_OK ] { 0 }      Constant [ int Grpc\CALL_ERROR ] { 1 }      Constant [ int Grpc\CALL_ERROR_NOT_ON_SERVER ] { 2 } @@ -60,6 +60,7 @@ Extension [ <persistent> extension #118 grpc version 1.38.0 ] {      Constant [ int Grpc\CHANNEL_READY ] { 2 }      Constant [ int Grpc\CHANNEL_TRANSIENT_FAILURE ] { 3 }      Constant [ int Grpc\CHANNEL_FATAL_FAILURE ] { 4 } +    Constant [ string Grpc\VERSION ] { 1.39.0 }    }    - Classes [7] { diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index d0a46e0..3520937 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -20,7 +20,7 @@  %global pecl_name grpc  %global with_zts  0%{!?_without_zts:%{?__ztsphp:1}}  %global ini_name  40-%{pecl_name}.ini -%global upstream_version 1.38.0 +%global upstream_version 1.39.0  #global upstream_prever  RC1  Summary:        General RPC framework @@ -71,6 +71,9 @@ Obsoletes:     php74-pecl-%{pecl_name}  <= %{version}  %if "%{php_version}" > "8.0"  Obsoletes:     php80-pecl-%{pecl_name}  <= %{version}  %endif +%if "%{php_version}" > "8.1" +Obsoletes:     php81-pecl-%{pecl_name}  <= %{version} +%endif  %endif @@ -226,6 +229,9 @@ cd ../ZTS  %changelog +* Sun Jul 25 2021 Remi Collet <remi@remirepo.net> - 1.39.0-1 +- update to 1.39.0 +  * Tue May 25 2021 Remi Collet <remi@remirepo.net> - 1.38.0-1  - update to 1.38.0  | 
