aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2017-04-21 15:00:00 -0700
committerGitHub <noreply@github.com>2017-04-21 15:00:00 -0700
commit6fff091c49359ffd8550fc8228c79740b504a4fe (patch)
tree590cc44184f197dc5d0d53dfa4954b5f20f76833 /Makefile.am
parentf418b9e3eb2c986c914ada1869572dd47963ba0d (diff)
downloadprotobuf-6fff091c49359ffd8550fc8228c79740b504a4fe.tar.gz
protobuf-6fff091c49359ffd8550fc8228c79740b504a4fe.tar.bz2
protobuf-6fff091c49359ffd8550fc8228c79740b504a4fe.zip
Throw exception when parsing invalid data. (#3000)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d0f033af..3b57b585 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -646,6 +646,7 @@ php_EXTRA_DIST= \
php/src/Google/Protobuf/Internal/EnumBuilderContext.php \
php/src/Google/Protobuf/Internal/GPBUtil.php \
php/src/Google/Protobuf/Internal/FieldOptions_CType.php \
+ php/src/Google/Protobuf/Internal/GPBDecodeException.php \
php/src/Google/Protobuf/descriptor.php \
php/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php \
php/tests/array_test.php \