Issue
Zend OPCache can't be used in static build properly. Zend extension can be compiled and included only in dynamic build by default. This is probably related to how linking process in libtool using -all-static argument similar to #1 .
Solution
Exact solution was not found yet. Temporarily disable Zend OPCache build will be the choice until the solution can be implemented.