Open ncard23 opened 8 months ago
I figure out the problem.
people who use php 8 should not use
composer require macfja/redisearch
because it is a stable version
after i run follow command
composer require macfja/redisearch:dev-main
everything go well,
it seems the stable version do not support php8 very well.
hope there is a update .
hi after i do the demo,i found some bugs
my php version is 8.2.16
after i add #[\ReturnTypeWillChange] on the top of current() and other function in
everything goes well
is there a plan to do some update ?
@MacFJA