This is an automated email from the ASF dual-hosted git repository.
dcelasun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new caf8904 THRIFT-4969: PHP test doesn't check the code generation with
php:classmap
caf8904 is described below
commit caf8904913172b8ed37374a91751d36f404adcee
Author: Kengo Seki <[email protected]>
AuthorDate: Wed Oct 9 06:57:53 2019 +0900
THRIFT-4969: PHP test doesn't check the code generation with php:classmap
Client: php
This closes #1889.
---
test/php/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/php/Makefile.am b/test/php/Makefile.am
index 52765ee..9e13aff 100755
--- a/test/php/Makefile.am
+++ b/test/php/Makefile.am
@@ -21,7 +21,7 @@ stubs: ../ThriftTest.thrift
$(THRIFT) --gen php ../ThriftTest.thrift
$(THRIFT) --gen php:inlined ../ThriftTest.thrift
$(MKDIR_P) gen-php-classmap
- $(THRIFT) -out gen-php-classmap --gen php ../ThriftTest.thrift
+ $(THRIFT) -out gen-php-classmap --gen php:classmap ../ThriftTest.thrift
php_ext_dir:
mkdir -p php_ext_dir