Article
How to install xdebug in Amazon AWS Ubuntu Server
· 1 min read
sudo apt-get install php5-xdebug
sudo service apache2 restart
Now just create a simple phpinfo(); file and check if xdebug is there.
· 1 min read
sudo apt-get install php5-xdebug
sudo service apache2 restart
Now just create a simple phpinfo(); file and check if xdebug is there.