aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/ext
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-07-20 14:02:33 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-07-20 14:02:33 -0700
commitbae0cf17065332220519fdd711aee6634bc999b4 (patch)
treee368c909130aac6ab0a5d729bb7fafd6edee046a /src/php/ext
parenta3730b75f8cf086f7eedc2f34ad6d928b69b28d0 (diff)
minor changes. cannot assume hostname unchanged
Diffstat (limited to 'src/php/ext')
-rw-r--r--src/php/ext/grpc/channel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/php/ext/grpc/channel.c b/src/php/ext/grpc/channel.c
index ce96457c7c..6737e340f9 100644
--- a/src/php/ext/grpc/channel.c
+++ b/src/php/ext/grpc/channel.c
@@ -86,7 +86,8 @@ zend_object_value create_wrapped_grpc_channel(zend_class_entry *class_type
return retval;
}
-void php_grpc_read_args_array(zval *args_array, grpc_channel_args *args TSRMLS_DC) {
+void php_grpc_read_args_array(zval *args_array,
+ grpc_channel_args *args TSRMLS_DC) {
HashTable *array_hash;
HashPosition array_pointer;
int args_index;