I have XAMPP with PHP Version
PHP 7.1.13 (cli) (built: Jan 3 2018 20:16:04) ( ZTS MSVC14 (Visual C++ 2015) x86 ).
I want to install the ZeroMQ extension, which
php_zmq.dll
to the file C:\xampp\php\ext
, andextension=php_zmq.dll
into the file C:\xampp\php\php.ini
,C:\xampp\php\ext
in to Windows PATH
,but I still getting this error :
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_zmq.dll' - The specified module could not be found. in Unknown on line 0
Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_zmq.dll' - The specified module could not be found. in Unknown on line 0
What could be the problem?
I have found out the solution - the libzmq.dll
file must be copied / moved to a directory, where the php.exe
file is.
So in my case to C:\xampp\php