Omar Shaban f54ec0945d cleanup
2015-09-26 05:24:26 +02:00
2014-05-29 14:33:49 +03:00
2015-09-02 03:07:25 +02:00
2014-06-23 08:41:39 +02:00
2014-03-08 18:38:37 +01:00
2015-09-24 20:20:13 +02:00
2015-09-25 13:12:31 +02:00
2015-09-09 00:52:48 +02:00
2015-09-09 00:52:48 +02:00
2015-09-09 00:52:48 +02:00
2015-09-09 00:52:48 +02:00
2015-09-09 00:52:48 +02:00
2015-09-09 00:52:48 +02:00
2015-09-09 00:52:48 +02:00
2015-09-09 00:52:48 +02:00
2015-09-09 00:52:48 +02:00
2015-09-09 00:52:48 +02:00
2015-09-09 00:52:48 +02:00
2015-09-09 00:52:48 +02:00
2015-09-09 00:52:48 +02:00
2014-07-23 13:10:26 +02:00
2015-09-09 00:52:48 +02:00
2015-09-26 05:24:26 +02:00
2015-09-09 00:52:48 +02:00
2015-09-09 00:52:48 +02:00
2015-09-09 00:52:48 +02:00
2015-09-09 00:52:48 +02:00
2015-09-09 00:52:48 +02:00
2015-09-09 00:52:48 +02:00
2015-09-09 00:52:48 +02:00
2015-09-09 00:52:48 +02:00
2014-03-08 18:38:37 +01:00
2014-03-08 18:38:37 +01:00

pecl-search_engine-solr

The Apache Solr PHP extension is an extremely fast, light-weight, feature-rich library that allows PHP applications to communicate easily and efficiently with Apache Solr server instances using an object-oriented API.

http://pecl.php.net/package/solr

Please refer to http://www.php.net/manual/en/book.solr.php and README.* for more information

Installation

This library requires curl and libxml2 development packages and php extensions

For Debian/Ubuntu/Mint

    sudo apt-get install php5-curl libcurl4-gnutls-dev libxml2 libxml2-dev

For RHEL/Fedora/CentOS/Scientific linux

    sudo yum install libxml2-devel curl-devel php-curl

Please make sure to install them before proceeding to the compilation process

    phpize
    ./configure
    make
    make test
    sudo make install

more details on README.INSTALLATION

How to Report Bugs

Please report bugs to http://bugs.php.net

If you experience a crash due to a segmentation fault, please follow the instructions on the link below to get a gdb backtrace and then submit the trace in your bug report as well

http://bugs.php.net/bugs-generating-backtrace.php

Thank you for using PHP

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:24:09.363Z
Readme 2.4 MiB
Languages
C 80.8%
PHP 17.8%
Makefile 0.5%
JavaScript 0.4%
M4 0.3%
Other 0.1%