我已将google plus登录添加到我的网站(托管在共享服务器上).在通过composer.json为google登录编写依赖库时,phpunit库作为一部分下载.它包含一个文件phpunit\phpunit\src\Util\PHP\eval-stdin.php.由于此文件,我的域的端口80被阻止,因为他们说它是恶意软件文件.存储库链接是https://github.com/sebastianbergmann/phpunit
以下是eval-stdin.php文件中的代码
eval('?>' . file_get_contents('php://input'));
是否有此代码的替代方法.我该如何解决这个问题.请帮忙