forked from moodlehq/moodle-php-apache
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable back php-solr now that 2.7.0 supports php83
Solr 2.7.0 has come with support for PHP 8.3: https://github.com/php/pecl-search_engine-solr/releases/tag/2.7.0 So, enabling it back.
- Loading branch information
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
'redis', | ||
'soap', | ||
'sodium', | ||
//'solr', -- Missing as of 2023-06-17. | ||
'solr', | ||
'sqlsrv', | ||
'uuid', | ||
'xsl', | ||
|