Unable to load dynamic library 'ev'.. (windows)

Issue #40 resolved
Former user created an issue

This is the first time I use ev.

ev 1.1.1r1 php 7.4 ts x64 (I can't find PHP 8.0 in DLL List - https://pecl.php.net/package/ev/1.1.1r1/windows)

Microsoft Windows [Version 10.0.19042.746]
(c) 2020 Microsoft Corporation. All rights reserved.

F:\Commandline\php>php -v
PHP Warning:  PHP Startup: Unable to load dynamic library 'ev' (tried: F:\Commandline\php\ext\ev (The specified module could not be found.), F:\Commandline\php\ext\php_ev.dll (The specified module could not be found.)) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'ev' (tried: F:\Commandline\php\ext\ev (The specified module could not be found.), F:\Commandline\php\ext\php_ev.dll (The specified module could not be found.)) in Unknown on line 0
PHP 7.4.15 (cli) (built: Feb  2 2021 20:47:45) ( ZTS Visual C++ 2017 x64 )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies

F:\Commandline\php>dir F:\Commandline\php\ext
 Volume in drive F is Data Center
 Volume Serial Number is BA7D-BE40

 Directory of F:\Commandline\php\ext

16/02/2021  08:07 SA    <DIR>          .
16/02/2021  08:07 SA    <DIR>          ..
03/02/2021  04:52 SA            86.016 php_bz2.dll
03/02/2021  04:52 SA            89.600 php_com_dotnet.dll
03/02/2021  04:52 SA           552.960 php_curl.dll
03/02/2021  04:52 SA           148.992 php_dba.dll
03/02/2021  04:52 SA            24.064 php_enchant.dll
16/02/2021  04:46 SA            87.040 php_ev.dll

Comments (5)

  1. Log in to comment