You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading PDO or Mysqli with two different and shared instances doesn't work. I've been expermenting some and this is what I have come up with.
PDO and Mysqli behaves the same.
Loading PDO or Mysqli with two different and shared instances doesn't work. I've been expermenting some and this is what I have come up with.
PDO and Mysqli behaves the same.
This does not work:
I get this error
But if change shared to false on the named instance ($test) it works. Doing false on PDO and true on $test doesn't work.
If I make a empty dummy class or if I extend PDO with an empty class it works
Extends PDO works:
The text was updated successfully, but these errors were encountered: