This works in php7.2
$contents = file_get_contents('https://somesite.com/banpost.php', false, $context);
echo $contents;
but when I switch to 7.3 or 7.4 the page doesn't show.
This works in php7.2
$contents = file_get_contents('https://somesite.com/banpost.php', false, $context);
echo $contents;
but when I switch to 7.3 or 7.4 the page doesn't show.