X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_raphf.c;h=e2ff95c232c39aa239297651546db6e52a772894;hb=8ab1490ec9debc23bf85c8b7fd494d05b1abdeaa;hp=1f98145ff756a09e91d3c8cf69150a9f17be5d08;hpb=86c08b73308a9fced33e42fe4148b0aba798392a;p=m6w6%2Fext-raphf diff --git a/php_raphf.c b/php_raphf.c index 1f98145..e2ff95c 100644 --- a/php_raphf.c +++ b/php_raphf.c @@ -592,6 +592,7 @@ PHP_MINIT_FUNCTION(raphf) PHP_MSHUTDOWN_FUNCTION(raphf) { UNREGISTER_INI_ENTRIES(); + php_persistent_handles_global_hash = NULL; return SUCCESS; }