mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
A couple of fixes.
This commit is contained in:
parent
928e322038
commit
ea0f19850e
@ -436,7 +436,9 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine
|
||||
php3_header(); /* Make sure headers have been sent */
|
||||
php_request_shutdown((void *) 0);
|
||||
php_module_shutdown();
|
||||
#ifdef ZTS
|
||||
tsrm_shutdown();
|
||||
#endif
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
|
@ -470,7 +470,7 @@ static void php3_timeout(int dummy)
|
||||
{
|
||||
PLS_FETCH();
|
||||
|
||||
php3_error(E_ERROR, "Maximum execution time of %s seconds exceeded", INI_STRING("max_execution_time"));
|
||||
php3_error(E_ERROR, "Maximum execution time of %s seconds exceeded", INI_STR("max_execution_time"));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user