mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
2e9c07ed8f
commit
7b918120f8
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@
|
|||
Returns a string that has been properly escaped for safe inclusion in an
|
||||
SQL statement.
|
||||
</para>
|
||||
¬e.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">
|
||||
|
|
Loading…
Reference in a new issue