SIGPIPE 313 ext/mysql/php_mysql.c handler = signal(SIGPIPE, SIG_IGN); SIGPIPE 315 ext/mysql/php_mysql.c signal(SIGPIPE, handler); SIGPIPE 328 ext/mysql/php_mysql.c handler = signal(SIGPIPE, SIG_IGN); SIGPIPE 330 ext/mysql/php_mysql.c signal(SIGPIPE, handler); SIGPIPE 681 ext/mysql/php_mysql.c handler=signal(SIGPIPE, SIG_IGN); SIGPIPE 688 ext/mysql/php_mysql.c signal(SIGPIPE, handler); SIGPIPE 702 ext/mysql/php_mysql.c signal(SIGPIPE, handler); SIGPIPE 126 ext/pcntl/pcntl.c REGISTER_LONG_CONSTANT("SIGPIPE", (long) SIGPIPE, CONST_CS | CONST_PERSISTENT); SIGPIPE 395 ext/pdo_mysql/mysql_driver.c handler=signal(SIGPIPE, SIG_IGN); SIGPIPE 400 ext/pdo_mysql/mysql_driver.c signal(SIGPIPE, handler); SIGPIPE 405 ext/pdo_mysql/mysql_driver.c signal(SIGPIPE, handler); SIGPIPE 145 sapi/apache/mod_php5.c handler = signal(SIGPIPE, SIG_IGN); SIGPIPE 155 sapi/apache/mod_php5.c signal(SIGPIPE, handler); SIGPIPE 290 sapi/apache_hooks/mod_php5.c handler = signal(SIGPIPE, SIG_IGN); SIGPIPE 300 sapi/apache_hooks/mod_php5.c signal(SIGPIPE, handler); SIGPIPE 1304 sapi/cgi/cgi_main.c #if defined(SIGPIPE) && defined(SIG_IGN) SIGPIPE 1305 sapi/cgi/cgi_main.c signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so SIGPIPE 234 sapi/cgi/fastcgi.c sigaction(SIGPIPE, NULL, &old_sa); SIGPIPE 236 sapi/cgi/fastcgi.c sigaction(SIGPIPE, &new_sa, NULL); SIGPIPE 634 sapi/cli/php_cli.c #if defined(SIGPIPE) && defined(SIG_IGN) SIGPIPE 635 sapi/cli/php_cli.c signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so SIGPIPE 150 sapi/embed/php_embed.c #if defined(SIGPIPE) && defined(SIG_IGN) SIGPIPE 151 sapi/embed/php_embed.c signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so SIGPIPE 953 sapi/milter/php_milter.c #if defined(SIGPIPE) && defined(SIG_IGN) SIGPIPE 954 sapi/milter/php_milter.c signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so