Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.5.5

Bug #169 Calendar and APC problems
Submitted: 2003-10-30 17:55 UTC
From: pear at sapphire dot no Assigned: hfuecks
Status: Closed Package: Calendar
PHP Version: Irrelevant OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2003-10-30 17:55 UTC] pear at sapphire dot no
Description: ------------ When APC (http://pecl.php.net/package/APC) is activated Calendar stops working after the first run. The second (and all the following runs) returns:"PHP Fatal error: Cannot redeclare class calendar_engine_factory in /usr/share/pear/Calendar/Year.php on line 37" (for example 1). When disabling APC everything works fine.

Comments

 [2003-10-30 21:48 UTC] hfuecks at php dot net
That's probably best to report as an APC issue (http://pecl.php.net/bugs/report.php?package=APC) - (tentatively - don't know APC) sounds like a problem with how it's handling require_once.
 [2003-11-18 09:22 UTC] hfuecks at php dot net
Problem now being handled here: http://pecl.php.net/bugs/bug.php?id=174