home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 December
/
PCWorld_2000-12_cd.bin
/
Komunikace
/
Comanche
/
plugins
/
apache
/
modules
/
php3
/
directives.xml
next >
Wrap
Extensible Markup Language
|
2000-11-02
|
4KB
|
126 lines
<?xml version='1.0'?>
<!DOCTYPE doc PUBLIC "" "">
<doc>
<dirDefinition>
<boolean name="php3_asp_tags" label="php_asp_tags">
<default>0</default>
</boolean>
<alternate name="php3_auto_append_file" label="php_auto_append_file" style="normal">
<syntax>
<label name="none" label="php_auto_append_file_none" value="none" />
<string name="file" label="php_auto_append_file_file" classes="file" />
</syntax>
<default>none</default>
</alternate>
<alternate name="php3_auto_prepend_file" label="php_auto_prepend_file" style="normal">
<syntax>
<label name="none" label="php_auto_prepend_file_none" value="none" />
<string name="file" label="php_auto_prepend_file_file" classes="file" />
</syntax>
<default>none</default>
</alternate>
<!-- cgi_ext not included because no description -->
<boolean name="php3_display_errors" label="php_display_errors">
<default>1</default>
</boolean>
<string name="php3_doc_root" label="php_doc_root" classes="directory" >
<default></default>
</string>
<boolean name="php3_engine" label="php_engine" >
<default>1</default>
</boolean>
<alternate name="php3_error_log" label="php_error_log" style="normal">
<syntax>
<label name="syslog" label="php_error_log_syslog" value="syslog" />
<string name="file" label="php_error_log_file" classes="file"/>
</syntax>
<default>file</default>
</alternate>
<choice name="php3_error_reporting" label="php_error_reporting">
<syntax>
<option name="1" value="php_error_reporting_1" />
<option name="2" value="php_error_reporting_2" />
<option name="3" value="3" />
<option name="4" value="php_error_reporting_4" />
<option name="5" value="5" />
<option name="6" value="6" />
<option name="7" value="7" />
<option name="8" value="php_error_reporting_8" />
</syntax>
<default>7</default>
</choice>
<list name="php3_open_basedir" label="php_open_basedir">
<syntax>
<string name="php3_open_basedir_directory" label="php_open_basedir_file" classes="directory" />
</syntax>
</list>
<choice name="php3_gpc_order" label="php_gpc_order">
<syntax>
<option name="GPC" value="GET/POST/COOKIE" />
<option name="GCP" value="GET/COOKIE/POST" />
<option name="PGC" value="POST/GET/COOKIE" />
<option name="PCG" value="POST/COOKIE/GET" />
<option name="CPG" value="COOKIE/POST/GET" />
<option name="CGP" value="COOKIE/GET/POST" />
<option name="GP" value="GET/POST" />
<option name="GC" value="GET/COOKIE" />
<option name="PG" value="POST/GET" />
<option name="PC" value="POST/COOKIE" />
<option name="CP" value="COOKIE/POST" />
<option name="CG" value="COOKIE/GET" />
<option name="G" value="GET" />
<option name="P" value="POST" />
<option name="C" value="COOKIE" />
</syntax>
<default>GPC</default>
</choice>
<!-- gpc_globals not included because not in manual -->
<!-- ignore_user_abort not included because it seems boolean but docs says string??? -->
<list name="php3_include_path" label="php_include_path">
<syntax>
<string name="php3_include_path_file" label="php_include_path_file" classes="directory" />
</syntax>
<default>
<item>.</item>
</default>
</list>
<!-- nsapi_ext, isapi_ext not included because not in manual -->
<boolean name="php3_log_errors" label="php_log_errors">
<default>0</default>
</boolean>
<number name="php3_max_execution_time" label="php_max_execution_time">
<default>30</default>
</number>
<number name="php3_memory_limit" label="php_memory_limit">
<default>8388608</default>
</number>
<boolean name="php3_short_open_tag" label="php_short_open_tag">
<default>1</default>
</boolean>
<boolean name="php3_track_vars" label="php_track_vars">
<default>1</default>
</boolean>
</dirDefinition>
</doc>