Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SKIP APC serializer registration [tests/igbinary_045.phpt] reason: APC not loaded #6

Open
basepack opened this issue Jul 26, 2011 · 1 comment

Comments

@basepack
Copy link

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?

@phadej
Copy link
Owner

phadej commented Nov 10, 2013

Looks like, php is changed so host php.ini is not read during extension tests.

I added note about testing APCu igbinary@47f4417

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.

http://stackoverflow.com/questions/9611676/is-apc-compatible-with-php-5-4-or-php-5-5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants