mfischer Sun Jun 9 18:28:04 2002 EDT
Modified files:
/phpdoc/en/reference/imap reference.xml
/phpdoc/en/reference/mysql reference.xml
/phpdoc/en/reference/recode reference.xml
Log:
- Add important warning in which order to load the recode extension when PHP
crashes, closes #12450.
Index: phpdoc/en/reference/imap/reference.xml
diff -u phpdoc/en/reference/imap/reference.xml:1.6
phpdoc/en/reference/imap/reference.xml:1.7
--- phpdoc/en/reference/imap/reference.xml:1.6 Sat Jun 1 12:31:22 2002
+++ phpdoc/en/reference/imap/reference.xml Sun Jun 9 18:28:04 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<reference id='ref.imap'>
<title>IMAP, POP3 and NNTP functions</title>
<titleabbrev>IMAP</titleabbrev>
@@ -126,6 +126,14 @@
by David Wood and <ulink url="&url.imap.book;">Managing
IMAP</ulink> by Dianna Mullet & Kevin Mullet.
</para>
+ <warning>
+ <para>
+ Crashes and startup problems of <literal>PHP</literal> may be encountered
+ when loading this extension in conjunction with the recode extension.
+ See the <link linkend="ref.recode">recode</link> extension for more
+ information.
+ </para>
+ </warning>
</section>
</partintro>
Index: phpdoc/en/reference/mysql/reference.xml
diff -u phpdoc/en/reference/mysql/reference.xml:1.5
phpdoc/en/reference/mysql/reference.xml:1.6
--- phpdoc/en/reference/mysql/reference.xml:1.5 Sun Apr 21 07:20:46 2002
+++ phpdoc/en/reference/mysql/reference.xml Sun Jun 9 18:28:04 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<reference id="ref.mysql">
<title>MySQL Functions</title>
<titleabbrev>MySQL</titleabbrev>
@@ -38,6 +38,14 @@
PHP to use the client libraries installed by MySQL, avoiding any
conflicts.
</para>
+ <warning>
+ <para>
+ Crashes and startup problems of <literal>PHP</literal> may be encountered
+ when loading this extension in conjunction with the recode extension.
+ See the <link linkend="ref.recode">recode</link> extension for more
+ information.
+ </para>
+ </warning>
</section>
<section id="mysql.configuration">
Index: phpdoc/en/reference/recode/reference.xml
diff -u phpdoc/en/reference/recode/reference.xml:1.2
phpdoc/en/reference/recode/reference.xml:1.3
--- phpdoc/en/reference/recode/reference.xml:1.2 Mon Apr 15 17:57:20 2002
+++ phpdoc/en/reference/recode/reference.xml Sun Jun 9 18:28:04 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<reference id="ref.recode">
<title>GNU Recode functions</title>
<titleabbrev>Recode</titleabbrev>
@@ -20,6 +20,19 @@
nearly 150 different character sets and is able to convert files
between almost any pair. Most RFC 1345 character sets are supported.
</para>
+ <warning>
+ <para>
+ Crashes and startup problems of <literal>PHP</literal> may be encountered
+ when loading the recode as extension <emphasis
+ role="strong">after</emphasis> loading any extension of <link
+ linkend="ref.mysql">mysql</link> or <link
+ linkend="ref.imap">imap</link>. Loading the recode before those
+ extension has proven to fix the problem. This is due a technical problem
+ that both the c-client library used by imap and recode have their own
+ <literal>hash_lookup()</literal> function and both mysql and recode have
+ their own <literal>hash_insert</literal> function.
+ </para>
+ </warning>
</partintro>
&reference.recode.functions;