Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-BETA1
-
Fix Version/s: 2.0-BETA3
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
When running ./doctrine orm:clear-cache with the APC cache, it simply won't work because the cache is not shared between the different PHP processes.
So, the php instance run by ./doctrine and the one run by apache are different and won't share their cache. This is an APC feature.
A workaround is needed, other than calling it via apache, or simply remove it. And write it in the documentation.
Fixed, throwing an exception now