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
the "unsuccessful queries" tab is now open by default if there are any unsuccessful queries
fixed #79 where the library would try to connect to the database even when using lazy connection because of the logic in the free_result method; thanks to Brian Hare for reporting!
fixed an issue where having the debug property set to a string but debugging not being activated, would result in errors not being logged
fixed bug where the library would try to EXPLAIN queries that could not be explained; like SHOW TABLE for example; see #76 - thank you cosinus90!
fixed potential warnings being thrown in PHP 8; see #74 - thank you Rémi!
fixed a potential issue when encountering connection errors
updated the CSS and the icons for the debug interface