diff --git a/frankenphp.c b/frankenphp.c index ee20cd45b..2281fc98a 100644 --- a/frankenphp.c +++ b/frankenphp.c @@ -135,9 +135,6 @@ static void frankenphp_worker_request_shutdown() { zend_end_try(); zend_set_memory_limit(PG(memory_limit)); - /* TODO: remove next line when https://github.com/php/php-src/pull/14499 will - * be available */ - SG(rfc1867_uploaded_files) = NULL; } PHPAPI void get_full_env(zval *track_vars_array) {