From fa735d44906178b1a1d2da05420f169f3bad0c6d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?=
Date: Fri, 21 Apr 2006 08:04:27 +0000
Subject: [PATCH] Document problems with PMA_blowfish on clusters of different
architectures (bug #1470912).
---
ChangeLog | 2 ++
Documentation.html | 9 +++++++++
2 files changed, 11 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 6d5ba9888..614f104b0 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@ $Source$
2006-04-21 Michal Čihař
* libraries/import/csv.php: Fix importing files without trailing new line
(bug #1473944).
+ * Documentation.html: Document problems with PMA_blowfish on clusters of
+ different architectures (bug #1470912).
2006-04-20 Michal Čihař
* index.php: Check target against goto_whitelist.
diff --git a/Documentation.html b/Documentation.html
index 37114e23a..e41e693da 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -2347,6 +2347,15 @@ ALTER TABLE `pma_column_comments`
Please refers to the FPDF manual to build
these files.
+
+
+ If your cluster consist of different architectures, PHP code used for
+ encryption/decryption won't work correct. This is caused by use of
+ pack/unpack functions in code. Only solution is to use mcrypt extension
+ which works fine in this case.
+