mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
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>
This commit is contained in:
@@ -7,10 +7,21 @@
|
||||
<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>
|
||||
<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 -->
|
||||
@@ -21,15 +32,15 @@
|
||||
<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>
|
||||
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 --enable-solr-debug flag to configure
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user