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 >
Extensible Markup Language  |  2000-11-02  |  4KB  |  126 lines

  1. <?xml version='1.0'?>
  2. <!DOCTYPE doc PUBLIC "" "">
  3. <doc>
  4. <dirDefinition>
  5.  
  6. <boolean name="php3_asp_tags" label="php_asp_tags">
  7.     <default>0</default>
  8. </boolean>
  9.  
  10. <alternate name="php3_auto_append_file" label="php_auto_append_file" style="normal">
  11.     <syntax>
  12.         <label name="none" label="php_auto_append_file_none" value="none" />
  13.         <string name="file" label="php_auto_append_file_file" classes="file" />
  14.     </syntax>
  15.     <default>none</default>
  16. </alternate>
  17.  
  18. <alternate name="php3_auto_prepend_file" label="php_auto_prepend_file" style="normal">
  19.     <syntax>
  20.         <label name="none" label="php_auto_prepend_file_none" value="none" />
  21.         <string name="file" label="php_auto_prepend_file_file" classes="file" />
  22.     </syntax>
  23.     <default>none</default>
  24. </alternate>
  25.  
  26. <!-- cgi_ext not included because no description -->
  27.  
  28. <boolean name="php3_display_errors" label="php_display_errors">
  29.     <default>1</default>
  30. </boolean>
  31.  
  32. <string name="php3_doc_root" label="php_doc_root" classes="directory" >
  33. <default></default>
  34. </string>
  35.  
  36. <boolean name="php3_engine" label="php_engine" >
  37.     <default>1</default>
  38. </boolean>
  39.  
  40. <alternate name="php3_error_log" label="php_error_log" style="normal">
  41.     <syntax>
  42.         <label name="syslog" label="php_error_log_syslog" value="syslog" />
  43.     <string name="file" label="php_error_log_file" classes="file"/>
  44.     </syntax>
  45.     <default>file</default>
  46. </alternate>
  47.  
  48. <choice name="php3_error_reporting" label="php_error_reporting">
  49.     <syntax>
  50.         <option name="1" value="php_error_reporting_1" />
  51.     <option name="2" value="php_error_reporting_2" />
  52.     <option name="3" value="3" />
  53.         <option name="4" value="php_error_reporting_4" />
  54.     <option name="5" value="5" />
  55.     <option name="6" value="6" />
  56.     <option name="7" value="7" />
  57.         <option name="8" value="php_error_reporting_8" />
  58.     </syntax>
  59.     <default>7</default>
  60. </choice>
  61.  
  62. <list name="php3_open_basedir" label="php_open_basedir">
  63.     <syntax>
  64.         <string name="php3_open_basedir_directory" label="php_open_basedir_file" classes="directory" />
  65.     </syntax>
  66. </list>
  67.  
  68. <choice name="php3_gpc_order" label="php_gpc_order">
  69.     <syntax>
  70.         <option name="GPC" value="GET/POST/COOKIE" />
  71.     <option name="GCP" value="GET/COOKIE/POST" />
  72.     <option name="PGC" value="POST/GET/COOKIE" />
  73.     <option name="PCG" value="POST/COOKIE/GET" />
  74.     <option name="CPG" value="COOKIE/POST/GET" />
  75.     <option name="CGP" value="COOKIE/GET/POST" />
  76.         <option name="GP" value="GET/POST" />
  77.     <option name="GC" value="GET/COOKIE" />
  78.     <option name="PG" value="POST/GET" />
  79.     <option name="PC" value="POST/COOKIE" />
  80.     <option name="CP" value="COOKIE/POST" />
  81.     <option name="CG" value="COOKIE/GET" />    
  82.     <option name="G" value="GET" />
  83.     <option name="P" value="POST" />
  84.     <option name="C" value="COOKIE" />
  85.     </syntax>
  86.     <default>GPC</default>
  87. </choice>
  88.  
  89. <!-- gpc_globals not included because not in manual -->
  90.  
  91. <!-- ignore_user_abort not included because it seems boolean but docs says string??? -->
  92.  
  93. <list name="php3_include_path" label="php_include_path">
  94.     <syntax>
  95.         <string name="php3_include_path_file" label="php_include_path_file" classes="directory" />
  96.     </syntax>
  97.     <default>
  98.     <item>.</item>
  99.     </default>
  100. </list>
  101.  
  102. <!-- nsapi_ext, isapi_ext not included because not in manual -->
  103.  
  104. <boolean name="php3_log_errors" label="php_log_errors">
  105. <default>0</default>
  106. </boolean>
  107.  
  108. <number name="php3_max_execution_time" label="php_max_execution_time">
  109. <default>30</default>
  110. </number>
  111.  
  112. <number name="php3_memory_limit" label="php_memory_limit">
  113. <default>8388608</default>
  114. </number>
  115.  
  116. <boolean name="php3_short_open_tag" label="php_short_open_tag">
  117. <default>1</default>
  118. </boolean>
  119.  
  120. <boolean name="php3_track_vars" label="php_track_vars">
  121. <default>1</default>
  122. </boolean>
  123. </dirDefinition>
  124. </doc>
  125.  
  126.