2011年1月24日星期一

[fw-mvc] Re: apc-error using Zend_Application with Zend_Test

I solved this problem.

Be careful when you add zend library. In my case I have like that:

// Ensure library/ is on include_path
set_include_path(implode(PATH_SEPARATOR, array(
realpath(APPLICATION_PATH . '/../library'),
get_include_path()
)));


I already have had zend repozitory in other path. Get_include_path got it as
a result.

Now just comment some lib, for example, realpath(APPLICATION_PATH .
'/../library')
--
View this message in context: http://zend-framework-community.634137.n4.nabble.com/apc-error-using-Zend-Application-with-Zend-Test-tp671319p3234473.html
Sent from the Zend MVC mailing list archive at Nabble.com.

没有评论: