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/cgi/cgi_main.c | |
parent | 3abd9c34c1e7249db92014a82b4430393c53928c (diff) | |
download | php-git-c8706331b5511397bee28c676d98672383222f2f.tar.gz |
Cleanup zend_signal API
Diffstat (limited to 'sapi/cgi/cgi_main.c')
-rw-r--r-- | sapi/cgi/cgi_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index e758b33eeb..e3398e03e0 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -1800,9 +1800,7 @@ int main(int argc, char *argv[]) ZEND_TSRMLS_CACHE_UPDATE(); #endif -#ifdef ZEND_SIGNALS zend_signal_startup(); -#endif #ifdef ZTS ts_allocate_id(&php_cgi_globals_id, sizeof(php_cgi_globals_struct), (ts_allocate_ctor) php_cgi_globals_ctor, NULL); |