News Feed
Jobs Feed
Sections




News Archive
Rudd-o.com:
5 minutes to finding issues in production PHP Web applications
March 13, 2006 @ 07:51:51

In this post on Bitacle.org, they look at a 5 minute approach to finding some of the more common issues with PHP web applications.

Detecting and correcting problems with applications at early stages is an important role of the server manager. Unfortunately, not all errors are detected at the testing stages. Even more unfortunate is the fact that most errors go undetected because they are usually triggered when a certain set of criteria is met.

Since all you have is 5 minutes (which is one of the tenets of this Server management series, and quite possibly the only simple truth in your case), in this installment, we'll unlock the secret of server log foraging.

They mainly make use of grep, a very handly unix command-line tool, to parse through the server logs for answers. Combine that with upping the error reporting level inside of PHP itself, and you should be able to track down most of the problems you'd have. They also include a sample situation or two to watch out for specifically.

2 comments voice your opinion now!
five minutes issues bugs web applications five minutes issues bugs web applications


blog comments powered by Disqus

Similar Posts

WebReference.com: How to Interact with Web Forms (Part 1)

Derick Rethans' Blog: Xdebug 2.0.0RC3 (Release)

Josh Holmes' Blog: phpBB is in the Web Application Gallery

Chris Hartjes' Blog: Using CakePHP's Native Web Service Support

Rob Richards\' Blog: We Have A Winner


Community Events











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


development opinion example phpunit podcast framework unittest functional series testing interview tool conference release introduction community language application code zendframework2

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