perftools / xhgui

Web interface for XHProf profiling data can store data in MongoDB or PDO database
1.65k stars 342 forks source link

PDO: Throw exception instead if silently failing #384

Closed glensc closed 3 years ago

glensc commented 3 years ago

An apparently a simple view like http://xhgui.127.0.0.1.xip.io:8142/url/view?url=%2Fview.php%3Fid returned null type, which on PHP 7.4 results accessing null as an array and is an error.

This is call developers: implement (even partial) support rather than returning wrong types (null).