1
0
mirror of https://github.com/php/doc-de.git synced 2026-03-29 10:42:12 +02:00
Files
archived-doc-de/reference/apache/reference.xml
Friedhelm Betz 9d4209b505 sync to en
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@166853 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-19 18:15:59 +00:00

74 lines
2.0 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- EN-Revision: 1.9 Maintainer: betz Status: ready -->
<reference id="ref.apache">
<title>Apache-spezifische Funktionen</title>
<titleabbrev>Apache</titleabbrev>
<partintro>
<section id="apache.intro">
&reftitle.intro;
<para>
Diese Funktionen stehen nur zur Verfügung, wenn PHP als Apache Modul
läuft.
</para>
<note>
<para>
Die Servervariable PATH_TRANSLATED wird bei Verwendung des Apache 2 SAPI
nicht mehr länger implizit gesetzt. Im Gegensatz hierzu wird bei
Verwendung des Apache 1 SAPI PATH_TRANSLATED, falls von Apache nicht zur
Verfügung gestellt, auf den gleichen Wert wie die Servervariable
SCRIPT_FILENAME gesetzt. Die Veränderung unter Apache 2 wurde
vorgenommen um der <ulink url="&url.cgispecs;">CGI Spezification</ulink>
zu entsprechen. Für weitere Informationen shauen Sie bitte unter
<ulink url="&url.php.bugs;23610">bug #23610</ulink> nach.
</para>
</note>
</section>
<section id="apache.installation">
&reftitle.install;
<para>
Informationen zur Installation von PHP unter Apache finden Sie im
Kapitel <link linkend='install'>Installation</link>.
</para>
</section>
&reference.apache.ini;
<section id="apache.resources">
&reftitle.resources;
&no.resource;
</section>
<section id="apache.constants">
&reftitle.constants;
&no.constants;
</section>
</partintro>
&reference.apache.functions;
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->