First, http://xdebug.org/docs/install says

Note: You should ignore any prompts to add "extension=xdebug.so" to php.ini — this will cause problems.

Second, http://xdebug.org/docs/install says

Xdebug should appear twice there (once under 'PHP Modules' and once under 'Zend Modules').

link|improve this question

60% accept rate
feedback

1 Answer

The docs clearly say:

you still need to add the correct line to your php.ini: (don't forget to change the path and filename to the correct one — but make sure you use the full path)

zend_extension="/usr/local/php/modules/xdebug.so"

Note: You should ignore any prompts to add "extension=xdebug.so" to php.ini — this will cause problems.

at http://xdebug.org/docs/install

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.