Closed irongomme closed 3 years ago
No work has been done on this package to support PHP8. Would you like to help?
I believe php 8 testing was disabled because it requires elasticsearch 7.
Ok, so next step is to implement elastica 7.0, isn't it ?
Ok, so next step is to implement elastica 7.0, isn't it ?
Sounds like it.
Is this fixed by #252
This issue is stale because it has been open for 120 days with no activity. Remove the stale
label or comment or this will be closed in 15 days
elastic-search 3.3.0 should resolve this.
There is an error with PHP 8 :
Fatal error: Declaration of Cake\ElasticSearch\Query::_execute() must be compatible with Cake\Datasource\QueryTrait::_execute(): Cake\Datasource\ResultSetInterface in /var/www/vendor/cakephp/elastic-search/src/Query.php on line 621
Which can fixed with in file /vendor/cakephp/elastic-search/src/Query.php (l621) :
protected function _execute(): \Cake\Datasource\ResultSetInterface