The fix to have everything binary related working.
[mistral.git] / README
blobe7454d6f045a69d8d8ee4bfe35fa58e2b6c51249
1 Mistral
2 -------
3 The PHP extension you have in front of you allows you to run a
4 webserver from inside your PHP application. This allows you to
5 run a standalone application as server, giving it all the benefits
6 of an easy to learn and write language plus secure deployment.
8 It is currently /in development/, this means that the code you
9 can find here is not ready for production yet, unless you are
10 able to debug it yourself and/or are willing to invest time
11 why things do not work as expected. A very tricky problem that
12 could be encountered is out of memory situations because of
13 garbage collector incidents.
15 This code has been written because of /extreme/ performance
16 improvements in comparison to standard SAPI clients like FastCGI
17 or mod_php.
18 We suggest you to use this code behind a reverse proxy such
19 as Varnish, haproxy or the Cherokee Webserver.
21 How to use;
22 phpize
23 rm aclocal.m4  # might be needed
24 autoreconf     # for gentoo
25 ./configure
26 make
27 make install
28 add extension=mistral.so to your php.ini, see the examples
29 directory for the typical Hello World type of application.
32 Dependencies
33 ------------
34 The code requires libev to compile and run, and gets it's major
35 speed improvement from this great library.
38 Installation
39 ------------
40 1.) phpize
41 2.) ./configure
42 3.) make
43 4.) make install
44 5.) add extension=mistral.so to your php.ini, see the examples
45     directory for the typical Hello World type of application.
47 We hope you find this extension useful and
48 you will create high performance web sites using it 
50 Stefan de Konink & Michael Maier, 2010-05-13
53 Information request
54 -------------------
55 Dutch/English  -- Stefan (stefan@konink.de)
56 German/English -- Michael (maier@b2host.de)