1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00

Merge branch 'PHP-7.3'

* PHP-7.3:
  Update NEWS
  Fix for bug #76582
This commit is contained in:
Stanislav Malyshev
2018-09-09 12:29:41 -07:00

View File

@@ -710,6 +710,7 @@ zend_first_try {
if (!parent_req) {
php_apache_request_dtor(r);
ctx->request_processed = 1;
apr_brigade_cleanup(brigade);
bucket = apr_bucket_eos_create(r->connection->bucket_alloc);
APR_BRIGADE_INSERT_TAIL(brigade, bucket);