We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7275681 commit 13f130eCopy full SHA for 13f130e
Zend/zend.c
@@ -1349,11 +1349,11 @@ ZEND_API void zend_deactivate(void) /* {{{ */
1349
shutdown_scanner();
1350
} zend_end_try();
1351
1352
- zend_destroy_namespaces();
1353
-
1354
/* shutdown_executor() takes care of its own bailout handling */
1355
shutdown_executor();
1356
+ zend_destroy_namespaces();
+
1357
zend_try {
1358
zend_ini_deactivate();
1359
0 commit comments