我有个问题。我通过 Composer 安装了最后一个安全的 PHP 8.0.1,Laravel。将作曲家更新到 2.0.9。现在每个 php/composer 命令都会继续发出如下警告:
Warning: PHP Startup: Unable to load dynamic library 'oci8_12c'
Warning: PHP Startup: Unable to load dynamic library 'pdo_firebird'
Warning: PHP Startup: Unable to load dynamic library 'pdo_oci'
我在welcome.blade.php 上的项目说:
Unchecked runtime.lastError: The message port closed before a response was received.
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
我应该怎么做才能解决这个问题?