ext-solr icon indicating copy to clipboard operation
ext-solr copied to clipboard

[TASK] Remove allow_url_fopen check since ext:solr uses cURL for decades now

Open josefglatz opened this issue 1 year ago • 1 comments
trafficstars

Solr-ext uses cURL and setting allow_url_fopen to off does not break the indexing in any of our scenarios.

I suggest to remove the check if there are no other reasons to leave this check.

josefglatz avatar May 02 '24 03:05 josefglatz

As EXT:solr use Guzzle for indexing pages there is no need for a check anymore imho.

spoonerWeb avatar May 16 '24 16:05 spoonerWeb