config/index.php wasn't detecting eAccelerator (svn,ea svn,5.2.3) until I changed
$conf->eaccel = function_exists( 'eaccelerator_get' );
to
$conf->eaccel = function_exists( 'eaccelerator_info' );
Is it possible to change it on svn as well?
--alnokta