File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ PHP NEWS
2121 . Fixed bug GH-8466 (ini_get() is optimized out when the option does not
2222 exist). (Arnaud)
2323
24+ - Pcntl:
25+ . Fixed Haiku build. (David Carlier)
26+
2427- Soap:
2528 . Fixed bug GH-8578 (Error on wrong parameter on SoapHeader constructor).
2629 (robertnisipeanu)
Original file line number Diff line number Diff line change @@ -151,7 +151,9 @@ void php_register_signal_constants(INIT_FUNC_ARGS)
151151#ifdef SIGPOLL
152152 REGISTER_LONG_CONSTANT ("SIGPOLL" , (zend_long ) SIGPOLL , CONST_CS | CONST_PERSISTENT );
153153#endif
154+ #ifdef SIGIO
154155 REGISTER_LONG_CONSTANT ("SIGIO" , (zend_long ) SIGIO , CONST_CS | CONST_PERSISTENT );
156+ #endif
155157#ifdef SIGPWR
156158 REGISTER_LONG_CONSTANT ("SIGPWR" , (zend_long ) SIGPWR , CONST_CS | CONST_PERSISTENT );
157159#endif
You can’t perform that action at this time.
0 commit comments