aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/ext/grpc
diff options
context:
space:
mode:
authorGravatar thinkerou <thinkerou@gmail.com>2017-09-01 10:30:25 +0800
committerGravatar thinkerou <thinkerou@gmail.com>2017-09-01 10:31:40 +0800
commit8d6a61af2fa67e7f777d9807ee3cecc27ddca0f9 (patch)
treea2851dcc512b04f194ccc255c43ef23dbf32b5c8 /src/php/ext/grpc
parent090cd46a6c7807331ce665881b64ce2ec07b080d (diff)
Remove invalide macro
Diffstat (limited to 'src/php/ext/grpc')
-rw-r--r--src/php/ext/grpc/php_grpc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/php/ext/grpc/php_grpc.c b/src/php/ext/grpc/php_grpc.c
index 4ed56de993..0f2c5b8114 100644
--- a/src/php/ext/grpc/php_grpc.c
+++ b/src/php/ext/grpc/php_grpc.c
@@ -49,9 +49,7 @@ const zend_function_entry grpc_functions[] = {
/* {{{ grpc_module_entry
*/
zend_module_entry grpc_module_entry = {
-#if ZEND_MODULE_API_NO >= 20010901
STANDARD_MODULE_HEADER,
-#endif
"grpc",
grpc_functions,
PHP_MINIT(grpc),
@@ -59,9 +57,7 @@ zend_module_entry grpc_module_entry = {
PHP_RINIT(grpc),
NULL,
PHP_MINFO(grpc),
-#if ZEND_MODULE_API_NO >= 20010901
PHP_GRPC_VERSION,
-#endif
PHP_MODULE_GLOBALS(grpc),
PHP_GINIT(grpc),
NULL,