Fix #62361: SQLite3::escapeString is not binary safe

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339508 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-06-27 14:12:35 +00:00
parent 2e9c07ed8f
commit 7b918120f8

View file

@ -17,6 +17,11 @@
Returns a string that has been properly escaped for safe inclusion in an
SQL statement.
</para>
&note.not-bin-safe;
<para>
To properly handle BLOB fields which may contain NUL characters, use
<function>SQLite3Stmt::bindParam</function> instead.
</para>
</refsect1>
<refsect1 role="parameters">