]> granicus.if.org Git - php/commit
Fix bug #71041 dynamic embed SAPI load error
authorValentin V. Bartenev <vbart@nginx.com>
Tue, 20 Nov 2018 15:48:06 +0000 (18:48 +0300)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 20 Nov 2018 20:30:02 +0000 (21:30 +0100)
commit11ddf7669a58969ad9101032ce891b951819b3e1
treed04d7d9fdd895f405e70073763583ddeaccb4f86
parent05782f01f5d179187798551e901d06d2c621bdae
Fix bug #71041 dynamic embed SAPI load error

If the library is built with ZEND_SIGNALS defined, it's unusable with an
external SAPI module because the zend_signal_startup() call is mandatory
in this case.

This bug is similar to #74149, but related to dynamic loading of PHP library.
NEWS
Zend/zend_signal.c
Zend/zend_signal.h