com doc/de: sync with EN (remove files): reference/network/functions/define-syslog-variables.xml reference/network/ini.xml

[email protected] (Martin Samesch)
Newsgroups php.doc.de
Message-ID <[email protected]>
Commit:    39b14fc4b59904614d4d4153ea348789e5cd5ae0
Author:    Martin Samesch <[email protected]>         Thu, 11 Feb 2021 22:30:22 +0100
Parents:   8d913ea9a01d82e5f1276f4619cc19137de909f6
Branches:  master

Link:       http://git.php.net/?p=doc/de.git;a=commitdiff;h=39b14fc4b59904614d4d4153ea348789e5cd5ae0

Log:
sync with EN (remove files)

Changed paths:
  D  reference/network/functions/define-syslog-variables.xml
  D  reference/network/ini.xml
diff_39b14fc4b59904614d4d4153ea348789e5cd5ae0.txt (text/plain, 11.6 KB)
diff --git a/reference/network/functions/define-syslog-variables.xml b/reference/network/functions/define-syslog-variables.xml
deleted file mode 100644
index d0b475d2b..000000000
--- a/reference/network/functions/define-syslog-variables.xml
+++ /dev/null
@@ -1,326 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 0f9d01eea1839b332efc1dd7a0ed93b125632f5e Maintainer: sammywg Status: ready -->
-
-<refentry xml:id="function.define-syslog-variables" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>define_syslog_variables</refname>
-  <refpurpose>Initialisiert alle SysLog-bezogenen Variablen</refpurpose>
- </refnamediv>
-
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>void</type><methodname>define_syslog_variables</methodname>
-   <void/>
-  </methodsynopsis>
-  <para>
-   Initialisiert alle Variablen, die in den SysLog-Funktionen
-   Verwendung finden.
-  </para>
- </refsect1>
-
- <refsect1 role="returnvalues">
-  &reftitle.returnvalues;
-  <para>
-   &return.void;
-  </para>
-  <table>
-   <title>Syslog variables</title>
-   <tgroup cols="4">
-    <thead>
-     <row>
-      <entry>Variable</entry>
-      <entry>Entsprechende Konstante</entry>
-      <entry>Bedeutung</entry>
-      <entry>Bemerkungen</entry>
-     </row>
-    </thead>
-    <tbody>
-     <row>
-      <entry><varname>$LOG_EMERG</varname></entry>
-      <entry><constant>LOG_EMERG</constant></entry>
-      <entry>System ist untauglich</entry>
-      <entry></entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_ALERT</varname></entry>
-      <entry><constant>LOG_ALERT</constant></entry>
-      <entry>Direktes Eingreifen erforderlich</entry>
-      <entry></entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_CRIT</varname></entry>
-      <entry><constant>LOG_CRIT</constant></entry>
-      <entry>Critical conditions</entry>
-      <entry></entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_ERR</varname></entry>
-      <entry><constant>LOG_ERR</constant></entry>
-      <entry></entry>
-      <entry></entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_WARNING</varname></entry>
-      <entry><constant>LOG_WARNING</constant></entry>
-      <entry></entry>
-      <entry></entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_NOTICE</varname></entry>
-      <entry><constant>LOG_NOTICE</constant></entry>
-      <entry></entry>
-      <entry></entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_INFO</varname></entry>
-      <entry><constant>LOG_INFO</constant></entry>
-      <entry></entry>
-      <entry></entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_DEBUG</varname></entry>
-      <entry><constant>LOG_DEBUG</constant></entry>
-      <entry></entry>
-      <entry></entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_KERN</varname></entry>
-      <entry><constant>LOG_KERN</constant></entry>
-      <entry></entry>
-      <entry></entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_USER</varname></entry>
-      <entry><constant>LOG_USER</constant></entry>
-      <entry>Genetic user level</entry>
-      <entry></entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_MAIL</varname></entry>
-      <entry><constant>LOG_MAIL</constant></entry>
-      <entry>Log in eine E-Mail</entry>
-      <entry></entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_DAEMON</varname></entry>
-      <entry><constant>LOG_DAEMON</constant></entry>
-      <entry>Andere Systemdienste</entry>
-      <entry></entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_AUTH</varname></entry>
-      <entry><constant>LOG_AUTH</constant></entry>
-      <entry></entry>
-      <entry></entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_SYSLOG</varname></entry>
-      <entry><constant>LOG_SYSLOG</constant></entry>
-      <entry></entry>
-      <entry>Nicht für Netware verfügbar</entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_LPR</varname></entry>
-      <entry><constant>LOG_LPR</constant></entry>
-      <entry></entry>
-      <entry></entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_NEWS</varname></entry>
-      <entry><constant>LOG_NEWS</constant></entry>
-      <entry>Usenet new</entry>
-      <entry>Nicht für HP-UX verfügbar</entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_CRON</varname></entry>
-      <entry><constant>LOG_CRON</constant></entry>
-      <entry></entry>
-      <entry>Auf keiner Plattform verfügbar</entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_AUTHPRIV</varname></entry>
-      <entry><constant>LOG_AUTHPRIV</constant></entry>
-      <entry></entry>
-      <entry>Nicht für AIX verfügbar</entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_LOCAL0</varname></entry>
-      <entry><constant>LOG_LOCAL0</constant></entry>
-      <entry></entry>
-      <entry>Nicht für Windows und Netware verfügbar</entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_LOCAL1</varname></entry>
-      <entry><constant>LOG_LOCAL1</constant></entry>
-      <entry></entry>
-      <entry>Nicht für Windows und Netware verfügbar</entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_LOCAL2</varname></entry>
-      <entry><constant>LOG_LOCAL2</constant></entry>
-      <entry></entry>
-      <entry>Nicht für Windows und Netware verfügbar</entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_LOCAL3</varname></entry>
-      <entry><constant>LOG_LOCAL3</constant></entry>
-      <entry></entry>
-      <entry>Nicht für Windows und Netware verfügbar</entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_LOCAL4</varname></entry>
-      <entry><constant>LOG_LOCAL4</constant></entry>
-      <entry></entry>
-      <entry>Nicht für Windows und Netware verfügbar</entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_LOCAL5</varname></entry>
-      <entry><constant>LOG_LOCAL5</constant></entry>
-      <entry></entry>
-      <entry>Nicht für Windows und Netware verfügbar</entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_LOCAL6</varname></entry>
-      <entry><constant>LOG_LOCAL6</constant></entry>
-      <entry></entry>
-      <entry>Nicht für Windows und Netware verfügbar</entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_LOCAL7</varname></entry>
-      <entry><constant>LOG_LOCAL7</constant></entry>
-      <entry></entry>
-      <entry>Nicht für Windows und Netware verfügbar</entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_PID</varname></entry>
-      <entry><constant>LOG_PID</constant></entry>
-      <entry></entry>
-      <entry></entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_CONS</varname></entry>
-      <entry><constant>LOG_CONS</constant></entry>
-      <entry></entry>
-      <entry></entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_ODELAY</varname></entry>
-      <entry><constant>LOG_ODELAY</constant></entry>
-      <entry></entry>
-      <entry></entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_NDELAY</varname></entry>
-      <entry><constant>LOG_NDELAY</constant></entry>
-      <entry></entry>
-      <entry></entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_NOWAIT</varname></entry>
-      <entry><constant>LOG_NOWAIT</constant></entry>
-      <entry></entry>
-      <entry>Nicht für BeOS verfügbar</entry>
-     </row>
-     <row>
-      <entry><varname>$LOG_PERROR</varname></entry>
-      <entry><constant>LOG_PERROR</constant></entry>
-      <entry></entry>
-      <entry>Nicht für AIX verfügbar</entry>
-     </row>
-    </tbody>
-   </tgroup>
-  </table>
-  &warn.deprecated.function-5-3-0.removed-5-4-0;
- </refsect1>
-
- <refsect1 role="examples">
-  &reftitle.examples;
-  <para>
-   <example>
-    <title><function>define_syslog_variables</function>-Beispiel</title>
-    <programlisting role="php">
-<![CDATA[
-<?php
-// Teste, ob die SysLog-Variablen bereits definiert wurden
-if(!get_cfg_var('define_syslog_variables'))
-{
-    define_syslog_variables();
-}
-
-// Öffne das Log
-openlog('', $LOG_ODELAY, $LOG_MAIL | $LOG_USER);
-
-// Fahre weiter mit dem Skript fort ...
-?>
-]]>
-    </programlisting>
-   </example>
-  </para>
- </refsect1>
-
- <refsect1 role="changelog">
-  &reftitle.changelog;
-  <para>
-   <informaltable>
-    <tgroup cols="2">
-     <thead>
-      <row>
-       <entry>&Version;</entry>
-       <entry>&Description;</entry>
-      </row>
-     </thead>
-     <tbody>
-      <row>
-       <entry>5.4.0</entry>
-       <entry>
-        Die Funktion wurde aus PHP entfernt.
-       </entry>
-      </row>
-      <row>
-       <entry>5.3.0</entry>
-       <entry>
-        Die Funktion wirft jetzt eine E_DEPRECATED-Notice.
-       </entry>
-      </row>
-     </tbody>
-    </tgroup>
-   </informaltable>
-  </para>
- </refsect1>
-
- <refsect1 role="seealso">
-  &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openlog</function></member>
-    <member><function>syslog</function></member>
-    <member><function>closelog</function></member>
-   </simplelist>
-  </para>
- </refsect1>
-
-</refentry>
-
-
-<!-- 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:"~/.phpdoc/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
--->
diff --git a/reference/network/ini.xml b/reference/network/ini.xml
deleted file mode 100644
index 1dbb26406..000000000
--- a/reference/network/ini.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: f052ac1bd73549125c3fc3dc68a36d4b0608a16d Maintainer: sammywg Status: ready -->
-
-<section xml:id="network.configuration" xmlns="http://docbook.org/ns/docbook">
- &reftitle.runtime;
- &extension.runtime;
- <para>
-  <table>
-   <title>Network-Konfigurationsoptionen</title>
-   <tgroup cols="4">
-    <thead>
-     <row>
-     <entry>&Name;</entry>
-     <entry>&Default;</entry>
-     <entry>&Changeable;</entry>
-     <entry>&Changelog;</entry>
-     </row>
-    </thead>
-    <tbody>
-    <row>
-     <entry><link linkend="ini.define-syslog-variables">define_syslog_variables</link></entry>
-     <entry>"0"</entry>
-     <entry>PHP_INI_ALL</entry>
-     <entry>Nicht mehr zur Verwendung empfohlen ab PHP 5.3.0. Entfernt in PHP 5.4.0.</entry>
-    </row>
-    </tbody>
-   </tgroup>
-  </table>
- &ini.php.constants;
- </para>
-
- &ini.descriptions.title;
-
- <para>
- <variablelist>
- <varlistentry xml:id="ini.define-syslog-variables">
-  <term>
-   <parameter>define_syslog_variables</parameter>
-   <type>boolean</type>
-   </term>
-   <listitem>
-    <para>
-     Legt fest, ob die verschiedenen Syslog-Variablen (wie $LOG_PID, $LOG_CRON,
-     etc.) standardmäßig definiert werden. Diese Variablen abzuschalten ist
-     unter Performancegesichtspunkten eine gute Idee. Sie können diese Variablen
-     zur Laufzeit durch den Aufruf von
-     <function>define_syslog_variables</function> definieren.
-    </para>
-   </listitem>
-  </varlistentry>
- </variablelist>
- </para>
-</section>
-
-
-<!-- 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:"~/.phpdoc/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
--->
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.