1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 12:01:07 +02:00

Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4)

This commit is contained in:
Stanislav Malyshev
2015-04-04 15:03:46 -07:00
parent 80e2632776
commit af1cd45d17
2 changed files with 5 additions and 0 deletions

View File

@@ -688,6 +688,7 @@ zend_first_try {
} zend_end_try();
}
apr_brigade_cleanup(brigade);
apr_pool_cleanup_run(r->pool, (void *)&SG(server_context), php_server_context_cleanup);
} else {
ctx->r = parent_req;
}