/PHP-5.6/ext/pcntl/ |
H A D | php_signal.c | 28 Sigfunc *php_signal4(int signo, Sigfunc *func, int restart, int mask_all) in php_signal4() argument 41 if (signo == SIGALRM || (! restart)) { in php_signal4() 62 Sigfunc *php_signal(int signo, Sigfunc *func, int restart) in php_signal() argument 64 return php_signal4(signo, func, restart, 0); in php_signal()
|
H A D | php_signal.h | 33 Sigfunc *php_signal(int signo, Sigfunc *func, int restart); 34 Sigfunc *php_signal4(int signo, Sigfunc *func, int restart, int mask_all);
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_lexer.l | 41 restart: in phpdbg_lex() 142 goto restart; in phpdbg_lex() 165 goto restart;
|
H A D | phpdbg.init.d | 113 restart)
|
H A D | phpdbg_lexer.c | 43 restart: in phpdbg_lex() 151 goto restart; in phpdbg_lex() 331 goto restart; in phpdbg_lex() 431 goto restart; in phpdbg_lex() 1136 goto restart; in phpdbg_lex()
|
/PHP-5.6/sapi/fpm/ |
H A D | init.d.php-fpm.in | 128 restart)
|
H A D | php-fpm.conf.in | 53 ; interval set by emergency_restart_interval then FPM will restart. A value 59 ; a graceful restart will be initiated. This can be useful to work around
|
/PHP-5.6/Zend/ |
H A D | zend_ini_scanner.l | 360 restart: in ini_lex() 377 goto restart; in ini_lex() 628 goto restart;
|
H A D | zend_language_scanner.l | 992 restart: in lex_scan() 1195 goto restart; in lex_scan() 1494 goto restart; 2374 goto restart;
|
H A D | zend_ini_scanner.c | 362 restart: in ini_lex() 379 goto restart; in ini_lex() 534 goto restart; in ini_lex() 2139 goto restart; in ini_lex()
|
H A D | zend_language_scanner.c | 994 restart: in lex_scan() 3171 goto restart; in lex_scan() 7309 goto restart; in lex_scan() 7442 goto restart; in lex_scan() 7743 goto restart; in lex_scan()
|
/PHP-5.6/ext/opcache/ |
H A D | README | 91 The maximum percentage of "wasted" memory until a restart is scheduled. 100 When disabled, you must reset the OPcache manually or restart the 197 How long to wait (in seconds) for a scheduled restart to begin if the cache 202 processes that still hold the locks that are preventing a restart.
|
/PHP-5.6/sapi/cgi/ |
H A D | README.FastCGI | 101 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-5.6/win32/ |
H A D | install.txt | 266 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-5.6/ |
H A D | INSTALL | 204 restart apache for the new module to take effect. A recompile of 246 stop and restart the server, not just cause the server to reload by 283 possible ways to stop and restart the server. Below are some typical 290 /etc/rc.d/init.d/httpd restart 436 You only need to restart apache for the new module to take effect. 487 service httpd restart 1187 8. Restart Apache, and load the PHP file created above To restart, 1351 After activating an extension, save php.ini, restart the web server and 2058 + Save the file and restart your computer 2085 + Press OK and restart your computer [all …]
|
H A D | php.ini-development | 1920 ; The maximum percentage of "wasted" memory until a restart is scheduled. 1929 ; When disabled, you must reset the OPcache manually or restart the 1979 ; How long to wait (in seconds) for a scheduled restart to begin if the cache
|
H A D | php.ini-production | 1920 ; The maximum percentage of "wasted" memory until a restart is scheduled. 1929 ; When disabled, you must reset the OPcache manually or restart the 1979 ; How long to wait (in seconds) for a scheduled restart to begin if the cache
|
H A D | NEWS | 304 . Fixed bug #72590 (Opcache restart with kill_all_lockers does not work). 10039 - Fixed bug #37931 (possible crash in OCI8 after database restart
|
/PHP-5.6/sapi/litespeed/ |
H A D | README | 103 'graceful restart'. Now PHP is running with LiteSpeed SAPI.
|
/PHP-5.6/build/ |
H A D | libtool.m4 | 5432 *** so that a non-GNU linker is found, and then restart. 5563 *** used, and then restart. 5585 *** used, and then restart.
|
/PHP-5.6/ext/pcre/pcrelib/testdata/ |
H A D | testoutput8 | 7701 Error -30 (invalid data in workspace for DFA restart)
|
/PHP-5.6/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 9022 to restart the previous match with a new segment of data. Instead, new 9459 a newline to restart at.
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 6728 >>>462 string Press\ any\ key\ to\ restart\r \b, Microsoft Windows XP Bootloader 6828 >>>>>>454 string and\ restart\r\nthe\ system.\r \b, Microsoft Windows XP Bootloader NTFS
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | ChangeLog | 1188 some of the workspace data at the beginning of a restart.
|