PHP Support
PDT supports PHP versions 4 and 5.
PHP version settings affect:
The elements displayed in the PHP Functions view.
The options available in Code Assist.
Debugging functionality.
PHP version settings can be configured from the following places:
PHP Executables can be added and edited from the PHP Executables Preferences page.
The default PHP
executable used for new projects can be set in the PHP
Interpreter Preferences page. Through this page you can also set the
PHP version for specific projects.
In addition, you can select which PHP Version should be used when creating
a new PHP project by marking the Enable Project Settings checkbox in the
new PHP Project dialog.
The default PHP
executable used with the debugger can be set in the Debugging
Preferences page, accessed from Window | Preferences | PHP |Debug.
Through this page you can also set the PHP executable used to debug specific
projects.
In addition, you can also configure the PHP executable used for each
Debug session in the
Debug configuration
screen.
The PHP Executable used for debugging must match the PHP version used for the project.
|
|
|
Related Links: |
|
|