General PHP Options

In this tab you set the path to the default PHP interpreter and the global Include path.

Command Line

You can set a PHP project to run as a command-line script in the project's Run Configuration properties. Note that you can override the default path to the PHP interpreter and set an interpreter for a project. Note also that a project can have multiple run configurations.

Global Include Path

The Global Include Path are folders that are included in all PHP projects' include paths. Click Add Folder to browse for a folder to add to the global include path.

You can move folders up or down in the global include path. Higher folders are given priority.

If you are using a PHP framework, add that framework's library folder to the global include path.


Legal Notices