Closed (fixed)
Project:
Alternative PHP Cache
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2012 at 14:58 UTC
Updated:
18 Jul 2013 at 07:46 UTC
When apc isn't available in php, a user can't disable the apc module using admin/modules because of several fatal errors.
The patch fixes this by providing dummy functions and checking for the APCIterator class.
| Comment | File | Size | Author |
|---|---|---|---|
| apc_fatal.patch | 933 bytes | mrharolda |
Comments
Comment #1
R.Muilwijk commentedI'm not really happy with doing an additional check but I think it will safe a alot of issues in the issue queue ;) Committed.