commit | 8308aa0c311fd148a62b1b3db64b4c5656a3e121 | [log] [tgz] |
---|---|---|
author | Joshua Haberman <jhaberman@gmail.com> | Tue Oct 06 14:18:21 2020 -0700 |
committer | Joshua Haberman <jhaberman@gmail.com> | Tue Oct 06 14:18:21 2020 -0700 |
tree | 2902872efdf04aa5f5d35b076755c9733935b300 | |
parent | 5a98ff98d756e8b47c846924c8469a4abe608e6e [diff] |
Properly terminate method array.
diff --git a/php/ext/google/protobuf/def.c b/php/ext/google/protobuf/def.c index ac24400..3f7590c 100644 --- a/php/ext/google/protobuf/def.c +++ b/php/ext/google/protobuf/def.c
@@ -1036,6 +1036,7 @@ static zend_function_entry InternalDescriptorPool_methods[] = { PHP_ME(InternalDescriptorPool, getGeneratedPool, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC) + ZEND_FE_END }; // -----------------------------------------------------------------------------