

Unfortunately, PhpStorm is not free, but it comes with an evaluation key for a 30 day free trial.Īfter downloading the tar.gz file, the only thing we have to do is uncompress it, place the folder in the directory we want to have PhpStorm (e.g., in $HOME), and execute the bin/phpstorm.sh file. We can download PhpStorm from JetBrains official site. We can install Docker simply via apt-get, without the need of adding any repository, just installing the docker.io package: sudo apt-get updateįor more details, you can follow the Install Docker on Ubuntu Tutorial. Note: Docker requires a 64-bit system with a kernel version equal or higher to 3.10. Move the downloaded file to your Web server's installation files.You may skip environment installation and jump directly to the beginning of the tutorial below.Select the Zend Debugger from the components list, and click Disable in the Action bar.

Go to the Configurations | Components page.If you are using Zend Server, disable the Zend Debugger (If not, skip to step 3).This procedure describes how to install Xdebug on a PHP Web server. Once installed, you can now configure Xdebug in Zend Studio to begin debugging. If the output is different than 'Exception: Extension xdebug does not exist', the extension is installed correctly. To verify that Xdebug was installed correctly, call the “php -re xdebug” command. Save your changes, and restart your Web server.Linux and Mac OS: zend_extension="/usr/local/php/modules/xdebug.so" Back in the 'php.ini' file, add the path to the Xdebug extension.Move the downloaded file to your Zend Studio's installation files:.Add a semi-colon ' ' before "zend_extension=." as follows:.

To find out which version of the extension to download, click here. Download Xdebug from Xdebug Downloads page.See Installing Xdebug on a PHP Web Server below for more details. If you want to use Xdebug for debugging on a Web server, you will need to install Xdebug on your Web server as well. This procedure describes how to install Xdebug on a Zend Studio PHP Executable.

Installing Xdebug on a Zend Studio PHP Executable Xdebug cannot be used with PHP 5.5 executable (CLI and CGI) on Windows and Mac. This topic describes how to install Xdebug either on Zend Studio PHP executables or a local PHP Web server.
