mirror of
https://github.com/macintoshplus/doc-en.git
synced 2026-04-29 03:33:15 +02:00
Some corrections and additions in readyness for 1.0 release.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132738 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.sqlite-libencoding">
|
||||
<refnamediv>
|
||||
<refname>sqlite_libencoding</refname>
|
||||
@@ -32,12 +32,14 @@
|
||||
example), and some comparison operations may still not be carried out
|
||||
correctly.
|
||||
</para>
|
||||
<para>
|
||||
It is not recommended that you use PHP in a web-server configuration
|
||||
with a version of the SQLite library compiled with UTF-8 support, since
|
||||
libsqlite will abort the process if it detects a problem with the
|
||||
UTF-8 encoding.
|
||||
</para>
|
||||
<warning>
|
||||
<para>
|
||||
It is not recommended that you use PHP in a web-server configuration
|
||||
with a version of the SQLite library compiled with UTF-8 support, since
|
||||
libsqlite will abort the process if it detects a problem with the
|
||||
UTF-8 encoding.
|
||||
</para>
|
||||
</warning>
|
||||
<para>
|
||||
See also <function>sqlite_libversion</function>.
|
||||
</para>
|
||||
|
||||
Reference in New Issue
Block a user