mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
ext/pcntl: Use uint8_t type for num_signals module global
This commit is contained in:
@@ -48,7 +48,7 @@ ZEND_BEGIN_MODULE_GLOBALS(pcntl)
|
||||
int last_error;
|
||||
volatile bool pending_signals;
|
||||
bool async_signals;
|
||||
unsigned num_signals;
|
||||
uint8_t num_signals;
|
||||
ZEND_END_MODULE_GLOBALS(pcntl)
|
||||
|
||||
#if defined(ZTS) && defined(COMPILE_DL_PCNTL)
|
||||
|
||||
Reference in New Issue
Block a user