PHP Abstract Podcast Episode 39: Interview with Derick Rethans
by Cal Evans (editor) |
0 comments | Thursday, May 8, 2008
Today I’m going to talk to Derick Rethans. Derick Rethans provides solutions for Internet related problems. He has contributed in a number of ways to PHP, including the mcrypt, Date and input-filter extensions, bug fixes, additions and leading the QA team. He now works as project leader for the eZ components project for eZ systems A.S. In his spare time he likes to work on Xdebug, watch movies, travel and practise photography.
Creating Code Coverage Statistics with xdebug
by Cal Evans (editor) |
4 comments | Monday, January 14, 2008
Welcome back to the fifth and last installment of our series of xdebug articles on Zend DevZone. xdebug is the swiss army knife extension for PHP developers. In addition to some nice features like beautifying
var_dump() output, adding stack traces to error messages, xdebug supports tracing, profiling, and debugging, which were covered in the previous articles.
Debugging PHP applications with xdebug
by Cal Evans (editor) |
11 comments | Monday, January 7, 2008
Welcome to the fourth installment in our five-part series of xdebug articles on the Zend DevZone. This week, we will explore debugging PHP code with xdebug, the swiss army knife for PHP developers. In this article, we assume that you have xdebug installed on your system. If you haven’t, the first article of the series explains how to install and configure xdebug.
Profiling PHP Applications With xdebug
by Cal Evans (editor) |
1 comment | Monday, December 31, 2007
Welcome back to the third installment of this five-part series of xdebug articles on Zend DevZone. By now, you should at least have tried out xdebug on one of your development systems – if not, you should really do so today. xdebug is a free and open source PHP extension that supports tracing, profiling, debugging, and creating code coverage statistics. I like to call it the PHP developer’s swiss army knife.
Tracing PHP Applications with xdebug
by Cal Evans (editor) |
1 comment | Wednesday, December 26, 2007
Welcome to the second installment of our five-part series of articles on xdebug, the PHP developer’s swiss army knife extension. The installation of xdebug and its basic features were covered last week. This week, we will explore the tracing feature of xdebug.
Introducing xdebug
by Cal Evans (editor) |
12 comments | Monday, December 10, 2007
This article is the first installment of a five-part series of articles covering xdebug, a free and open source swiss army knife tool for PHP developers. xdebug is a PHP extension created by Derick Rethans, one of the PHP core developers. This week, we will show you how to install xdebug and introduce you to some of the basic features. In the subsequent parts of this article series, we will have a closer look at one of xdebug’s main features, namely tracing, profiling, debugging, and code coverage.
a week in phpworld #3
by Wolfgang Drews |
2 comments | Sunday, April 23, 2006
Welcome back to the third edition of "a week in phpworld" - my subjective view at the highlights that happened last week in the phpworld. Covering everything from PHP 5.1.3 and PHP 6 through frameworks, conferences, databases and the rest of the PHP community.
