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 @@ -31,6 +31,9 @@ PHP NEWS
31
31
. Fixed bug #79589 (error:14095126:SSL routines:ssl3_read_n:unexpected eof
32
32
while reading). (Jakub Zelenka)
33
33
34
+ - Pcntl:
35
+ . Fixed Haiku build. (David Carlier)
36
+
34
37
- Soap:
35
38
. Fixed bug GH-8578 (Error on wrong parameter on SoapHeader constructor).
36
39
(robertnisipeanu)
Original file line number Diff line number Diff line change @@ -148,7 +148,9 @@ void php_register_signal_constants(INIT_FUNC_ARGS)
148
148
#ifdef SIGPOLL
149
149
REGISTER_LONG_CONSTANT ("SIGPOLL" , (zend_long ) SIGPOLL , CONST_CS | CONST_PERSISTENT );
150
150
#endif
151
+ #ifdef SIGIO
151
152
REGISTER_LONG_CONSTANT ("SIGIO" , (zend_long ) SIGIO , CONST_CS | CONST_PERSISTENT );
153
+ #endif
152
154
#ifdef SIGPWR
153
155
REGISTER_LONG_CONSTANT ("SIGPWR" , (zend_long ) SIGPWR , CONST_CS | CONST_PERSISTENT );
154
156
#endif
You can’t perform that action at this time.
0 commit comments