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.
2 parents 06c3f9b + 5017240 commit 6c1ea04Copy full SHA for 6c1ea04
ext/pcntl/pcntl.c
@@ -152,7 +152,9 @@ void php_register_signal_constants(INIT_FUNC_ARGS)
152
#ifdef SIGPOLL
153
REGISTER_LONG_CONSTANT("SIGPOLL", (zend_long) SIGPOLL, CONST_CS | CONST_PERSISTENT);
154
#endif
155
+#ifdef SIGIO
156
REGISTER_LONG_CONSTANT("SIGIO", (zend_long) SIGIO, CONST_CS | CONST_PERSISTENT);
157
+#endif
158
#ifdef SIGPWR
159
REGISTER_LONG_CONSTANT("SIGPWR", (zend_long) SIGPWR, CONST_CS | CONST_PERSISTENT);
160
0 commit comments