Comment 7 for bug 217980

Revision history for this message
Stephan RĂ¼gamer (sruegamer) wrote :

@Jorge:

the problem is neither apache2 nor php-xdebug. the problem is zend-platform
We are using zend-platform in our company, and no modules from other sources are working with those stuff provided by zend-platform.

we switched (for development purposes) to zend-core + zend-platform and this works, but php-xdebug won't work with zend-core.

So, doing some debugging with php + php-xdebug + profiling stuff, you just need:

eclipse + eclipse-php-plugin + cachegrind...this works like a charm on ubuntu ...

If you need to use zend-platform, just install zend-core and don't use any other modules which is compiled against ubuntus/debian/whatever distro apache2+php5

Regards,

\sh