From c7457ef65a7a8584b1e3bd396c401ccf8e275ffa Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Fri, 25 Aug 2017 08:49:34 -0700 Subject: Add any support in php runtime. (#3486) * Add any support in php runtime. * Remove unused file in config.m4 * Fix comments * Fix error for tsrmls build * Add newly added file to Makefile.am --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 52d7ce9d..cfcfc14e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -600,6 +600,7 @@ php_EXTRA_DIST= \ php/ext/google/protobuf/upb.c \ php/ext/google/protobuf/protobuf.c \ php/src/phpdoc.dist.xml \ + php/src/Google/Protobuf/Any.php \ php/src/Google/Protobuf/Descriptor.php \ php/src/Google/Protobuf/DescriptorPool.php \ php/src/Google/Protobuf/EnumDescriptor.php \ @@ -664,6 +665,7 @@ php_EXTRA_DIST= \ php/src/Google/Protobuf/Internal/SourceCodeInfo.php \ php/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php \ php/src/Google/Protobuf/Internal/UninterpretedOption.php \ + php/src/GPBMetadata/Google/Protobuf/Any.php \ php/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php \ php/tests/array_test.php \ php/tests/autoload.php \ -- cgit v1.2.3