PHP Interpreter Preferences

The PHP Interpreter preferences page allows you to set which PHP version to use for the project. This will affect the internal debugger, code analyzer and content assist.

The PHP Interpreter Preferences page is accessed from Window | Preferences | PHP | Interpreter.

php_interpreter.png

To configure your PHP version:

  1. Select the PHP Version to use. See PHP Support for more on effects the PHP version settings have.
  2. Mark the Use Short Tags checkbox in order to use short tags ('<?').
  3. Click OK to apply your settings.

To use a different PHP Interpreter for a specific project:

  1. Select the link Configure Project Specific Settings.
  2. Select the specific project from the list.
  3. Another PHP Interpreter preferences page will open
    php_interpreter_project_pdt.png
  4. Mark the Enable project specific settings checkbox.
  5. Choose your PHP version.
  6. Click Apply.
  7. A prompt dialog will appear stating that a rebuild of the project must occur for the settings to take effect.
  8. Click Yes to rebuild the project. Error parsing will be performed according to the PHP version chosen. If you click No, the rebuild will be performed the next time it is restarted.