Merge pull request #7947 from thinkerou/delete_unuse_macro

PHP: Delete invalid macro
pull/12366/head
Stanley Cheung 8 years ago committed by GitHub
commit a544ac8501
  1. 4
      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,

Loading…
Cancel
Save