In sfCompat10Plugin is not updated sfProcessCache.
The bug described in #3425 already exists in sfCompat10Plugin's process cache.
Here is a simple patch:
Index: plugins/sfCompat10Plugin/lib/cache/sfProcessCache.class.php
===================================================================
--- plugins/sfCompat10Plugin/lib/cache/sfProcessCache.class.php (revision 11743)
+++ plugins/sfCompat10Plugin/lib/cache/sfProcessCache.class.php (working copy)
@@ -46,7 +46,7 @@
{
$cacher = 'xcache';
}
- elseif (function_exists('ecacher_put'))
+ elseif (function_exists('eaccelerator_put'))
{
$cacher = 'eaccelerator';
}