News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Derick Rethans' Blog:
Xdebug finally in Debian
0 comments :: posted Friday May 09, 2008 @ 12:03:24
voice your opinion now!

PHP developers working on Debian have one more reason to be happy with their choice of linux distributions - as Derick Reathans notes, XDebug has been added as an apt-getable package to the Debian systems.

Since a few days, there is a new package in Debian: php5-xdebug. After a few years of talking licenses, due to the help of Martin Meredith and Francois Marier Xdebug can finally be installed with apt-get.

XDebug is a debugging and profiling tool that adds additional information (more than just the usual "error on line..." sort of thing) to the output of your PHP scripts. It also adds more complex functionality like profiling and code coverage reports run on your applications.

tagged with: xdebug debian linux package aptget install


Carsten Lucke's Blog:
Configuration issues with Xdebug on Debian Etch
0 comments :: posted Friday February 01, 2008 @ 12:44:00
voice your opinion now!

For anyone that's had an issue with getting XDebug to work with the Debian linux distribution, you might want to check out this helpful hint Carsten Lucke has posted about.

This week I started to setup a Debian-based (Etch) web-server with PHP 5.2 in a virtual-machine with VMWare. Part of this setup was getting XDebug2 integrated. It's really awesome and my students definitely need to learn about it. [...] Building went well as usual but when I tried to integrate the extension inside php.ini it was all weird.

His system kept throwing him an error when he tried to load the shared module using the zend_extension directive, hand things happened. Loading it normally worked (so he knew it wasn't the module) and he finally figured out the problem:

But I need to enable it as Zend extension. Whatever. I finally used the full path to xdebug.so to load it [...] that worked.
tagged with: debian configuration issue xdebug linux zendextension


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

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