Answers for "php warning: php startup: unable to load dynamic library 'php_dblib' (tried: d:\xampp\php\ext\php_dblib (the specified module could not be found.), d:\xampp\php\ext\php_php_dblib.dll (the specified module could not be found.)) in unknown on line 0"

PHP
0

php warning: php startup: unable to load dynamic library 'bz2' (tried: xamppphpextbz2 (the specified module could not be found), xamppphpextphp_bz2.dll (the specified module could not be found)) in unknown on line 0

#in xamp php.ini file uncomment and set the path
extension_dir="C:fullpathtophpextdir"
Posted by: Guest on August-06-2021

Code answers related to "php warning: php startup: unable to load dynamic library 'php_dblib' (tried: d:\xampp\php\ext\php_dblib (the specified module could not be found.), d:\xampp\php\ext\php_php_dblib.dll (the specified module could not be found.)) in unknown on line 0"

Browse Popular Code Answers by Language