We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e4de8 commit 3de6695Copy full SHA for 3de6695
ext/pcntl/php_pcntl.h
@@ -48,7 +48,7 @@ ZEND_BEGIN_MODULE_GLOBALS(pcntl)
48
int last_error;
49
volatile bool pending_signals;
50
bool async_signals;
51
- unsigned num_signals;
+ uint8_t num_signals;
52
ZEND_END_MODULE_GLOBALS(pcntl)
53
54
#if defined(ZTS) && defined(COMPILE_DL_PCNTL)
0 commit comments