cvs: phpdoc-sv / bookinfo.xml preface.xml /chapters config.xml
[email protected] ("Gabor Hojtsy") Wed, 04 Aug 2004 15:54:07 -0000
| Newsgroups | php.doc.sv |
|---|---|
| Message-ID | <cvsgoba1091634847@cvsserver> |
--goba1091634847
Content-Type: text/plain
goba Wed Aug 4 11:54:07 2004 EDT
Modified files:
/phpdoc-sv bookinfo.xml preface.xml
/phpdoc-sv/chapters config.xml
Log:
fix build by removing mostly untranslated ini directive docs and also adding new author and editor lists
--goba1091634847
Content-Type: text/plain
Content-Disposition: attachment; filename="goba-20040804115407.txt"
http://cvs.php.net/diff.php/phpdoc-sv/bookinfo.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc-sv/bookinfo.xml
diff -u phpdoc-sv/bookinfo.xml:1.11 phpdoc-sv/bookinfo.xml:1.12
--- phpdoc-sv/bookinfo.xml:1.11 Thu Mar 4 14:17:39 2004
+++ phpdoc-sv/bookinfo.xml Wed Aug 4 11:54:06 2004
@@ -3,45 +3,11 @@
<bookinfo id="bookinfo">
<title>&PHPManual;</title>
- <authorgroup id="authors">
-
- <author>
- <firstname>Stig</firstname><surname>Sæther Bakken</surname>
- </author>
-
- <author>
- <firstname>Alexander</firstname><surname>Aulbach</surname>
- </author>
-
- <author>
- <firstname>Egon</firstname><surname>Schmid</surname>
- </author>
-
- <author>
- <firstname>Jim</firstname><surname>Winstead</surname>
- </author>
-
- <author>
- <firstname>Lars Torben</firstname><surname>Wilson</surname>
- </author>
-
- <author>
- <firstname>Rasmus</firstname><surname>Lerdorf</surname>
- </author>
-
- <author>
- <firstname>Andrei</firstname><surname>Zmievski</surname>
- </author>
-
- <author>
- <firstname>Jouni</firstname><surname>Ahto</surname>
- </author>
-
- </authorgroup>
-
+ &frontpage.authors;
<pubdate>&php.build-date;</pubdate>
+ &frontpage.editors;
- <authorgroup id="editors">
+ <authorgroup id="translation-editors">
<editor>
<firstname>Per</firstname><surname>Gustafsson</surname>
</editor>
@@ -57,14 +23,7 @@
</authorgroup>
<copyright>
- <year>1997</year>
- <year>1998</year>
- <year>1999</year>
- <year>2000</year>
- <year>2001</year>
- <year>2002</year>
- <year>2003</year>
- <year>2004</year>
+ <year>1997-2004</year>
<holder>the PHP Documentation Group</holder>
</copyright>
@@ -72,7 +31,7 @@
<title>Copyright</title>
<simpara>
Den här manualen är upphovsrättsskyddad av PHP's dokumentationsgrupp
- 1997-2003. Detta material får distribueras under de villkor som bestäms
+ 1997-2004. Detta material får distribueras under de villkor som bestäms
i Open Publication License, v1.0 eller senare (den senaste versionen
finns tillgänglig på <ulink url="&url.opl;">&url.opl;</ulink>).
</simpara>
http://cvs.php.net/diff.php/phpdoc-sv/preface.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc-sv/preface.xml
diff -u phpdoc-sv/preface.xml:1.4 phpdoc-sv/preface.xml:1.5
--- phpdoc-sv/preface.xml:1.4 Sat Jan 4 14:57:59 2003
+++ phpdoc-sv/preface.xml Wed Aug 4 11:54:06 2004
@@ -36,6 +36,9 @@
<para>
Se även <link linkend="history">PHP's historia</link>
</para>
+
+ &contributors;
+
</preface>
<!-- Keep this comment at the end of the file
http://cvs.php.net/diff.php/phpdoc-sv/chapters/config.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc-sv/chapters/config.xml
diff -u phpdoc-sv/chapters/config.xml:1.8 phpdoc-sv/chapters/config.xml:1.9
--- phpdoc-sv/chapters/config.xml:1.8 Wed Jan 8 01:26:07 2003
+++ phpdoc-sv/chapters/config.xml Wed Aug 4 11:54:07 2004
@@ -231,1007 +231,6 @@
</sect2>
</sect1>
- <sect1 id="configuration.directives">
- <title>Configuration directives</title>
-
- <sect2 id="ini.sect.httpd-options">
- <title>Httpd Options</title>
- <para>
- <table>
- <title>Httpd Options</title>
- <tgroup cols="3">
- <thead>
- <row>
- <entry>Name</entry>
- <entry>Default</entry>
- <entry>Changeable</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>async_send</entry>
- <entry>"0"</entry>
- <entry>PHP_INI_ALL</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- </para>
- <para>
- </para>
- </sect2>
-
- <sect2 id="ini.sect.language-options">
- <title>Language Options</title>
- <para>
- <table>
- <title>Language and Misc Configuration Options</title>
- <tgroup cols="3">
- <thead>
- <row>
- <entry>Name</entry>
- <entry>Default</entry>
- <entry>Changeable</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>short_open_tag</entry>
- <entry>On</entry>
- <entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
- </row>
- <row>
- <entry>asp_tags</entry>
- <entry>Off</entry>
- <entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
- </row>
- <row>
- <entry>precision</entry>
- <entry>"14"</entry>
- <entry>PHP_INI_ALL</entry>
- </row>
- <row>
- <entry>y2k_compliance</entry>
- <entry>Off</entry>
- <entry>PHP_INI_ALL</entry>
- </row>
- <row>
- <entry>allow_call_time_pass_reference</entry>
- <entry>On</entry>
- <entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
- </row>
- <row>
- <entry>expose_php</entry>
- <entry>On</entry>
- <entry>PHP_INI_SYSTEM</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- </para>
- <para>
- Here is a short explanation of the configuration directives.
- <variablelist>
- <varlistentry id="ini.short-open-tag">
- <term>
- <parameter>short_open_tag</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- Tells whether the short form (<userinput><? ?></userinput>)
- of PHP's open tag should be allowed. If you want to use PHP in
- combination with XML, you can disable this option in order to
- use <userinput><?xml ?></userinput> inline. Otherwise, you
- can print it with PHP, for example: <userinput><?php echo '<?xml
- version="1.0"'; ?></userinput>. Also if disabled, you must use the
- long form of the PHP open tag (<userinput><?php ?></userinput>).
- </para>
- <note>
- <para>
- This directive also affects the shorthand <userinput><?=</userinput>,
- which is identical to <userinput><? echo</userinput>. Use of this
- shortcut requires <systemitem role="directive">short_open_tag</systemitem>
- to be on.
- </para>
- </note>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.asp-tags">
- <term>
- <parameter>asp_tags</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <simpara>
- Ger dig möjligt att använda ASP-liknande taggar som <% %>
- som komplement till de vanliga <?php ?>-taggarna. Det
- inkluderar kortkommandot för utskrift av variabler: <%= $value %>.
- För mer information, se
- <link linkend="language.basic-syntax.phpmode">Växla från HTML</link>.
- </simpara>
- <note>
- <para>
- Stöd för ASP-liknande taggar lades till i version 3.0.4.
- </para>
- </note>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.precision">
- <term>
- <parameter>precision</parameter>
- <type>integer</type>
- </term>
- <listitem>
- <simpara>
- Antalet signifikanta siffror visade av flyttal.
- </simpara>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.y2k-compliance">
- <term>
- <parameter>y2k_compliance</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <simpara>
- Enforce year 2000 compliance (will cause problems with non-compliant browsers)
- </simpara>
- </listitem>
- </varlistentry>
-
-
- <varlistentry id="allow-call-time-pass-reference">
- <term>
- <parameter>allow_call_time_pass_reference</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- Whether to enable the ability to force arguments to be passed by reference
- at function call time. This method is deprecated and is likely to be
- unsupported in future versions of PHP/Zend. The encouraged method of
- specifying which arguments should be passed by reference is in the function
- declaration. You're encouraged to try and turn this option Off and make
- sure your scripts work properly with it in order to ensure they will work
- with future versions of the language (you will receive a warning each time
- you use this feature, and the argument will be passed by value instead of by
- reference).
- </para>
- <para>
- See also <link linkend="language.references">References Explained</link>.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="expose-php">
- <term>
- <parameter>expose_php</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- Decides whether PHP may expose the fact that it is installed on the server
- (e.g. by adding its signature to the Web server header). It is no security
- threat in any way, but it makes it possible to determine whether you use PHP
- on your server or not.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </para>
- </sect2>
-
- <sect2 id="ini.sect.resource-limits">
- <title>Resource Limits</title>
- <para>
- <table>
- <title>Resource Limits</title>
- <tgroup cols="3">
- <thead>
- <row>
- <entry>Name</entry>
- <entry>Default</entry>
- <entry>Changeable</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>memory_limit</entry>
- <entry>"8M"</entry>
- <entry>PHP_INI_ALL</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- </para>
- <para>
- Here is a short explanation of the configuration directives.
- <variablelist>
-
- <varlistentry id="ini.memory-limit">
- <term>
- <parameter>memory_limit</parameter>
- <type>integer</type>
- </term>
- <listitem>
- <para>
- Detta sätter hur mycket minne i bytes som ett script maximalt
- tillåts allokera. Direktivet förebygger att dåligt skrivna script
- äter upp allt minne på severn.
- In order to
- use this directive you must have enabled it at compile time. So,
- your configure line would have included:
- <literal>--enable-memory-limit</literal>. Note that you have to set
- it to -1 if you don't want any limit for your memory.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </para>
- <para>
- See also: <link linkend="ini.max-execution-time">max_execution_time</link>.
- </para>
- </sect2>
-
- <sect2 id="ini.sect.data-handling">
- <title>Data Handling</title>
- <para>
- <table>
- <title>Data Handling Configuration Options</title>
- <tgroup cols="3">
- <thead>
- <row>
- <entry>Name</entry>
- <entry>Default</entry>
- <entry>Changeable</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>track-vars</entry>
- <entry>"On"</entry>
- <entry>PHP_INI_??</entry>
- </row>
- <row>
- <entry>arg_separator.output</entry>
- <entry>"&"</entry>
- <entry>PHP_INI_ALL</entry>
- </row>
- <row>
- <entry>arg_separator.input</entry>
- <entry>"&"</entry>
- <entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
- </row>
- <row>
- <entry>variables_order</entry>
- <entry>"EGPCS"</entry>
- <entry>PHP_INI_ALL</entry>
- </row>
- <row>
- <entry>register_globals</entry>
- <entry>"Off"</entry>
- <entry>PHP_INI_PERDIR|PHP_INI_SYSTEM</entry>
- </row>
- <row>
- <entry>register_argc_argv</entry>
- <entry>"On"</entry>
- <entry>PHP_INI_PERDIR|PHP_INI_SYSTEM</entry>
- </row>
- <row>
- <entry>post_max_size</entry>
- <entry>"8M"</entry>
- <entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
- </row>
- <row>
- <entry>gpc_order</entry>
- <entry>"GPC"</entry>
- <entry>PHP_INI_ALL</entry>
- </row>
- <row>
- <entry>auto_prepend_file</entry>
- <entry>""</entry>
- <entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
- </row>
- <row>
- <entry>auto_append_file</entry>
- <entry>""</entry>
- <entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
- </row>
- <row>
- <entry>default_mimetype</entry>
- <entry>"text/html"</entry>
- <entry>PHP_INI_ALL</entry>
- </row>
- <row>
- <entry>default_charset</entry>
- <entry>"iso-8859-1"</entry>
- <entry>PHP_INI_ALL</entry>
- </row>
- <row>
- <entry>always_populate_raw_post_data</entry>
- <entry>"0"</entry>
- <entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
- </row>
- <row>
- <entry>allow_webdav_methods</entry>
- <entry>"0"</entry>
- <entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- </para>
- <para>
- Here is a short explanation of the configuration directives.
- <variablelist>
- <varlistentry id="ini.track-vars">
- <term>
- <parameter>track_vars</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- If enabled, then Environment, GET, POST, Cookie, and Server
- variables can be found in the global associative arrays
- <varname>$_ENV</varname>,
- <varname>$_GET</varname>,
- <varname>$_POST</varname>,
- <varname>$_COOKIE</varname>, and
- <varname>$_SERVER</varname>.
- </para>
- <para>
- Note that as of PHP 4.0.3, <systemitem
- role="directive">track_vars</systemitem> is always turned on.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.arg-separator.output">
- <term>
- <parameter>arg_separator.output</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- The separator used in PHP generated URLs to separate arguments.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="arg-separator.input">
- <term>
- <parameter>arg_separator.input</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- List of separator(s) used by PHP to parse input URLs into variables.
- </para>
- <note>
- <para>
- Every character in this directive is considered as separator!
- </para>
- </note>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.variables-order">
- <term>
- <parameter>variables_order</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- Bestäm ordningen för vilka EGPCS (Environment, GET, POST, Cookie,
- Server) ska defineras. Standardvärdet för det här direktivet
- är "EGPCS". Om du t.ex. sätter värdet till "GP" kommer
- PHP helt att ignorera cookie-, server- och miljö-variabler
- och skriva över alla GET-värden med POST-värden i de fall
- då de har samma namn.
- </para>
- <para>
- Se även <link linkend="ini.register-globals">register_globals</link>.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.register-globals">
- <term>
- <parameter>register_globals</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- Tells whether or not to register the EGPCS (Environment, GET,
- POST, Cookie, Server) variables as global variables. For example;
- if register_globals = on, the url
- <literal>http://www.example.com/test.php?id=3</literal> will produce
- <varname>$id</varname>. Or, <varname>$DOCUMENT_ROOT</varname> from
- <varname>$_SERVER['DOCUMENT_ROOT']</varname>. You may want to turn
- this off if you don't want to clutter your scripts' global scope with
- user data. As of PHP <ulink url="&url.php.release4.2.0;">4.2.0</ulink>,
- this directive defaults to <emphasis>off</emphasis>. It's preferred to
- go through PHP <link linkend="reserved.variables">Predefined Variables
- </link> instead, such as the
- <link linkend="language.variables.superglobals">superglobals</link>:
- <varname>$_ENV</varname>, <varname>$_GET</varname>,
- <varname>$_POST</varname>, <varname>$_COOKIE</varname>, and
- <varname>$_SERVER</varname>. Please read the security chapter on
- <link linkend="security.registerglobals">Using register_globals</link>
- for related information.
- </para>
- <para>
- Please note that <systemitem role="directive">register_globals</systemitem>
- cannot be set at runtime (<function>ini_set</function>). Although, you can
- use <filename>.htaccess</filename> if your host allows it as described
- above. An example <filename>.htaccess</filename> entry:
- <userinput>php_flag register_globals on</userinput>.
- </para>
- <note>
- <para>
- <systemitem role="directive">register_globals</systemitem> is affected
- by the <link linkend="ini.variables-order">variables_order</link>
- directive.
- </para>
- </note>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.register-argc-argv">
- <term>
- <parameter>register_argc_argv</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <simpara>
- Talar om för PHP huruvida det ska deklarera argv- och
- argc-variablerna (vilka skulle innehålla GET-information).
- </simpara>
- <simpara>
- Se även <link linkend="features.commandline">kommandorad</link>.
- Det här direktivet kom i och med PHP 4.0.0 och var alltid
- påslaget i tidigare versioner.
- </simpara>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.post-max-size">
- <term>
- <parameter>post_max_size</parameter>
- <type>integer</type>
- </term>
- <listitem>
- <simpara>
- Sets max size of post data allowed. This setting also affects
- file upload. To upload large files, this value must be larger
- than <link linkend="ini.upload-max-filesize">upload_max_filesize</link>.
- </simpara>
- <simpara>
- If memory limit is enabled by your configure script, <link
- linkend="ini.memory-limit">memory_limit</link> also affects
- file uploading. Generally speaking,
- <link linkend="ini.memory-limit">memory_limit</link> should be
- larger than <parameter>post_max_size</parameter>.
- </simpara>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.gpc-order">
- <term>
- <parameter>gpc_order</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- Bestäm ordningen för vilken GET/POST/COOKIE-variabler
- ska defineras. Standardvärdet för det här direktivet är "GPC".
- Om du t.ex. sätter värdet till "GP" kommer PHP helt att
- ignorera cookies samt skriva över alla GET-värden med
- POST-värden i de fall då de har samma namn.
- </para>
- <note>
- <para>
- Notera att det direktivet är inte tillgängligt i PHP 4.
- Använd <link linkend="ini.variables-order">variables_order</link>
- istället.
- </para>
- </note>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.auto-prepend-file">
- <term>
- <parameter>auto_prepend_file</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- Specificerar namnet på en fil som inkluderas direkt före
- huvudfilen. Filen inkluderas på samma sätt som om den hade
- inkluderats med funktionen <function>include</function>, vilket
- betyder att <link linkend="ini.include-path">include_path</link>
- används.</para>
- <para>
- Specialvärdet <systemitem class="constant">none</systemitem>
- stänger av den här funktionen.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.auto-append-file">
- <term>
- <parameter>auto_append_file</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- Specificerar namnet på en fil som inkluderas direkt efter
- huvudfilen. Filen inkluderas på samma sätt som om den hade
- inkluderats med funktionen <function>include</function>, vilket
- betyder att <link linkend="ini.include-path">include_path</link>
- används.</para>
- <para>
- Specialvärdet <systemitem class="constant">none</systemitem>
- stänger av den här funktionen.
- <note>
- <simpara>
- Om scriptet termineras med hjälp av <function>exit</function>,
- kommer filen <emphasis>inte</emphasis> att inkluderas.</simpara>
- </note>
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.default-mimetype">
- <term>
- <parameter>default_mimetype</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.default-charset">
- <term>
- <parameter>default_charset</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- As of 4.0b4, PHP always outputs a character encoding by default in
- the Content-type: header. To disable sending of the charset, simply
- set it to be empty.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.always-populate-raw-post-data">
- <term>
- <parameter>always_populate_raw_post_data</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- Always populate the $HTTP_RAW_POST_DATA variable.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.allow-webdav-methods">
- <term>
- <parameter>allow_webdav_methods</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- Allow handling of WebDAV http requests within PHP scripts (eg.
- PROPFIND, PROPPATCH, MOVE, COPY, etc..)
- If you want to get the post data of those requests, you have to
- set <link linkend="ini.always-populate-raw-post-data">
- always_populate_raw_post_data</link> as well.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </para>
- <para>
- See also: <link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link>,
- <link linkend="ini.magic-quotes-runtime">magic-quotes-runtime</link>,
- and
- <link linkend="ini.magic-quotes-sybase">magic_quotes_sybase</link>.
- </para>
- </sect2>
-
- <sect2 id="ini.sect.path-directory">
- <title>Paths and Directories</title>
- <para>
- <table>
- <title>Paths and Directories Configuration Options</title>
- <tgroup cols="3">
- <thead>
- <row>
- <entry>Name</entry>
- <entry>Default</entry>
- <entry>Changeable</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>include_path</entry>
- <entry>PHP_INCLUDE_PATH</entry>
- <entry>PHP_INI_ALL</entry>
- </row>
- <row>
- <entry>doc_root</entry>
- <entry>PHP_INCLUDE_PATH</entry>
- <entry>PHP_INI_SYSTEM</entry>
- </row>
- <row>
- <entry>user_dir</entry>
- <entry>NULL</entry>
- <entry>PHP_INI_SYSTEM</entry>
- </row>
- <row>
- <entry>extension_dir</entry>
- <entry>PHP_EXTENSION_DIR</entry>
- <entry>PHP_INI_SYSTEM</entry>
- </row>
- <row>
- <entry>cgi.force_redirect</entry>
- <entry>"1"</entry>
- <entry>PHP_INI_SYSTEM</entry>
- </row>
- <row>
- <entry>cgi.redirect_status_env</entry>
- <entry>""</entry>
- <entry>PHP_INI_SYSTEM</entry>
- </row>
- <row>
- <entry>fastcgi.impersonate</entry>
- <entry>"0"</entry>
- <entry>PHP_INI_SYSTEM</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- </para>
- <para>
- Here is a short explanation of the configuration directives.
- <variablelist>
-
- <varlistentry id="ini.include-path">
- <term>
- <parameter>include_path</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- Specificerar en lista över kataloger där funktionerna
- <function>require</function>, <function>include</function>
- och <function>fopen_with_path</function> ska leta efter
- filer. Formatet är detsamma som operativsystemets
- <envar>PATH</envar>-miljövariabel: listan separeras med
- kolon under UNIX och med semikolon under Windows.
- </para>
- <para>
- <example>
- <title>UNIX include_path</title>
- <programlisting role="php.ini">
-<![CDATA[
-include_path=".:/php/includes"
-]]>
- </programlisting>
- </example>
- </para>
- <para>
- <example>
- <title>Windows include_path</title>
- <programlisting role="php.ini">
-<![CDATA[
-include_path=".;c:\php\includes"
-]]>
- </programlisting>
- </example>
- </para>
- <para>
- Standardvärdet för det här direktivet är <literal>.</literal>
- (bara nuvarande katalog).
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.doc-root">
- <term>
- <parameter>doc_root</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- PHP's "rotkatalog" på servern. Används bara om den
- inte är tom. Om s k
- <link linkend="ini.safe-mode">safe mode</link> är aktivt
- kan inga filer utanför den här katalogen kommas åt.
- If PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
- if you are running php as a CGI under any web server (other than IIS)
- The alternative is to use the <link linkend="ini.cgi.force-redirect">
- cgi.force_redirect</link> configuration below.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.user-dir">
- <term>
- <parameter>user_dir</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- The base name of the directory used on a user's home
- directory for <literal>PHP</literal> files, for example
- <literal>public_html</literal>.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.extension-dir">
- <term>
- <parameter>extension_dir</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- In what directory PHP should look for dynamically loadable
- extensions. See also: <link linkend="ini.enable-dl">enable_dl</link>,
- and <function>dl</function>.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.extension">
- <term>
- <parameter>extension</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- Which dynamically loadable extensions to load when PHP starts
- up.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.cgi.force-redirect">
- <term>
- <parameter>cgi.force_redirect</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- cgi.force_redirect is necessary to provide security running PHP as a
- CGI under most web servers. Left undefined, PHP turns this on by
- default. You can turn it off <emphasis>AT YOUR OWN RISK</emphasis>.
- </para>
- <note>
- <para>
- Windows Users: You CAN safely turn this off for IIS, in fact, you MUST.
- To get OmniHTTPD or Xitami to work you MUST turn it off.
- </para>
- </note>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.cgi.redirect-status-env">
- <term>
- <parameter>cgi.cgi.redirect_status_env</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- If cgi.force_redirect is turned on, and you are not running under
- Apache or Netscape (iPlanet) web servers, you MAY need to set an
- environment variable name that PHP will look for to know it is OK
- to continue execution.
- </para>
- <note>
- <para>
- Setting this variable MAY cause security issues,
- KNOW WHAT YOU ARE DOING FIRST.
- </para>
- </note>
- </listitem>
- </varlistentry>
-
- <varlistentry id="fastcgi.impersonate">
- <term>
- <parameter>fastcgi.impersonate</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
- security tokens of the calling client. This allows IIS to define the
- security context that the request runs under. mod_fastcgi under Apache
- does not currently support this feature (03/17/2002)
- Set to 1 if running under IIS. Default is zero.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </para>
- </sect2>
-
- <sect2 id="ini.sect.file_uploads">
- <title>File Uploads</title>
- <para>
- <table>
- <title>File Uploads Configuration Options</title>
- <tgroup cols="3">
- <thead>
- <row>
- <entry>Name</entry>
- <entry>Default</entry>
- <entry>Changeable</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>file_uploads</entry>
- <entry>"1"</entry>
- <entry>PHP_INI_SYSTEM</entry>
- </row>
- <row>
- <entry>upload_tmp_dir</entry>
- <entry>NULL</entry>
- <entry>PHP_INI_SYSTEM</entry>
- </row>
- <row>
- <entry>upload_max_filesize</entry>
- <entry>"2M"</entry>
- <entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- </para>
- <para>
- Here is a short explanation of the configuration directives.
- <variablelist>
- <varlistentry id="ini.file-uploads">
- <term>
- <parameter>file_uploads</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- Huruvida du vill tillåta <link linkend="features.file-upload">filuppladdning</link>
- via HTTP eller inte. Se även
- <link linkend="ini.upload-max-filesize">upload_max_filesize</link>-,
- <link linkend="ini.upload-tmp-dir">upload_tmp_dir</link>- och
- <link linkend="ini.post-max-size">post_max_size</link>-direktiven.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.upload-tmp-dir">
- <term>
- <parameter>upload_tmp_dir</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- The temporary directory used for storing files when doing
- file upload. Must be writable by whatever user <literal>PHP</literal>
- is running as. If not specified PHP will use the system's default.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.upload-max-filesize">
- <term>
- <parameter>upload_max_filesize</parameter>
- <type>integer</type>
- </term>
- <listitem>
- <para>
- The maximum size of an uploaded file.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </para>
- </sect2>
-
- <sect2 id="ini.sql-general">
- <title>General SQL</title>
- <para>
- <table>
- <title>General SQL Configuration Options</title>
- <tgroup cols="3">
- <thead>
- <row>
- <entry>Name</entry>
- <entry>Default</entry>
- <entry>Changeable</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>sql.safe_mode</entry>
- <entry>"0"</entry>
- <entry>PHP_INI_SYSTEM</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- </para>
- <para>
- Here is a short explanation of the configuration directives.
- <variablelist>
- <varlistentry id="ini.sql.safe-mode">
- <term>
- <parameter>sql.safe_mode</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </para>
- </sect2>
-
- <sect2 id="ini.sect.debugger">
- <title>Debugger Configuration Directives</title>
- <variablelist>
-
- <varlistentry id="ini.debugger.host">
- <term>
- <parameter>debugger.host</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- DNS name or IP address of host used by the debugger.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.debugger.port">
- <term>
- <parameter>debugger.port</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- Port number used by the debugger.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.debugger.enabled">
- <term>
- <parameter>debugger.enabled</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- Whether the debugger is enabled.
- </para>
- </listitem>
- </varlistentry>
-
- </variablelist>
- </sect2>
-
- </sect1>
-
</chapter>
<!-- Keep this comment at the end of the file
--goba1091634847--