pecl-search_engine-solr icon indicating copy to clipboard operation
pecl-search_engine-solr copied to clipboard

simplify config.m4 as PHP 7.4 is required

Open remicollet opened this issue 1 year ago • 3 comments

  • 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 avatar Jan 12 '24 08:01 remicollet

@remicollet please resolve the conflicts

omars44 avatar May 18 '24 13:05 omars44

Rebased

remicollet avatar May 19 '24 04:05 remicollet

@remicollet shouldn't we have a check for libxml like curl? if test -x "$PKG_CONFIG" && $PKG_CONFIG --exists libcurl

omars44 avatar May 23 '24 09:05 omars44