Home
last modified time | relevance | path

Searched refs:restart (Results 1 – 25 of 28) sorted by relevance

12

/PHP-7.1/ext/pcntl/
H A Dphp_signal.c28 Sigfunc *php_signal4(int signo, Sigfunc *func, int restart, int mask_all) in php_signal4() argument
46 if (signo == SIGALRM || (! restart)) { in php_signal4()
66 Sigfunc *php_signal(int signo, Sigfunc *func, int restart) in php_signal() argument
68 return php_signal4(signo, func, restart, 0); in php_signal()
H A Dphp_signal.h37 Sigfunc *php_signal(int signo, Sigfunc *func, int restart);
38 Sigfunc *php_signal4(int signo, Sigfunc *func, int restart, int mask_all);
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_lexer.l61 restart: in phpdbg_lex()
178 goto restart; in phpdbg_lex()
203 goto restart;
210 goto restart;
H A Dphpdbg.init.d113 restart)
H A Dphpdbg_lexer.c63 restart: in phpdbg_lex()
157 goto restart; in phpdbg_lex()
182 goto restart; in phpdbg_lex()
497 goto restart; in phpdbg_lex()
1558 goto restart; in phpdbg_lex()
1583 goto restart; in phpdbg_lex()
/PHP-7.1/sapi/phpdbg/tests/
H A Dbreakpoints_002.phpt2 Preserve breakpoints on restart
21 prompt> Do you really want to restart execution? (type y or n): [Breakpoint #1 at %s:3, hits: 1]
H A Dbreakpoints_003.phpt23 prompt> Do you really want to restart execution? (type y or n): 1234
H A Drun_002.phpt28 prompt> Do you really want to restart execution? (type y or n): array(3) {
/PHP-7.1/sapi/fpm/
H A Dinit.d.php-fpm.in128 restart)
H A Dphp-fpm.conf.in45 ; interval set by emergency_restart_interval then FPM will restart. A value
51 ; a graceful restart will be initiated. This can be useful to work around
/PHP-7.1/Zend/
H A Dzend_ini_scanner.l363 restart: in ini_lex()
380 goto restart; in ini_lex()
638 goto restart;
H A Dzend_language_scanner.l1105 restart: in lex_scan()
1310 goto restart; in lex_scan()
1616 goto restart;
2392 goto restart;
H A Dzend_ini_scanner.c365 restart: in ini_lex()
382 goto restart; in ini_lex()
545 goto restart; in ini_lex()
1748 goto restart; in ini_lex()
H A Dzend_language_scanner.c1107 restart: in lex_scan()
2166 goto restart; in lex_scan()
7248 goto restart; in lex_scan()
7362 goto restart; in lex_scan()
7581 goto restart; in lex_scan()
/PHP-7.1/ext/opcache/
H A DREADME91 The maximum percentage of "wasted" memory until a restart is scheduled.
100 When disabled, you must reset the OPcache manually or restart the
192 How long to wait (in seconds) for a scheduled restart to begin if the cache
197 processes that still hold the locks that are preventing a restart.
/PHP-7.1/sapi/cgi/
H A DREADME.FastCGI101 Now, if you restart Apache, php pages should now be delivered!
137 those will handle requests. The main process will restart children in case of
/PHP-7.1/win32/
H A Dinstall.txt266 corresponding FAQ entry (and then don't forget to restart the computer
489 restart the server.
499 After changing the configuration file, remember to restart the server,
627 work with PHP and then restart the server.
982 restart your web server to reflect your changes to php.ini.
1104 After doing this, restart the web server.
1707 sure to restart your web server after making changes to php.ini
1723 * Press OK and restart your computer
1731 * Save the file and restart your computer
1758 * Press OK and restart your computer
[all …]
/PHP-7.1/sapi/litespeed/
H A DREADME.md103 'graceful restart'. Now PHP is running with LiteSpeed SAPI.
/PHP-7.1/
H A DINSTALL232 You only need to restart apache for the new module to take effect.
283 service httpd restart
983 8. Restart Apache, and load the PHP file created above To restart,
1147 After activating an extension, save php.ini, restart the web server and
1828 then be sure to restart your web server after making changes to
1854 + Save the file and restart your computer
1881 + Press OK and restart your computer
1892 + Save the file and restart your computer
H A Dphp.ini-development1815 ; The maximum percentage of "wasted" memory until a restart is scheduled.
1824 ; When disabled, you must reset the OPcache manually or restart the
1870 ; How long to wait (in seconds) for a scheduled restart to begin if the cache
1901 ; It should improve performance when SHM memory is full, at server restart or
H A Dphp.ini-production1815 ; The maximum percentage of "wasted" memory until a restart is scheduled.
1824 ; When disabled, you must reset the OPcache manually or restart the
1870 ; How long to wait (in seconds) for a scheduled restart to begin if the cache
1901 ; It should improve performance when SHM memory is full, at server restart or
H A DNEWS1858 . Fixed bug #72590 (Opcache restart with kill_all_lockers does not work).
2579 . Fixed bug #72590 (Opcache restart with kill_all_lockers does not work).
/PHP-7.1/build/
H A Dlibtool.m45432 *** so that a non-GNU linker is found, and then restart.
5563 *** used, and then restart.
5585 *** used, and then restart.
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput87701 Error -30 (invalid data in workspace for DFA restart)
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt9022 to restart the previous match with a new segment of data. Instead, new
9459 a newline to restart at.

Completed in 135 milliseconds

12