summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-08 10:28:32 +0200
committerRemi Collet <remi@php.net>2024-07-08 10:28:32 +0200
commit26f57cd9be209346f262ea1610ab932a32df25e8 (patch)
treea80213fa6e94b53ccb6b231a67d9a399fc69b1d6
parent8ced9ce6a8be73527c2eed0e4b66d3acd528c96a (diff)
refresh refl
-rw-r--r--PHPINFO3
-rw-r--r--REFLECTION7
-rw-r--r--php-pecl-grpc.spec1
3 files changed, 3 insertions, 8 deletions
diff --git a/PHPINFO b/PHPINFO
index 71521e0..a3af99d 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,11 +2,10 @@
grpc
grpc support => enabled
-grpc module version => 1.64.1
+grpc module version => 1.65.0RC2
Directive => Local Value => Master Value
grpc.enable_fork_support => 0 => 0
grpc.poll_strategy => no value => no value
grpc.grpc_verbosity => no value => no value
grpc.grpc_trace => no value => no value
-grpc.log_filename => no value => no value
diff --git a/REFLECTION b/REFLECTION
index fa4e345..04529b4 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #106 grpc version 1.64.1 ] {
+Extension [ <persistent> extension #109 grpc version 1.65.0RC2 ] {
- INI {
Entry [ grpc.enable_fork_support <SYSTEM> ]
@@ -13,9 +13,6 @@ Extension [ <persistent> extension #106 grpc version 1.64.1 ] {
Entry [ grpc.grpc_trace <SYSTEM> ]
Current = ''
}
- Entry [ grpc.log_filename <SYSTEM> ]
- Current = ''
- }
}
- Constants [42] {
@@ -60,7 +57,7 @@ Extension [ <persistent> extension #106 grpc version 1.64.1 ] {
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.64.1 }
+ Constant [ string Grpc\VERSION ] { 1.65.0RC2 }
}
- Classes [7] {
diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec
index ff34c38..db7b32a 100644
--- a/php-pecl-grpc.spec
+++ b/php-pecl-grpc.spec
@@ -96,7 +96,6 @@ extension=%{pecl_name}.so
;grpc.poll_strategy = ''
;grpc.grpc_verbosity = ''
;grpc.grpc_trace = ''
-;grpc.log_filename = ''
EOF