Код: Выделить всё
extension=mongodbКод: Выделить всё
PHP Warning: PHP Startup: Unable to load dynamic library 'mongodb' (tried: ext\mongodb (The specified module could not be found), ext\php_mongodb.dll (The specified module could not be found)) in Unknown on line 0
Warning: PHP Startup: Unable to load dynamic library 'mongodb' (tried: ext\mongodb (The specified module could not be found), ext\php_mongodb.dll (The specified module could not be found)) in Unknown on line 0
Configuration File (php.ini) Path
я проверил http://localhost/dashboard/phpinfo.php, чтобы узнать, работает ли он он включен, и в нем отображается расширение mongodb со всеми доступными параметрами.
Я пытался изменить php.ini с Extension=mongodb на Extension=php_mongodb.dll, а затем перезапустил xampp.но ошибка была
Код: Выделить всё
PHP Warning: PHP Startup: Unable to load dynamic library 'php_mongodb.dll' (tried: ext\php_mongodb.dll (The specified module could not be found), ext\php_php_mongodb.dll.dll (The specified module could not be found)) in Unknown on line 0
Warning: PHP Startup: Unable to load dynamic library 'php_mongodb.dll' (tried: ext\php_mongodb.dll (The specified module could not be found), ext\php_php_mongodb.dll.dll (The specified module could not be found)) in Unknown on line 0
Configuration File (php.ini) Path:
Loaded Configuration File: D:\xampp\php81\php.ini
Scan for additional .ini files in: (none)
Additional .ini files parsed: (none)
Подробнее здесь: https://stackoverflow.com/questions/788 ... n-in-xampp
Мобильная версия