6.0.0-beta1
9/24/25

[#931] ZPS change for conf.xml
Summary ZPS change for conf.xml
Queue Horde Base
Queue Version 3.0-RC2
Type Bug
State Resolved
Priority 1. Low
Owners
Requester kevin_myer (at) iu13 (dot) org
Created 12/02/2004 (7601 days ago)
Due
Updated 12/02/2004 (7601 days ago)
Assigned
Resolved 12/02/2004 (7601 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
12/02/2004 04:07:17 PM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Already done in CVS, will be in RC3/final release.
12/02/2004 04:01:39 PM kevin_myer (at) iu13 (dot) org Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ ZPS change for conf.xml
Queue ⇒ Horde Base
Reply to this comment
If you enable the ZPS, the option that gets set in conf.php is 
$conf['cache']['driver'] = 'zps';



horde/lib/Cache/ gives file.php and zps4.php as options so conf.xml 
should be modified so that zps is zps4.  If you enable it with just 
zps, any cache call fails with get as an undefied function (i.e. 
getting Kronolith FreeBusy info from fb.php?c=uid)



--- conf.xml.bak        2004-12-02 11:00:35.000000000 -0500

+++ conf.xml    2004-12-02 11:00:43.000000000 -0500

@@ -864,7 +864,7 @@

        use for the cache files."/>

       </configsection>

      </case>

-    <case name="zps" desc="Use the Zend Performance Suite output cache"/>

+    <case name="zps4" desc="Use the Zend Performance Suite output cache"/>

     </configswitch>

    </configsection>

   </configtab>


Saved Queries