php-doc-en/reference/event/book.xml
Ruslan Osmanov 5e5902c5d6 Event: sync'd with version 1.10.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333508 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-10 12:00:00 +00:00

74 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<book xml:id="book.event" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Event</title>
<titleabbrev>Event</titleabbrev>
<preface xml:id="intro.event">
&reftitle.intro;
<para>
This is an extension to efficiently schedule I/O, time and signal based
events using the best I/O notification mechanism available for specific
platform. This is a port of libevent to the PHP infrastructure.
</para>
<note xmlns="http://docbook.org/ns/docbook">
<para>
Note, Windows support introduced in
<literal>event-1.9.0</literal>
.
</para>
</note>
<para>
Version
<emphasis>1.0.0</emphasis>
introduces new object-oriented API (breaking backwards compatibility), and
support of libevent 2+ including HTTP, DNS, OpenSSL and the event listener.
</para>
<note xmlns="http://docbook.org/ns/docbook">
<para>
Note,
<literal>event-1.0.0</literal>
and greater is not compatible with previous versions.
</para>
</note>
</preface>
&reference.event.setup;
&reference.event.examples;
&reference.event.event.flags;
&reference.event.event.persistence;
&reference.event.event.callbacks;
&reference.event.event.constructing.signal.events;
&reference.event.event;
&reference.event.eventbase;
&reference.event.eventbuffer;
&reference.event.eventbufferevent;
&reference.event.eventbufferevent.about.callbacks;
&reference.event.eventconfig;
&reference.event.eventdnsbase;
&reference.event.eventhttp;
&reference.event.eventhttpconnection;
&reference.event.eventhttprequest;
&reference.event.eventlistener;
&reference.event.eventsslcontext;
&reference.event.eventutil;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->