PhpStorm 2016.1 Help

Interpreters

File | Settings | Languages and Frameworks | PHP for Windows and Linux
PhpStorm | Preferences | Languages and Frameworks | PHP for OS X


The dialog box opens when you click the Browse button browseButton.png   next to the Interpreter drop-down list in the Development environment section of the PHP page.

Use this dialog box to configure PHP engines as interpreters, see Configuring Local PHP Interpreters and Configuring Remote PHP Interpreters. In this dialog box, you can add new interpreters and edit or remove the existing ones.

The dialog box consists of two panes. The left-hand pane shows a list of all configured PHP interpreters, both local and remote ones, and a toolbar for adding, removing, and copying PHP interpreter configurations. The contents of the right-hand pane depend on the type of the interpreter selected in the left-hand pane. Use the control in this pane to edit the settings of the selected interpreter and even choose its type, if necessary.

Left-Hand Pane

The left-hand pane shows a list of all configured PHP interpreters, both local and remote ones, and a toolbar for adding, removing, and copying PHP interpreter configurations.

Item Tooltip Description
add Add Click this button to add a new PHP interpreter to the list. From the drop-down list, choose the type of the interpreter (Local or Remote), and configure a local interpreter in the right-hand pane or a remote interpreter in the Configure PHP Remote Interpreter Dialog dialog that opens.
delete Delete Click this button to remove the selected interpreter from the list.
copy Copy Click this button to create a new interpreter with the settings copied from the selected one.

Right-Hand Pane

The contents of the right-hand pane depend on the type of the interpreter selected in the left-hand pane. Use the control in this pane to edit the settings of the selected interpreter and even choose its type, if necessary.

Type of the selected interpreter Description
Local
  • Name: In this text box, type the identifier to distinguish the interpreter from others, for example, php_installation_<version>.
  • PHP executable: In this text box, specify the path to the PHP engine. Type the path manually or click the Browse button browseButton.png and choose the executable file in the dialog box that opens. PhpStorm detects the version of PHP and displays it in the PHP version read-only field.

    PhpStorm also detects the debugging engine and the php.ini configuration file. The type of the debugging engine associated with the PHP interpreter and its version are displayed in the Debugger read-only field. If no debugger is detected, the field shows Debugger: Not installed.

    The location of php.ini is displayed in the Configuration file read-only field. To edit the php.ini in PhpStorm, click Open in Editor.

  • refresh.png (Reload): Click this button to check that the specified PHP home directory actually contains a PHP executable file. If no PHP executable is detected at the specified location, PhpStorm displays the corresponding error message.
  • show_php_info.png (Show phpinfo): Click this button to have PhpStorm display a separate information window where you can examine the installation details and view the list of loaded extension and configured options. Please note that the options specified in the Configuration Options field of the Interpreters dialog box are not listed.
  • Configuration Options: Use this text box to customize the configuration settings of the installation by composing a string of configuration directives to be passed through the -d command line option and thus add new entries to the php.ini file. Click the Browse button browseButton to open the Configuration Directives dialog box and create a list of new php.ini entries there.
Remote interpreter accessible through SSH
  • Host: in this field, type the name of the host on which the interpreter is installed.
  • Port: in this field, type the port which the SSH server on the remote host listens to. The default port number is 22.
  • User name: in the field, type the user name under which you are registered on the SSH server.
  • Auth type: from this drop-down list, choose the authentication method.
    • To access the host through a password, choose Password from the Auth type drop-down list and type the password.
    • To access the host through a pair of SSH keys, choose Key pair, then specify the path to the file where your private key is stored or the passphrase if you have configured it during the generation of the key pair.
  • Name: In this text box, type the identifier to distinguish the interpreter from others, for example, php_installation_<version>.
  • PHP executable: In this text box, specify the path to the PHP engine. Type the path manually or click the Browse button browseButton.png and choose the executable file in the dialog box that opens. PhpStorm detects the version of PHP and displays it in the PHP version read-only field.

    PhpStorm also detects the debugging engine and the php.ini configuration file. The type of the debugging engine associated with the PHP interpreter and its version are displayed in the Debugger read-only field. If no debugger is detected, the field shows Debugger: Not installed.

    The location of php.ini is displayed in the Configuration file read-only field. To edit the php.ini in PhpStorm, click Open in Editor.

  • refresh.png (Reload): Click this button to check that the specified PHP home directory actually contains a PHP executable file. If no PHP executable is detected at the specified location, PhpStorm displays the corresponding error message.
  • show_php_info.png (Show phpinfo): Click this button to have PhpStorm display a separate information window where you can examine the installation details and view the list of loaded extension and configured options. Please note that the options specified in the Configuration Options field of the Interpreters dialog box are not listed.
  • Configuration Options: Use this text box to customize the configuration settings of the installation by composing a string of configuration directives to be passed through the -d command line option and thus add new entries to the php.ini file. Click the Browse button browseButton to open the Configuration Directives dialog box and create a list of new php.ini entries there.
Remote interpreter on a Vagrant instance
  • Name: In this text box, type the identifier to distinguish the interpreter from others, for example, php_installation_<version>.
  • PHP executable: In this text box, specify the path to the PHP engine. Type the path manually or click the Browse button browseButton.png and choose the executable file in the dialog box that opens. PhpStorm detects the version of PHP and displays it in the PHP version read-only field.

    PhpStorm also detects the debugging engine and the php.ini configuration file. The type of the debugging engine associated with the PHP interpreter and its version are displayed in the Debugger read-only field. If no debugger is detected, the field shows Debugger: Not installed.

    The location of php.ini is displayed in the Configuration file read-only field. To edit the php.ini in PhpStorm, click Open in Editor.

  • refresh.png (Reload): Click this button to check that the specified PHP home directory actually contains a PHP executable file. If no PHP executable is detected at the specified location, PhpStorm displays the corresponding error message.
  • show_php_info.png (Show phpinfo): Click this button to have PhpStorm display a separate information window where you can examine the installation details and view the list of loaded extension and configured options. Please note that the options specified in the Configuration Options field of the Interpreters dialog box are not listed.
  • Configuration Options: Use this text box to customize the configuration settings of the installation by composing a string of configuration directives to be passed through the -d command line option and thus add new entries to the php.ini file. Click the Browse button browseButton to open the Configuration Directives dialog box and create a list of new php.ini entries there.
Remote interpreter accessible through a deployment configuration
  • Deployment Configuration: from this drop-down list, choose the server access configuration of the type SFTP according to which you want PhpStorm to connect to the target host. If the settings specified in the chosen configuration ensure successful connection, PhpStorm displays the URL address of the target host as a link in the Deployment Host URL field.
  • Name: In this text box, type the identifier to distinguish the interpreter from others, for example, php_installation_<version>.
  • PHP executable: In this text box, specify the path to the PHP engine. Type the path manually or click the Browse button browseButton.png and choose the executable file in the dialog box that opens. PhpStorm detects the version of PHP and displays it in the PHP version read-only field.

    PhpStorm also detects the debugging engine and the php.ini configuration file. The type of the debugging engine associated with the PHP interpreter and its version are displayed in the Debugger read-only field. If no debugger is detected, the field shows Debugger: Not installed.

    The location of php.ini is displayed in the Configuration file read-only field. To edit the php.ini in PhpStorm, click Open in Editor.

  • refresh.png (Reload): Click this button to check that the specified PHP home directory actually contains a PHP executable file. If no PHP executable is detected at the specified location, PhpStorm displays the corresponding error message.
  • show_php_info.png (Show phpinfo): Click this button to have PhpStorm display a separate information window where you can examine the installation details and view the list of loaded extension and configured options. Please note that the options specified in the Configuration Options field of the Interpreters dialog box are not listed.
  • Configuration Options: Use this text box to customize the configuration settings of the installation by composing a string of configuration directives to be passed through the -d command line option and thus add new entries to the php.ini file. Click the Browse button browseButton to open the Configuration Directives dialog box and create a list of new php.ini entries there.

Configuration Directives Dialog

ItemTooltip and
Shortcut
Description
Name In this text box, type the name of the new entry.
Value In this text box, type the value of the new entry.
add.png Add
Alt+Insert
Click this button to have a new line added to the list and specify the name and value of a new entry there.
delete.png Remove
Alt+Delete
Click this button to remove the selected entry from the list.
arrowUp.png
arrowDown.png
Up / Down
Alt+Up / Alt+Down
Use these buttons to move the selected entry up or down lin the list. The order of entries in the list determine the order in which they are passed through the -d command line option.

See Also

Reference:

Last modified: 12 July 2016