mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
magic_quotes_sybase and addslashes/stripslashes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278073 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3659d9ac43
commit
91ebf242b4
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.23 $ -->
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<section xml:id="sybase.configuration" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -148,6 +148,8 @@
|
|||
backslash if <link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link>
|
||||
or <link linkend="ini.magic-quotes-runtime">magic_quotes_runtime</link>
|
||||
are enabled.
|
||||
This setting is also respected by <function>addslashes</function> and
|
||||
<function>stripslashes</function>.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue