Files
doc-en/reference/solr/setup.xml
Mikhail Alferov f79fac8b3d solr/setup.xml: Various improvements (#3547)
* solr/setup.xml: add the missing dots cahracters

* Update setup.xml

* Update reference/solr/setup.xml

Add the `option` tag

Co-authored-by: Gina Peter Banyard <girgias@php.net>

* Update reference/solr/setup.xml

Capitalize Google

Co-authored-by: Gina Peter Banyard <girgias@php.net>

---------

Co-authored-by: Gina Peter Banyard <girgias@php.net>
2024-08-25 22:37:26 +01:00

75 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<chapter xml:id="solr.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<section xml:id="solr.requirements">
&reftitle.required;
<!-- Use &no.requirement; if there no requirement -->
<para>
The libxml and curl extensions must also be enabled for
the Apache Solr extension to be available.
</para>
<para>
libxml2 2.6.31 or later is required.
</para>
<para>
libcurl 7.18.0 or later is also required.
</para>
<para>
The above library versions are required and attempting to
hack the code to make it compile is strongly discouraged.
It will fail, possibly with errors that could be hard to debug.
</para>
</section>
<!-- {{{ Installation -->
<section xml:id="solr.installation">
&reftitle.install;
<para>
&pecl.info;
<link xlink:href="&url.pecl.package;solr">&url.pecl.package;solr</link>.
</para>
<para>
For help and support, please visit the extension Google group
<link xlink:href="&url.solr.support;">Apache Solr PHP Extension</link>.
</para>
<para>
&pecl.windows.download.avail;
</para>
<note>
<para>
The solr module can be compiled in debug mode by passing the <option>--enable-solr-debug</option> flag to configure.
</para>
<para>
When building manually, be sure to include curl and libxml support within the build.
</para>
</note>
</section>
<!-- }}} -->
</chapter>
<!-- 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
-->