Hi,
I'm solving a problem from php 8.3 .I'm running a laravel application and it's giving me errors
PHP Warning: PHP Startup: Unable to load dynamic library 'mysqli' (tried: /www/server/php/83/lib/php/extensions/no-debug-non-zts-20230831/mysqli (/www/server/php/83/lib/php/extensions/no-debug-non-zts-20230831/mysqli: cannot open shared object file: No such file or directory), /www/server/php/83/lib/php/extensions/no-debug-non-zts-20230831/mysqli.so (/www/server/php/83/lib/php/extensions/no-debug-non-zts-20230831/mysqli.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'openssl' (tried: /www/server/php/83/lib/php/extensions/no-debug-non-zts-20230831/openssl (/www/server/php/83/lib/php/extensions/no-debug-non-zts-20230831/openssl: cannot open shared object file: No such file or directory), /www/server/php/83/lib/php/extensions/no-debug-non-zts-20230831/openssl.so (/www/server/php/83/lib/php/extensions/no-debug-non-zts-20230831/openssl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql' (tried: /www/server/php/83/lib/php/extensions/no-debug-non-zts-20230831/pdo_mysql (/www/server/php/83/lib/php/extensions/no-debug-non-zts-20230831/pdo_mysql: cannot open shared object file: No such file or directory), /www/server/php/83/lib/php/extensions/no-debug-non-zts-20230831/pdo_mysql.so (/www/server/php/83/lib/php/extensions/no-debug-non-zts-20230831/pdo_mysql.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: Module "mbstring" is already loaded in Unknown on line 0
mysqli
openssl
pdo_mysql
The problem is that i have these extensions enabled in php configurations. How do I solve this?