From 584a85216d843316377aa69baa3e149c20b24c1e Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Mon, 20 Oct 2014 21:23:54 +0000 Subject: [PATCH] INSTALL.TXT, ADDITIONS/squirrelmail-plugin/INSTALL - add required version of Zend Framework (1.12.x) and a warning that 2.x won't work (reported by seboulba on IRC) git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1699 a1433add-5e2c-0410-b055-b7f2511e0802 --- ADDITIONS/squirrelmail-plugin/INSTALL | 1 + INSTALL.TXT | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ADDITIONS/squirrelmail-plugin/INSTALL b/ADDITIONS/squirrelmail-plugin/INSTALL index 6a204e02..08942865 100644 --- a/ADDITIONS/squirrelmail-plugin/INSTALL +++ b/ADDITIONS/squirrelmail-plugin/INSTALL @@ -12,6 +12,7 @@ Requirements: wget https://packages.zendframework.com/releases/ZendFramework-1.12.3/ZendFramework-1.12.3-minimal.tar.gz tar -zxf ZendFramework-1.12.3-minimal.tar.gz mv ZendFramework-1.12.3-minimal/library/Zend . ) + NOTE: This plugin is _not compatible_ with Zend Framework version 2.x. Installation : ============== diff --git a/INSTALL.TXT b/INSTALL.TXT index a8aa83bf..c9e48d47 100644 --- a/INSTALL.TXT +++ b/INSTALL.TXT @@ -159,7 +159,9 @@ See ADDITIONS/squirrelmail-plugin See xmlrpc.php - only a subset of Postfixadmin's functionality is currently exposed. See config.inc.php - see xmlrpc_enabled key (defaults to off). -You'll need to install a copy of the Zend Framework within Postfixadmin (see header within xmlrpc.php) +You'll need to install a copy of the Zend Framework (version 1.12.x) within Postfixadmin +or your PHP include_path (see header within xmlrpc.php). +NOTE: The XMLRPC interface is _not compatible_ with Zend Framework version 2.x. You'll need to enable the xmlrpc link (see config.inc.php) 8. More information