sudo apt-get install php5-xdebug
sudo service apache2 restart
Now just create a simple phpinfo(); file and check if xdebug is there.
<< All Posts
sudo apt-get install php5-xdebug
sudo service apache2 restart
Now just create a simple phpinfo(); file and check if xdebug is there.