I'm trying to install the libsodium php extension (https://pecl.php.net/package/libsodium/1.0.6/windows).
When I run php -m
, libsodium shows up in the list.
However, when I go to phpinfo, it is not listed.
I also noticed that apache is giving me the error: PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\xampp\\php\\ext\\php_libsodium.dll' - The specified module could not be found.\r\n in Unknown on line 0
I've checked multiple times and the file is definitely there and matches the correct architecture and thread safety, so I'm at a loss for what else could be causing this.
Any help would be appreciated.