.htaccess - Enable XDebug PHP debugger for only specific websites -


i'm running centos web server suphp , need enable xdebug php debugger few select websites. i've added suphp_configpath setting in .htaccess file can have custom php.ini file these websites, , i've added

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

to custom php.ini file. i've confirmed indeed using custom php.ini, however, when running phpinfo() doesn't show xdebug enabled.

any highly appreciated.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -