Topic: 5.4.17 Breaks All PDO calls for CentOS

https://bugs.php.net/bug.php?id=65219

This bug was closed recently July 14th. 

Thank you for your amazing gift to the community.  My life would be much harder without your contribution.

Re: 5.4.17 Breaks All PDO calls for CentOS

Will be in 5.4.18, to be released in ~2 weeks

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: 5.4.17 Breaks All PDO calls for CentOS

Thank you/Merci

I have also found a work around for anyone who cares -

Since PDO does not allow you to select a new database once the connection is made, your underlying SQL should allow you to exec "USE another_database" after the connection is established.