mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
remove simplesect in favor of sect1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172122 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4cf2759e15
commit
58c6a63a65
1 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<chapter id="security.magicquotes">
|
||||
<title>Magic Quotes</title>
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
|||
escape the data at runtime, as needed.
|
||||
</para>
|
||||
|
||||
<simplesect id="security.magicquotes.what">
|
||||
<sect1 id="security.magicquotes.what">
|
||||
<title>What are Magic Quotes</title>
|
||||
<para>
|
||||
When on, all <literal>'</literal> (single-quote), <literal>"</literal>
|
||||
|
@ -65,9 +65,9 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</simplesect>
|
||||
</sect1>
|
||||
|
||||
<simplesect id="security.magicquotes.why">
|
||||
<sect1 id="security.magicquotes.why">
|
||||
<title>Why use Magic Quotes</title>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
@ -92,9 +92,9 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</simplesect>
|
||||
</sect1>
|
||||
|
||||
<simplesect id="security.magicquotes.whynot">
|
||||
<sect1 id="security.magicquotes.whynot">
|
||||
<title>Why not to use Magic Quotes</title>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
@ -135,9 +135,9 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</simplesect>
|
||||
</sect1>
|
||||
|
||||
<simplesect id="security.magicquotes.disabling">
|
||||
<sect1 id="security.magicquotes.disabling">
|
||||
<title>Disabling Magic Quotes</title>
|
||||
<para>
|
||||
The <link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link>
|
||||
|
@ -212,7 +212,7 @@ if (get_magic_quotes_gpc()) {
|
|||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</simplesect>
|
||||
</sect1>
|
||||
|
||||
</chapter>
|
||||
|
||||
|
|
Loading…
Reference in a new issue