1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

- Fixed build

This commit is contained in:
Felipe Pena
2013-12-18 08:28:44 -02:00
parent aed4b086ac
commit a8a36b7d52
+1 -1
View File
@@ -928,7 +928,7 @@ static int sapi_cgi_deactivate(TSRMLS_D)
php_handle_aborted_connection();
}
} else {
sapi_cgi_flush(SG(server_context));
sapi_cgi_flush(SG(server_context) TSRMLS_CC);
}
}
return SUCCESS;