pecl-search_engine-solr
pecl-search_engine-solr copied to clipboard
simplify config.m4 as PHP 7.4 is required
- 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 for a long time)
@remicollet please resolve the conflicts
Rebased
@remicollet shouldn't we have a check for libxml like curl? if test -x "$PKG_CONFIG" && $PKG_CONFIG --exists libcurl