Dmitry M
Dmitry M
``` function free($res){ mysqli_free_result($res); while(mysqli_more_results ($this->conn)){ mysqli_next_result($this->conn); if($_res = mysqli_store_result($this->conn)){ mysqli_free_result($_res); } } } ```
Модифицировал стандартную функцию free. Это должно решить проблему.
Да, SP возвращает вроде 2 результата, сам результат и статусное сообщение для одного возвращаемого значения. Использовать несколько возвращаемых значений дурной тон, но кто то может использовать.
> Also unable to install globally. Any fix to this? This solution working for me ``` git clone [email protected]:aragon/aragon-cli.git cd aragon-cli yarn # doesn't work without this step npm run...
Update: good working with `nvm` and node v12