diff options
author | Dmitry Stogov <dmitry@zend.com> | 2016-06-20 14:58:42 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2016-06-20 14:58:42 +0300 |
commit | c8706331b5511397bee28c676d98672383222f2f (patch) | |
tree | b6b69b067b396d08f03f7a213d2b6bde89cc1ad9 /sapi/embed/php_embed.c | |
parent | 3abd9c34c1e7249db92014a82b4430393c53928c (diff) | |
download | php-git-c8706331b5511397bee28c676d98672383222f2f.tar.gz |
Cleanup zend_signal API
Diffstat (limited to 'sapi/embed/php_embed.c')
-rw-r--r-- | sapi/embed/php_embed.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sapi/embed/php_embed.c b/sapi/embed/php_embed.c index 18c2027271..7cc4e6a126 100644 --- a/sapi/embed/php_embed.c +++ b/sapi/embed/php_embed.c @@ -177,9 +177,7 @@ EMBED_SAPI_API int php_embed_init(int argc, char **argv) ZEND_TSRMLS_CACHE_UPDATE(); #endif -#ifdef ZEND_SIGNALS zend_signal_startup(); -#endif sapi_startup(&php_embed_module); |