if (EG(timed_out)) {
zend_timeout(0);
}
-#endif
-#ifdef NETWARE
- if (EG(nw_stack_limit) || (stackavail() <= 2048)) {
- zend_nw_stack_limit(0);
- }
#endif
if (EX(opline)->handler(&execute_data TSRMLS_CC)) {
return;
static int timeout_thread_initialized=0;
#endif
-#ifdef NETWARE
-ZEND_API void zend_nw_stack_limit(int dummy);
-#endif
-
#if ZEND_DEBUG
static void (*original_sigsegv_handler)(int);
static void zend_handle_sigsegv(int dummy)
EG(timed_out) = 0;
#endif
-#ifdef NETWARE
- EG(nw_stack_limit) = 0;
-#endif
-
EG(exception) = NULL;
EG(scope) = NULL;
EG(timeout_seconds), EG(timeout_seconds) == 1 ? "" : "s");
}
-#ifdef NETWARE
-ZEND_API void zend_nw_stack_limit(int dummy)
-{
- zend_error(E_ERROR, "Stack limit exceeded");
-}
-#endif
-
#ifdef ZEND_WIN32
static LRESULT CALLBACK zend_timeout_WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
{