SF.net SVN: postfixadmin:[1699] trunk
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2014-10-20 21:24:02
|
Revision: 1699 http://sourceforge.net/p/postfixadmin/code/1699 Author: christian_boltz Date: 2014-10-20 21:23:54 +0000 (Mon, 20 Oct 2014) Log Message: ----------- 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) Modified Paths: -------------- trunk/ADDITIONS/squirrelmail-plugin/INSTALL trunk/INSTALL.TXT Modified: trunk/ADDITIONS/squirrelmail-plugin/INSTALL =================================================================== --- trunk/ADDITIONS/squirrelmail-plugin/INSTALL 2014-10-20 08:31:57 UTC (rev 1698) +++ trunk/ADDITIONS/squirrelmail-plugin/INSTALL 2014-10-20 21:23:54 UTC (rev 1699) @@ -12,6 +12,7 @@ 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 : ============== Modified: trunk/INSTALL.TXT =================================================================== --- trunk/INSTALL.TXT 2014-10-20 08:31:57 UTC (rev 1698) +++ trunk/INSTALL.TXT 2014-10-20 21:23:54 UTC (rev 1699) @@ -159,7 +159,9 @@ 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |