Home
last modified time | relevance | path

Searched refs:signal (Results 1 – 25 of 35) sorted by path

12

/PHP-5.5/
H A DINSTALL247 using a HUP or USR1 signal.)
H A DNEWS8488 - Fixed bug #37635 (parameter of pcntl signal handler is trashed). (Mike)
8545 - Fixed bug #37313 (sigemptyset() used without including <signal.h>).
9517 - Fixed bug #33214 (odbc_next_result does not signal SQL errors with
H A Dconfigure.in499 signal.h \
/PHP-5.5/Zend/
H A DZend.m460 signal.h \
397 [ --enable-zend-signals Use zend signal handling],[
409 AC_DEFINE(ZEND_SIGNALS, 1, [Use zend signal handling])
413 AC_MSG_CHECKING(whether to enable zend signal handling)
H A Dzend_execute_API.c62 signal(SIGSEGV, original_sigsegv_handler);
64 signal(SIGSEGV, SIG_DFL);
139 original_sigsegv_handler = signal(SIGSEGV, zend_handle_sigsegv); in init_executor()
316 signal(SIGSEGV, original_sigsegv_handler); in shutdown_executor()
1417 signal(signo, zend_timeout); in zend_set_timeout()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic11174 >200 lelong >0 (signal %d)
13965 >32 lelong !0 (signal %d)
13987 >32 belong !0 (signal %d)
14009 >32 belong !0 (signal %d)
14031 >32 lelong !0 (signal %d)
14056 >32 belong !0 (signal %d)
14078 >32 lelong !0 (signal %d)
14100 >32 lelong !0 (signal %d)
14122 >32 lelong !0 (signal %d)
14132 >32 lelong !0 (signal %d)
[all …]
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c50 # define signal(a, b) NULL macro
53 # define signal(a, b) NULL macro
455 handler = signal(SIGPIPE, SIG_IGN); in _close_mysql_link()
457 signal(SIGPIPE, handler); in _close_mysql_link()
470 handler = signal(SIGPIPE, SIG_IGN); in _close_mysql_plink()
472 signal(SIGPIPE, handler); in _close_mysql_plink()
/PHP-5.5/ext/pcntl/
H A DREADME4 control (fork(), waitpid(), signal(), WIF's, etc). This is extremly experimental,
H A Dtest-pcntl.php6 function alarm_handle($signal){ argument
7 if ($signal==SIGALRM) print "Child: Caught SIGALRM!!!\n";
10 function usr1_handle($signal){ argument
11 if ($signal==SIGUSR1) print "Child: Caught SIGUSR1!!!\n";
/PHP-5.5/ext/pcntl/tests/
H A D001.phpt39 print "\nProcess was terminated by signal : ". $signal_print;
61 print "\nProcess was stoped by signal : ". $signal_print;
79 Process was terminated by signal : SIGTERM
82 Process was stoped by signal : SIGSTOP
H A Dpcntl_signal.phpt9 echo "signal dispatched\n";
26 signal dispatched
32 Warning: pcntl_signal(): Invalid signal %s
35 Warning: pcntl_signal(): Invalid signal %s
H A Dsignal_closure_handler.phpt2 Closures as a signal handler
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c497 handler = signal(SIGPIPE, SIG_IGN);
502 signal(SIGPIPE, handler);
507 signal(SIGPIPE, handler);
/PHP-5.5/ext/posix/tests/
H A Dposix_kill_error.phpt10 * Description: Send a signal to a process (POSIX.1, 3.3.2)
29 echo "\n-- Testing posix_kill() function with invalid signal --\n";
54 -- Testing posix_kill() function with invalid signal --
H A Dposix_kill_variation1.phpt10 * Description: Send a signal to a process (POSIX.1, 3.3.2)
H A Dposix_kill_variation2.phpt10 * Description: Send a signal to a process (POSIX.1, 3.3.2)
/PHP-5.5/ext/standard/
H A Dbasic_functions.c1885 ZEND_ARG_INFO(0, signal)
H A Dexec.c116 sig_handler = signal (SIGCHLD, SIG_DFL); in php_exec()
201 signal(SIGCHLD, sig_handler); in php_exec()
H A Dmail.c364 sig_handler = (void *)signal(SIGCHLD, SIG_DFL); in php_mail()
392 signal(SIGCHLD, sig_handler); in php_mail()
408 signal(SIGCHLD, sig_handler); in php_mail()
432 signal(SIGCHLD, sig_handler); in php_mail()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dproc_open02.phpt18 usleep(20000); // let the OS run the sleep process before sending the signal
/PHP-5.5/ext/standard/tests/misc/
H A Dtime_nanosleep_basic.phpt20 echo "Interrupted by a signal.\n";
/PHP-5.5/main/
H A Dmain.c1493 signal(SIGCHLD, sigchld_handler); in sigchld_handler()
1546 signal(SIGCHLD, sigchld_handler); in php_request_startup()
1616 signal(SIGCHLD, sigchld_handler); in php_request_startup()
1648 signal(SIGCHLD, sigchld_handler); in php_request_startup_for_hook()
/PHP-5.5/sapi/apache/
H A Dmod_php5.c141 handler = signal(SIGPIPE, SIG_IGN); in sapi_apache_read_post()
151 signal(SIGPIPE, handler); in sapi_apache_read_post()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c286 handler = signal(SIGPIPE, SIG_IGN); in sapi_apache_read_post()
296 signal(SIGPIPE, handler); in sapi_apache_read_post()
H A Dsapi_apache.c70 signal(SIGCHLD, sigchld_handler); in apache_php_module_hook()

Completed in 125 milliseconds

12