com doc/de: sync with EN: faq/using.xml

[email protected] (Martin Samesch)
Newsgroups php.doc.de
Message-ID <[email protected]>
Commit:    2d9444e2ac5cba8c26c43389734c953bbd8a30e2
Author:    Martin Samesch <[email protected]>         Sun, 17 Jan 2021 10:32:49 +0100
Parents:   83ce2cfc02b4a428384e28fa72063a2191f85137
Branches:  master

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

Log:
sync with EN

Changed paths:
  M  faq/using.xml


Diff:
diff --git a/faq/using.xml b/faq/using.xml
index e519de6cc..324dc7071 100644
--- a/faq/using.xml
+++ b/faq/using.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 86e6094e86b84a51d00ab217ac50ce8dde33d82a Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: f029b664b8728bd5cbb697cb9a4409aea07cb36c Maintainer: wiesemann Status: ready -->
 <chapter xml:id="faq.using" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
   <title>PHP benutzen</title>
   <titleabbrev>PHP benutzen</titleabbrev>
@@ -83,7 +83,8 @@ if (empty($empty)) {
    </qandaentry>
 
    <qandaentry xml:id="faq.using.addslashes">
-    <question>
+    <!-- TODO Probably should mention not doing this... -->
+        <question>
      <para>
       Ich möchte alle einfachen Anführungszeichen (') in einen
       Backslash gefolgt von einem einfachen Anführungszeichen (\')
@@ -103,32 +104,6 @@ if (empty($empty)) {
       <function>stripslashes</function>, die häufig in älterem PHP-Code
       genutzt werden.
      </para>
-
-     &note.magicquotes.gpc;
-
-    </answer>
-   </qandaentry>
-
-   <qandaentry xml:id="faq.using.stripslashes">
-    <question>
-     <para>
-      Alle meine " werden in \" und meine ' werden in \' konvertiert.
-      Wie kann ich den nicht gewünschten Backslash entfernen? Warum und
-      wie sind diese Zeichen überhaupt konvertiert worden?
-     </para>
-    </question>
-    <answer>
-     <para>
-      Mit großer Wahrscheinlichkeit existieren die Backslahes, weil die
-      PHP-Direktive <link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link>
-      aktiviert ist. Dies ist eine alte Funktionalität von PHP, die nicht mehr
-      aktiviert werden sollte und auf die man sich nicht mehr verlassen sollte.
-      Die PHP-Funktion <function>stripslashes</function> kann genutzt werden,
-      um die Backslashes aus dem <type>string</type> zu entfernen.
-     </para>
-
-     &note.magicquotes.gpc;
-
     </answer>
    </qandaentry>
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.