mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
MFB: Fixed bug #45144 (ap_child_terminate() isn't available on threaded builds)
This commit is contained in:
parent
d5aa529c3b
commit
2926ffea4d
1 changed files with 2 additions and 0 deletions
|
@ -435,7 +435,9 @@ static time_t php_apache_get_request_time(TSRMLS_D)
|
|||
*/
|
||||
static void sapi_apache_child_terminate(TSRMLS_D)
|
||||
{
|
||||
#ifndef MULTITHREAD
|
||||
ap_child_terminate((request_rec *)SG(server_context));
|
||||
#endif
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue