Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.3

Request #10919 Creating a setStartTime method for the php_debugline class
Submitted: 2007-05-03 19:38 UTC
From: berdir Assigned: C0il
Status: Closed Package: PHP_Debug (version 1.0.0RC1)
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2007-05-03 19:38 UTC] berdir (Sascha Grossenbacher)
Description: ------------ As I already wrote to you in an email, I automatically fill PHP_debug while using the mdb2 debugging features. But with that, i cannot call phpdebug before and after the query, to set the used time. Well, it would be possible, but it would make it unnecessary complex. Setting the endTime is already possible and it is easy to do since addDebug returns the php_debugline object. But there is no method to set the start time and the attribute itself is protected.

Comments

 [2007-05-04 20:39 UTC] c0il (Loïc Vernet)
Thank you for your bug report. This issue will be fixed in the next release of the package (1.0.0RC2), whitch you can download at http://www.php-debug.com/downloads/PHP_Debug-1.0.0RC2.tgz (i am still waiting for my cvs account) Con you confirm me that it is ok for you ? See you.
 [2007-05-05 21:42 UTC] berdir (Sascha Grossenbacher)
Yes it does work, thanks. One minor think.. inside of the "Database / SQL queries"-Tab, ms is displayed twice: [35 ms ms] SELECT * FROM level ORDER BY ilevel_id
 [2007-06-27 08:00 UTC] c0il (Loïc Vernet)
Will be available in RC2.
 [2007-12-31 01:56 UTC] c0il (Loïc Vernet)
Done in 1.0.0 stable.