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
PDO::FETCH_DEFAULT arrived as of PHP v8.0.7. For those still on 7.4
referring to it directly in the code causes it to break with an
undefined constant.
This checks to make sure the constant exists before comparing against
it.
0 commit comments