由于phpunit恶意文件eval-stdin.php,端口80在cpanel上被阻止

Ama*_*nda 3 php phpunit cpanel port80 google-login

我已将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')); 是否有此代码的替代方法.我该如何解决这个问题.请帮忙

Seb*_*ann 8

PHPUnit是一个在开发过程中使用的工具.您不应该将其上传到您的服务器.