SIG_IGN 178 Zend/zend_signal.c } else if (p_sig.handler != SIG_IGN) { /* ignore SIG_IGN */ SIG_IGN 455 ext/mysql/php_mysql.c handler = signal(SIGPIPE, SIG_IGN); SIG_IGN 470 ext/mysql/php_mysql.c handler = signal(SIGPIPE, SIG_IGN); SIG_IGN 214 ext/pcntl/pcntl.c REGISTER_LONG_CONSTANT("SIG_IGN", (long) SIG_IGN, CONST_CS | CONST_PERSISTENT); SIG_IGN 872 ext/pcntl/pcntl.c if (Z_LVAL_P(handle) != (long) SIG_DFL && Z_LVAL_P(handle) != (long) SIG_IGN) { SIG_IGN 497 ext/pdo_mysql/mysql_driver.c handler = signal(SIGPIPE, SIG_IGN); SIG_IGN 141 sapi/apache/mod_php5.c handler = signal(SIGPIPE, SIG_IGN); SIG_IGN 286 sapi/apache_hooks/mod_php5.c handler = signal(SIGPIPE, SIG_IGN); SIG_IGN 1785 sapi/cgi/cgi_main.c #if defined(SIGPIPE) && defined(SIG_IGN) SIG_IGN 1786 sapi/cgi/cgi_main.c signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so SIG_IGN 1247 sapi/cli/php_cli.c #if defined(SIGPIPE) && defined(SIG_IGN) SIG_IGN 1248 sapi/cli/php_cli.c signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so SIG_IGN 163 sapi/embed/php_embed.c #if defined(SIGPIPE) && defined(SIG_IGN) SIG_IGN 164 sapi/embed/php_embed.c signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so SIG_IGN 1628 sapi/fpm/fpm/fpm_main.c #if defined(SIGPIPE) && defined(SIG_IGN) SIG_IGN 1629 sapi/fpm/fpm/fpm_main.c signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so SIG_IGN 1034 sapi/litespeed/lsapi_main.c #if defined(SIGPIPE) && defined(SIG_IGN) SIG_IGN 1035 sapi/litespeed/lsapi_main.c signal(SIGPIPE, SIG_IGN); SIG_IGN 1253 sapi/litespeed/lsapilib.c #if defined(SIGXFSZ) && defined(SIG_IGN) SIG_IGN 1254 sapi/litespeed/lsapilib.c signal(SIGXFSZ, SIG_IGN); SIG_IGN 1010 sapi/milter/php_milter.c #if defined(SIGPIPE) && defined(SIG_IGN) SIG_IGN 1011 sapi/milter/php_milter.c signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so SIG_IGN 1367 sapi/phpdbg/phpdbg.c signal(SIGPIPE, SIG_IGN);