php - enable xdebug on bluehost shared server -


i want setup phpunit on demo site on bluehost shared server. want check if php codes work on environment after made modifications , added more components. this, need set xdebug. problem account not allowed download , install xdebug, got permission denied.

pecl install xdebug 

then read upon answer here xdebug remote server not connecting. did upload xdebug.so file local, copy /etc/php.ini server's public_html directory, , edited php.ini file , and added line below refer xdebug.so file on server.

zend_extension=/home1/user/public_html/xdebug.so 

but after did, phpinfo state xdebug not enabled. bluehost not require restart apache. refresh understand it. , phpinfo state loaded ini file 1 on public_html directory now. possible enable xdebug way? there other ways install/enable on bluehost shared server?


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -