Next: , Previous: IDE Configuration - Paths, Up: IDE Configuration


6.4.5 IDE Configuration - Libraries

resources/idec-5.png

Use this form to define the list of Default Extension Libraries used by the Roadsend Compiler to interpret and compile your projects.

The list of available libraries is compiled by scanning your Library Path and searching for valid PHP extension libraries. You may add your own libraries to this list by deploying them into a directory in your Library path. Click refresh to update the list.

Note: A library must be included in this list (on the right side of the form) for your programs to access the functions from that library. For example, if you wish to use MySQL functions, then the "php-mysql" extension must be added to the list on the right (if it is not already). Otherwise you will receive a "Function Not Defined" error when you attempt to use a function from a library that is not included.

Conversely, if you do not have MySQL installed and you will not be using it, you would remove "php-mysql" from the list so that you do not receive linker warning messages for a non-existent library.