I'm running a CentOS web server with suPHP and I need to enable the XDebug PHP debugger for only a few select websites. I've added the suPHP_ConfigPath setting in the .htaccess file so I can have a custom php.ini file for these websites, and I've added
zend_extension="/usr/lib64/php/modules/xdebug.so"
to the custom php.ini file. I've confirmed that it is indeed using the custom php.ini, however, when running phpinfo() it doesn't show that xdebug is enabled.
Any help is highly appreciated.