{
int retval = SUCCESS;
-#if ZEND_RC_DEBUG
- zend_rc_debug = 1;
-#endif
-
zend_interned_strings_activate();
#ifdef HAVE_DTRACE
#ifdef HAVE_DTRACE
DTRACE_REQUEST_SHUTDOWN(SAFE_FILENAME(SG(request_info).path_translated), SAFE_FILENAME(SG(request_info).request_uri), (char *)SAFE_FILENAME(SG(request_info).request_method));
#endif /* HAVE_DTRACE */
-
-#if ZEND_RC_DEBUG
- zend_rc_debug = 0;
-#endif
}
/* }}} */
zend_interned_strings_switch_storage(1);
+#if ZEND_RC_DEBUG
+ zend_rc_debug = 1;
+#endif
+
/* we're done */
return retval;
}
ts_free_worker_threads();
#endif
+#if ZEND_RC_DEBUG
+ zend_rc_debug = 0;
+#endif
+
#ifdef PHP_WIN32
(void)php_win32_shutdown_random_bytes();
#endif