X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_api.c;fp=http_api.c;h=06cc43d6bfe63c0a3870bdf4815c5e58db75fd1c;hp=2c31d10bde65f1b6a7bdea2eea5dc79c568d0386;hb=b045ad02a109f508cda8971667f75347ff63cfa1;hpb=7d35618105146cc620cce13454a5ef242bf52a12 diff --git a/http_api.c b/http_api.c index 2c31d10..06cc43d 100644 --- a/http_api.c +++ b/http_api.c @@ -255,7 +255,8 @@ STATUS _http_exit_ex(int status, char *header, char *body, zend_bool send_header if ( #if defined(PHP_VERSION_ID) && (PHP_VERSION_ID >= 50399) - OG(active) && (OG(active)->flags & PHP_OUTPUT_HANDLER_FLUSHABLE) && + (php_output_get_status(TSRMLS_C) & PHP_OUTPUT_ACTIVE) && + (php_output_get_status(TSRMLS_C) & PHP_OUTPUT_HANDLER_FLUSHABLE) && #else !OG(ob_lock) && #endif