You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just ran a test. I have APC.so extension installed. But I got this message when I did "make test":
SKIP APC serializer registration [tests/igbinary_045.phpt] reason: APC not loaded
Something wrong?
The text was updated successfully, but these errors were encountered:
APC 3.1.13 fails to compile for me for php 5.5.5, have to try with older ones.
Zend OPcache is included in php 5.5, and I don't know how
it will affect development of APC or APCu. Zend OPcache however doesn't provide shared memory caching (apc_add, apc_get etc counterparts) so there's still room for extensions. But maybe it's only for good, that opcode caching and data caching is separated.
Hello,
Just ran a test. I have APC.so extension installed. But I got this message when I did "make test":
SKIP APC serializer registration [tests/igbinary_045.phpt] reason: APC not loaded
Something wrong?
The text was updated successfully, but these errors were encountered: