How do I install libevent on Windows?

I am using Ratchet on Windows Server 2012. I would like to use Ratchet libevent. I have accomplished the following two things:

  • Using MinGW, I created libevent from source and got three DLLs:

Libevent-2-0-5.dll

libevent_core-2-0-5.dll

libevent_extra-2-0-5.dll

  1. Installed libevent PECL DLL in php.ini

phpinfo () does not indicate libevent is enabled or available. What should I do with three DLLs? What am I missing to get libevent to run?

+3


source to share





All Articles