Skip to content

Commit 13f130e

Browse files
committed
destroy namespaces after executor shutdown
1 parent 7275681 commit 13f130e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/zend.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,11 +1349,11 @@ ZEND_API void zend_deactivate(void) /* {{{ */
13491349
shutdown_scanner();
13501350
} zend_end_try();
13511351

1352-
zend_destroy_namespaces();
1353-
13541352
/* shutdown_executor() takes care of its own bailout handling */
13551353
shutdown_executor();
13561354

1355+
zend_destroy_namespaces();
1356+
13571357
zend_try {
13581358
zend_ini_deactivate();
13591359
} zend_end_try();

0 commit comments

Comments
 (0)