Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #51988, comment 16


Ignore:
Timestamp:
08/03/2022 12:32:04 AM (2 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51988, comment 16

    initial v1  
    55I 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.
    66
    7 Not 100% sure why, but `phpinfo()` shows that `mysqli` is only available in thread safe version, while `mysqlnd` is available in both.
     7Not 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.