From e6f0ed0cb97438aac9469ee76d42e1e5311c7ae1 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 18 Jun 2025 09:36:09 -0400 Subject: [PATCH] chore: remove `always_populate_raw_post_data` from `.user.ini` Deprecated in PHP 5 Removed in PHP 7 https://www.php.net/manual/en/migration70.incompatible.php#migration70.incompatible.removed-ini-directives https://github.com/php/php-src/blob/bd289af9630f827728b32360bcd09a614aae8f23/UPGRADING#L425 Already removed from .htaccess in ee84017 Signed-off-by: Josh --- .user.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/.user.ini b/.user.ini index e91cea5508d..c8c0bde2ac7 100644 --- a/.user.ini +++ b/.user.ini @@ -4,6 +4,5 @@ ; ; NOTE: PHP caches this file for 300 seconds by default ; -always_populate_raw_post_data=-1 default_charset='UTF-8' output_buffering=0