pecl-search_engine-solr
pecl-search_engine-solr copied to clipboard
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 obj...
This indents the ./configure --help options and their help texts automatically.
During PR #71 writing I found there is confusion between - libxml, the **library** used in some functions (xml* calls) - libxml **extension** which is NOT used (no php_lilbxml* usage)...
* use PKG_CHECK_MODULES (php < 7.4 is not supported) * cleanup PHP_SETUP_LIBXML (no need for dependent action, defaults are fine) * cleanup PHP version check (php 5 is not supported...
present now under the php 8.3-cli docker image, check Dockerfile to reproduce. ```bash /tmp/pear/temp/solr/src/php7/solr_functions_client.c:409:9: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 409 | curl_formadd(&formpost, &lastptr, | ^~~~~~~~~~~~ In...
Write docs for ```SolrExtractRequest``` ## Examples 1. createFromStream 2. createFromFile
update the documentation to catch up with min supported version -> PHP-8.1 ### Scope: 1. **Visibility Modifiers**: properties, constants 2. **Type Declarations**: for method arguments and return types.
See: https://github.com/php/pie/blob/main/docs/extension-maintainers.md