]> granicus.if.org Git - php/commit
Fix dl() module unloading in post deactivate
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 18 Apr 2019 08:10:15 +0000 (10:10 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 18 Apr 2019 08:10:15 +0000 (10:10 +0200)
commited4c24274bc45aae3b18f26d19db06b42624ecdf
treea6a23d1787a60aea046db4852dc5dd06685eeec3
parent38f9c8d93da66e191116dd23b6ea7ede494c71f2
Fix dl() module unloading in post deactivate

FOREACH_END_DEL() does not call the destructor by itself, we need to
explicitly call it. Due to the missing dtor call the functions were
not unregistered early, which resulted in later shutdown segfaults.
Zend/zend_API.c