File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ PHP NEWS
21
21
. Fixed bug GH-8466 (ini_get() is optimized out when the option does not
22
22
exist). (Arnaud)
23
23
24
+ - Pcntl:
25
+ . Fixed Haiku build. (David Carlier)
26
+
24
27
- Soap:
25
28
. Fixed bug GH-8578 (Error on wrong parameter on SoapHeader constructor).
26
29
(robertnisipeanu)
Original file line number Diff line number Diff line change @@ -151,7 +151,9 @@ void php_register_signal_constants(INIT_FUNC_ARGS)
151
151
#ifdef SIGPOLL
152
152
REGISTER_LONG_CONSTANT ("SIGPOLL" , (zend_long ) SIGPOLL , CONST_CS | CONST_PERSISTENT );
153
153
#endif
154
+ #ifdef SIGIO
154
155
REGISTER_LONG_CONSTANT ("SIGIO" , (zend_long ) SIGIO , CONST_CS | CONST_PERSISTENT );
156
+ #endif
155
157
#ifdef SIGPWR
156
158
REGISTER_LONG_CONSTANT ("SIGPWR" , (zend_long ) SIGPWR , CONST_CS | CONST_PERSISTENT );
157
159
#endif
You can’t perform that action at this time.
0 commit comments