Home
last modified time | relevance | path

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

12

/PHP-7.2/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.h30 Sigfunc *php_signal(int signo, Sigfunc *func, int restart);
31 Sigfunc *php_signal4(int signo, Sigfunc *func, int restart, int mask_all);
/PHP-7.2/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.2/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.2/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.2/Zend/
H A Dzend_ini_scanner.l364 restart: in ini_lex()
381 goto restart; in ini_lex()
639 goto restart;
H A Dzend_language_scanner.l1105 restart: in lex_scan()
1310 goto restart; in lex_scan()
1616 goto restart;
2396 goto restart;
H A Dzend_ini_scanner.c366 restart: in ini_lex()
383 goto restart; in ini_lex()
546 goto restart; in ini_lex()
1749 goto restart; in ini_lex()
H A Dzend_language_scanner.c1108 restart: in lex_scan()
1327 goto restart; in lex_scan()
6408 goto restart; in lex_scan()
7204 goto restart; in lex_scan()
7357 goto restart; in lex_scan()
/PHP-7.2/ext/opcache/
H A DREADME105 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.2/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.2/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.2/ext/dba/
H A Ddba.c885 restart: in php_dba_open()
982 goto restart; in php_dba_open()
/PHP-7.2/sapi/litespeed/
H A DREADME.md103 'graceful restart'. Now PHP is running with LiteSpeed SAPI.
/PHP-7.2/
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-development1795 ; The maximum percentage of "wasted" memory until a restart is scheduled.
1804 ; When disabled, you must reset the OPcache manually or restart the
1846 ; How long to wait (in seconds) for a scheduled restart to begin if the cache
1877 ; It should improve performance when SHM memory is full, at server restart or
H A Dphp.ini-production1797 ; The maximum percentage of "wasted" memory until a restart is scheduled.
1806 ; When disabled, you must reset the OPcache manually or restart the
1848 ; How long to wait (in seconds) for a scheduled restart to begin if the cache
1879 ; It should improve performance when SHM memory is full, at server restart or
H A DNEWS2863 . Fixed bug #72590 (Opcache restart with kill_all_lockers does not work).
/PHP-7.2/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.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput87701 Error -30 (invalid data in workspace for DFA restart)

Completed in 133 milliseconds

12