wninaus

Results 1 comments of wninaus

Hi, please compare with this issue: https://github.com/elastic/elasticsearch-php/issues/1085 Same behavior for array-reduce and array_walk : https://www.php.net/manual/en/function.array-reduce.php removing the & in line 294 in lib/Database/ez_mysqli.php solves the problem: ``` - function ($string,...