On Thu, 9 Mar 2006, Daniel Vandersluis wrote:
> It may not be the best way to do things, but unfortunately, that is the
> requirement in this case -- they want to be able to see which *file*, rather
> than which *function* is causing a hold-up if one exists. I wrote up a
> little mockup showing function execution time (as I said, retrieved via the
> php.ini value xdebug.auto_trace=1 and file(xdebug_get_tracefile_name())),
> but they didn't find that information to be sufficient to them.
Okay, can you give me a sample output what you would expect perhaps?
> How does PDO work exactly? Is it a DB-independent abstraction layer, or does
> it modify the workings of mysql_*, pg_*, etc.?
It's an independent layer, providing DB access abstraction for a
multitude of RDBMses.
Derick
-- Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.orgReceived on Thu Mar 09 2006 - 15:23:30 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST