perftools / xhgui

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

Initialize schema on PdoRepository creation #355

Closed glensc closed 3 years ago

glensc commented 3 years ago

This fixes the problem that if no saves have been recorded the listing throws fatal error with PDO storage.

In the future, the table init could be perhaps created lazily: