mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
IMAP cannot be used together with Cyrus (bug #24778)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165614 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bd6f318ac4
commit
99e8b3cb1c
2 changed files with 7 additions and 3 deletions
|
@ -103,8 +103,9 @@ Use this function at your own risk.</simpara></warning>'>
|
|||
|
||||
<!ENTITY warn.imaprecodeyaz '<warning><simpara>The <link
|
||||
linkend="ref.imap">IMAP</link> extension cannot be used in conjuction with
|
||||
the <link linkend="ref.recode">recode</link> or <link
|
||||
linkend="ref.yaz">YAZ</link> extensions. This is due to the fact that they
|
||||
the <link linkend="ref.recode">recode</link>, <link
|
||||
linkend="ref.yaz">YAZ</link> or <link
|
||||
linkend="ref.cyrus">Cyrus</link> extensions. This is due to the fact that they
|
||||
both share the same internal symbol.</simpara></warning>'>
|
||||
|
||||
<!ENTITY note.magicquotes.gpc '<note><title>directive note: magic_quotes_gpc
|
||||
|
|
|
@ -1,11 +1,14 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<section id="cyrus.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
To enable Cyrus IMAP support and to use these functions you have to compile
|
||||
PHP with the <option role="configure">--with-cyrus</option> option.
|
||||
</para>
|
||||
|
||||
&warn.imaprecodeyaz;
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue