mirror of
https://github.com/php/php-src.git
synced 2024-12-03 06:44:07 +08:00
fix non-ts build
This commit is contained in:
parent
9cd79b40c5
commit
b65385aa44
@ -54,8 +54,8 @@ static void istream_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC)
|
||||
}
|
||||
|
||||
#define FETCH_STM() \
|
||||
TSRMLS_FETCH(); \
|
||||
php_istream *stm = (php_istream*)This; \
|
||||
TSRMLS_FETCH(); \
|
||||
if (GetCurrentThreadId() != stm->engine_thread) \
|
||||
return RPC_E_WRONG_THREAD;
|
||||
|
||||
|
@ -87,8 +87,8 @@ static inline void trace(char *fmt, ...)
|
||||
/* }}} */
|
||||
|
||||
#define FETCH_DISP(methname) \
|
||||
TSRMLS_FETCH(); \
|
||||
php_dispatchex *disp = (php_dispatchex*)This; \
|
||||
TSRMLS_FETCH(); \
|
||||
if (COMG(rshutdown_started)) { \
|
||||
trace(" PHP Object:%p (name:unknown) %s\n", disp->object, methname); \
|
||||
} else { \
|
||||
|
Loading…
Reference in New Issue
Block a user