aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/ext/grpc/php_grpc.h
diff options
context:
space:
mode:
authorGravatar thinkerou <thinkerou@gmail.com>2016-07-20 16:59:54 +0800
committerGravatar thinkerou <thinkerou@gmail.com>2016-07-20 17:03:33 +0800
commita3730b75f8cf086f7eedc2f34ad6d928b69b28d0 (patch)
treeb1667e353e369088e6c41c797596456b9027ee6a /src/php/ext/grpc/php_grpc.h
parentf3f5c18e5ad14a35351f672181c51998b589cef3 (diff)
support php7 by marco
Diffstat (limited to 'src/php/ext/grpc/php_grpc.h')
-rw-r--r--src/php/ext/grpc/php_grpc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/php/ext/grpc/php_grpc.h b/src/php/ext/grpc/php_grpc.h
index 1d4834c50f..bd7ee75a6f 100644
--- a/src/php/ext/grpc/php_grpc.h
+++ b/src/php/ext/grpc/php_grpc.h
@@ -72,8 +72,8 @@ PHP_MSHUTDOWN_FUNCTION(grpc);
PHP_MINFO_FUNCTION(grpc);
/*
- Declare any global variables you may need between the BEGIN
- and END macros here:
+ Declare any global variables you may need between the BEGIN
+ and END macros here:
ZEND_BEGIN_MODULE_GLOBALS(grpc)
ZEND_END_MODULE_GLOBALS(grpc)