mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
clarify :)
This commit is contained in:
@@ -36,12 +36,11 @@
|
||||
ZEND_API void (*zend_execute)(zend_op_array *op_array TSRMLS_DC);
|
||||
ZEND_API void (*zend_execute_internal)(zend_execute_data *execute_data_ptr, int return_value_used TSRMLS_DC);
|
||||
|
||||
/* true global */
|
||||
/* true globals */
|
||||
ZEND_API zend_fcall_info_cache empty_fcall_info_cache = { NULL, NULL, NULL, 0 };
|
||||
|
||||
#ifdef ZEND_WIN32
|
||||
#include <process.h>
|
||||
|
||||
static WNDCLASS wc;
|
||||
static HWND timeout_window;
|
||||
static HANDLE timeout_thread_event;
|
||||
|
||||
Reference in New Issue
Block a user