Properly terminate method array.

pull/7944/head
Joshua Haberman 4 years ago
parent 5a98ff98d7
commit 8308aa0c31
  1. 1
      php/ext/google/protobuf/def.c

@ -1036,6 +1036,7 @@ PHP_METHOD(InternalDescriptorPool, getGeneratedPool) {
static zend_function_entry InternalDescriptorPool_methods[] = { static zend_function_entry InternalDescriptorPool_methods[] = {
PHP_ME(InternalDescriptorPool, getGeneratedPool, NULL, PHP_ME(InternalDescriptorPool, getGeneratedPool, NULL,
ZEND_ACC_PUBLIC|ZEND_ACC_STATIC) ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
ZEND_FE_END
}; };
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------

Loading…
Cancel
Save