#php fans, if you need to connect to a database cluster (e.g. #Galera) for HA purposes, how do you do that?
If I remember correctly, mysqlnd_ms used to be able to take multiple database servers and failover if one is not available (similar to JDBC failover) - but of course mysqlnd_ms died ages ago...
What's the current PHP pattern to handle this need?