aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2017-06-01 03:22:15 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2017-06-01 03:22:15 -0700
commitbc54144b2e7526defe28db98cfcf079387c44da7 (patch)
tree753dccc00b30c439732972442125bee404353213 /templates/src
parent5cae37ab5e0232bb48c0427168ccd6c9d069f6e0 (diff)
PHP: windows config.w32 fix
Diffstat (limited to 'templates/src')
-rw-r--r--templates/src/php/ext/grpc/version.h.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/php/ext/grpc/version.h.template b/templates/src/php/ext/grpc/version.h.template
index 828ea69296..10977a83c2 100644
--- a/templates/src/php/ext/grpc/version.h.template
+++ b/templates/src/php/ext/grpc/version.h.template
@@ -37,6 +37,6 @@
#ifndef VERSION_H
#define VERSION_H
- #define PHP_GRPC_VERSION "${settings.php_version.php_composer()}"
+ #define PHP_GRPC_VERSION "${settings.php_version.php()}"
#endif /* VERSION_H */