News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Tony Freixas's Blog:
High-performance debugging
September 26, 2007 @ 12:59:00

Tony Freixas has posted a new article covering his thoughts on high-performance debugging with PHP5:

In this article, I will show you how to use PHP 5 input filters to support debug, trace and assert statements so that a one-line change disables these statements and restores your script to full production performance.

He makes a custom solution, a simple method for just outputting simple debug statements via his own custom debugging classes - thDebug, theTrace and thAssert. He wraps all of these in a thDebugManager class to make them all play nice together.

With these in place, he moves on to the real key to the debugger, using the input filter extension that comes with PHP5. He makes a thAbstractStreamFilter abstract class to base the filtering on and, using this interface, makes his thDebugFilter class to handle the various debugging outputs. He uses the __autoload functionality to load it correctly into each page that needs it.

0 comments voice your opinion now!
debugging performance filter php5 trace assert debug debugging performance filter php5 trace assert debug



Similar Posts

Jim Plush's Blog: Do you use debug statements in PHP? Speed them up by 85%

IBM developerWorks: Reading and writing the XML DOM with PHP

DevShed: Intercepting Customized Exceptions in PHP 5

Christian Stocker's Blog: Added xslt profiling to PHP 5.3 and 6 CVS

PHPBuilder.com: Object-Oriented Features New To PHP5


Community Events







Don't see your event here?
Let us know!


package database developer ajax conference zend releases PHP5 code job application book zendframework release cakephp example security framework PEAR mysql

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework