| Item | Tooltip and Shortcut | Description |
|---|---|---|
| Name | In this text box, type the identifier to distinguish the installation from others, for example, php_installation_<version>. | |
| PHP Home |
In this text box, specify the folder where the PHP engine, the configuration file, and other PHP-related items are located.
the path manually or click the Browse button
and choose the desired folder in the dialog that opens. IntelliJ IDEA detects the PHP version installed on your computer.
| |
| 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, IntelliJ IDEA displays the corresponding error message. |
| Show phpinfo | This read-only field displays the current PHP installation version. |
| Debugger | From this drop-down list, select the debugging engine to use. The available options are: | |
| Configuration options |
Use this text box to customize the configuration settings of the installation
by compose 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 this button to open the Configuration Directives dialog box and create a list of new php.ini entries there. | |
Configuration directives dialog
| Item | Tooltip 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 Alt+InsertControl N; Control Enter | Click this button to have a new line added to the list and specify the name and value of a new entry there. |
|
Remove Alt+DeleteCommand Delete | Click this button to remove the selected entry from the list. |
![]()
|
Up / Down Alt+UpControl Up / Alt+DownControl 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 .
|

next to the
and thus add new entries to the
