Closed (won't fix)
Project:
Alternative PHP Cache
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2012 at 13:21 UTC
Updated:
18 Jul 2013 at 08:09 UTC
since beta4 there are calls to 2 new functions which don't exist in drupal 6
drupal_valid_test_ua() and drupal_is_cli()
the second is not problematic as a patch for another module shows
http://drupal.org/files/drupal_is_cli_fix.patch
for now you should state on the frontpage that drupal6 users need to use beta3
Comments
Comment #1
quartsize commentedSee #1788606: APC source using D7 function, crashes when used with this module for a patch to cache_backport.
Comment #2
R.Muilwijk commentedI would rather have this fixed in cache_backport. I think the functions used will be used by more backends.