/
Improvement to debugger report storage

Improvement to debugger report storage

Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/f36c5c7b08e8411d#

I recently saw on Symfony, that they store they debugger reports in SQLLite database, which is one file in cache directory, rather, then creating multiple debugger report files as we do.

Do you think, that we should consider this option as well considering http://www.php.net/manual/en/sqlite.requirements.php (SQLLite support that was build-in since 5.x version of PHP will be moved to PECL in 5.4 version).

Related Discussions