Issue Details (XML | Word | Printable)

Key: WPC-3
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Mahmoud Al-Qudsi
Reporter: Mahmoud Al-Qudsi
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
WordPress Opcode Object Cache

eAccelerator may pass the presence test, but fail to work

Created: 28/Oct/07 07:21 AM   Updated: 28/Oct/07 07:22 AM   Resolved: 28/Oct/07 07:22 AM
Component/s: eAccelerator
Affects Version/s: None
Fix Version/s: None

Environment: eAccelerator compiled without the get function enabled.


 Description  « Hide
We are presently checking for the eAccelerator stats function's presence before we enable eAccelerator support. However, if eAccelerator is installed but var caching is disabled, this test will return true but eAccelerator's var caching will not work.

Sort Order: Ascending order - Click to sort in descending order
Mahmoud Al-Qudsi added a comment - 28/Oct/07 07:22 AM
Changed the eAccelerator presence test to check for the get function instead of the stats function. Does the trick.