Skip to content

Commit eca7bd1

Browse files
committed
Fix phpGH-9923: Add the SIGINFO constant in pcntl for system supporting it.
1 parent 6e5b989 commit eca7bd1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ext/pcntl/pcntl.stub.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,13 @@
224224
*/
225225
const SIGPWR = UNKNOWN;
226226
#endif
227+
#ifdef SIGINFO
228+
/**
229+
* @var int
230+
* @cvalue LONG_CONST(SIGINFO)
231+
*/
232+
const SIGINFO = UNKNOWN;
233+
#endif
227234
#ifdef SIGSYS
228235
/**
229236
* @var int

ext/pcntl/pcntl_arginfo.h

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)