Changes between Initial Version and Version 1 of Ticket #51988, comment 16
- Timestamp:
- 08/03/2022 12:32:04 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51988, comment 16
initial v1 5 5 I was able to reproduce this error message by accidentally using a non-thread safe version of PHP as an Apache module, instead of the thread safe version recommended in that case. Switching to the latter resolved the issue. 6 6 7 Not 100% sure why, but `phpinfo()` shows that `mysqli` is only available in thread safe version, while `mysqlnd` is available in both.7 Not 100% sure why, but with exactly the same configuration, `phpinfo()` shows that `mysqli` is only available in thread safe version, while `mysqlnd` is available in both.