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 3de6695 commit 22f2a1dCopy full SHA for 22f2a1d
ext/pcntl/php_pcntl.h
@@ -44,11 +44,11 @@ struct php_pcntl_pending_signal {
44
ZEND_BEGIN_MODULE_GLOBALS(pcntl)
45
HashTable php_signal_table;
46
bool processing_signal_queue;
47
- struct php_pcntl_pending_signal *head, *tail, *spares;
48
- int last_error;
49
volatile bool pending_signals;
50
bool async_signals;
51
uint8_t num_signals;
+ int last_error;
+ struct php_pcntl_pending_signal *head, *tail, *spares;
52
ZEND_END_MODULE_GLOBALS(pcntl)
53
54
#if defined(ZTS) && defined(COMPILE_DL_PCNTL)
0 commit comments