| General Options |
| print_checkbox("disable_debug") ?> |
Disable debug information |
Don't compile in debug information (faster performance, much more difficult to track down problems) |
| print_checkbox("safe_mode_default") ?> |
Safe mode |
Enable safe mode by default (it can still be turned off using a configuration file) |
| print_checkbox("track_vars_default") ?> |
Track Variables |
Enable the HTTP_GET_VARS, HTTP_POST_VARS and HTTP_COOKIE_VARS arrays by default
(can be turned on or off in the configuration file).
|
| print_checkbox("disable_short_tags") ?> |
Disable short tags |
Disable support for the short <? tag by default. Without this option, both <? and <?php would work by default. |
| print_checkbox("with_apache") ?> |
Apache support |
Compile as an apache module. Specify the base directory of your apache installation:
print_textbox("apache_directory","/usr/local/etc/httpd") ?>
|
| print_checkbox("with_config_file") ?> |
Use Configuration File |
Parsea a configuration file on startup.
Specify the location of of the configuration file (can be overriden with the $PHPRC environment variable):
print_textbox("config_file_location","php3.ini") ?>
|
| print_checkbox("enable_url_includes") ?> |
Enable URL Includes |
This would allow the use of http:// and ftp:// URLs inside include() statements.
|
| SQL Options |
| print_checkbox("with_oracle") ?> |
Oracle Support |
Compile in Oracle support. If you know it, specify the Oracle base directory:
print_textbox("oracle_directory","") ?>
|
| print_checkbox("with_iodbc") ?> |
iODBC Support |
Compile in iODBC (UNIX ODBC driver). Specify the iODBC base directory:
print_textbox("iodbc_directory","/usr/local") ?>
|
| print_checkbox("with_adabas") ?> |
Adabas D Support |
Compile in Adabas D support. Specify the Adabas D base directory:
print_textbox("adabas_directory","/usr/local") ?>
|
| print_checkbox("with_mysql") ?> |
MySQL Support |
Compile in MySQL support. Specify the MySQL base directory:
print_textbox("mysql_directory","/usr/local") ?>
|
| print_checkbox("with_msql") ?> |
mSQL Support |
Compile in mSQL support. Specify the mSQL base directory:
print_textbox("msql_directory","/usr/local/Hughes") ?>
|
| print_checkbox("with_pgsql") ?> |
PostgresSQL Support |
Compile in PostgresSQL support. Specify the PostgresSQL base directory:
print_textbox("pgsql_directory","/usr/local/pgsql") ?>
|
| print_checkbox("with_solid") ?> |
Solid Support |
Compile in Solid support. Specify the Solid base directory:
print_textbox("solid_directory","/usr/local/solid") ?>
|
| print_checkbox("with_sybase") ?> |
Sybase Support |
Compile in Sybase support (DB-Lib only). Specify the Sybase home directory:
print_textbox("sybase_directory","/home/sybase") ?>
|
| Bundled Libraries |
| print_checkbox("with_system_regex") ?> |
Use system regex |
Use your own system's regular-expression library, instead of the bundled regular-expression library |
| print_checkbox("with_dbase") ?> |
dbase Support |
Compile in the bundled dbase library |
| print_checkbox("with_filepro") ?> |
FilePro Support |
Compile in the bundled filepro library |
| Incomplete Features |
| print_checkbox("with_debugger") ?> |
PHP Debugger |
Compile the PHP debugger. This is in an early alpha. |