jonaswouters / XhprofBundle

XHProf bundle for Symfony 2
210 stars 49 forks source link

xhgui issues solved #19

Closed dcsg closed 11 years ago

dcsg commented 11 years ago
  1. Changed the table name to match the xhgui queries to details
  2. xhgui uses unserialize but when the data is set is using json_encode, I changed it to serialize
  3. The idis not being generated, so I removed the set of it and let the Doctrine handle it. Then I assigned the id generated by Doctrine to the $this->runId variable
jonaswouters commented 11 years ago

Not everybody uses composer, maybe you should leave the original part under a separate section?

Thanks!

dcsg commented 11 years ago

@jonaswouters done at PR #22