eaccelerator 설치중 에러
configure 이후 make에서 에러가 아래와 같이 나오는 경우 해결책
링크 참조
ea_store.c:683: error: 'zend_property_info' has nomake: *** [ea_store.lo] Error 1
683번째줄에서 아래 코드를 찾아서 주석처리하고 다시 make하면 정상적 설치가 됩니다.
return (child_info->ce != from);
http://eaccelerator.net/ticket/426