

To edit the php.ini in PhpStorm, click Open in Editor.Ĭlick this button to check that the specified PHP home directory actually contains a PHP executable file. The location of php.ini is displayed in the Configuration file read-only field. If no debugger is detected or you have disabled it in php.ini file (see Configuring Xdebug for Using in the On-Demand Mode), the field shows Debugger: Not installed. The type of the debugging engine associated with the PHP interpreter and its version are displayed in the Debugger read-only field. PhpStorm also detects the debugging engine and the php.ini configuration file. PhpStorm detects the version of PHP and displays it in the PHP version read-only field. Type the path manually or click and choose the executable file in the dialog that opens. In this field, specify the path to the PHP engine. In this field, type the identifier to distinguish the interpreter from others, for example, php_installation_.

#PHPSTORM DOCKER WINDOWS#
Remote interpreter running through Windows Subsystem for Linux (WSL) The container will be restarted upon each run.Ĭonnect to existing container ('docker-compose exec'): choose this option to have the container started once, and then connect to it via the exec command. In this area, choose how the Docker container for the selected service should be managed by PhpStorm.Īlways start a new container ('docker-compose run'): choose this option to have the container started via the run command. See Docker run configuration settings for details. In this field, define the environment variables. In this field, choose the desired application's service. In this field, specify the docker-compose.yml file defining the application's services. and create a new configuration on the Docker page that opens. Select a configuration from the list or click New. In this field, specify the Docker configuration to use, see Configure the Docker daemon connection settings for details.
