On Mon, Jun 7, 2010 at 08:59, Pieter de Zwart <pdezw...@rubiconproject.com> wrote: > Hey guys, > > Since build happens Friday, I waited till now so that I can get a solid week > of feedback before this gets included in the main docs. I committed revs > 300253 and 300254. > I would really appreciate it if someone could give it a look over to make > sure I am following standards and procedures. > Once that is done, I will finally make release 0.1 of the client... Only > about 2 months later than expected.
The install section contains a detailed info on how to install the library dependency, but then says: + </programlisting> + <para> + download and compile the <filename>amqp.so</filename> file and add + an <filename>extension</filename> entry in your <filename>php.ini</filename> configuration file. + </para> To install the extension itself.. I'm sure we have a standard entity for installing pecl extensions which would be a lot better. Also note the wrong indenting of the programlisting. The ini section seems to use 2 spaces for indenting rather then the standard 1space -Hannes