Added note indicating that Interbase uses ' for escaping, like Sybase

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32275 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jesus M. Castagnetto 2000-09-08 18:53:58 +00:00
parent 342f5abda0
commit 7afa7236ba

View file

@ -11,8 +11,18 @@
</para>
<note>
<para>
Full support for InterBase 6 was added in PHP 4.0.
Full support for InterBase 6 was added in PHP 4.0.
</para>
<para>
This database uses a single quote (') character for escaping, a
behavior similar to the Sybase database, add to your
<filename>php.ini</filename> the following directive:
<informalexample>
<programlisting>
magic_quotes_sybase = On
</programlisting>
</informalexample>
</para>
</note>
</partintro>