Introdução

Esta é uma extensão para agendar com eficiência eventos baseados em E/S, tempo e sinal, usando o melhor mecanismo de notificação de E/S disponível para plataforma específica. Esta é uma porta do libevent para a infraestrutura PHP.

Nota:

Observe o suporte do Windows introduzido em event-1.9.0 .

Version 1.0.0 introduz uma nova API orientada a objetos (quebrando a compatibilidade com versões anteriores) e suporte de libevent 2+ incluindo HTTP, DNS, OpenSSL e o ouvinte de eventos.

Nota:

Observe, event-1.0.0 e maior não é compatível com versões anteriores.

add a note

User Contributed Notes 1 note

up
-12
AoK
10 years ago
PHP event service works at PHP 5.4+. Couldn't get event to work on a PHP 5.3.10 install.

To get event working (OS X as an example):
1. brew install libevent
2. sudo pecl install event

This is tricky because pecl yields both "event" and "libevent" packages. I was successful with "event" and not "libevent".
To Top