浏览代码

unregister INI entries and fix invalid read on shutdown (#8042)

Antony Dovgal 4 年之前
父节点
当前提交
51b620ac96
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      php/ext/google/protobuf/protobuf.c

+ 1 - 0
php/ext/google/protobuf/protobuf.c

@@ -297,6 +297,7 @@ static PHP_MINIT_FUNCTION(protobuf) {
 }
 
 static PHP_MSHUTDOWN_FUNCTION(protobuf) {
+  UNREGISTER_INI_ENTRIES();
   return SUCCESS;
 }