mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
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:
parent
342f5abda0
commit
7afa7236ba
1 changed files with 11 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue