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

Don't 7.0.5 work on PHP 5.4.45 ? #228

Open
anstrem opened this issue Feb 13, 2017 · 0 comments
Open

Don't 7.0.5 work on PHP 5.4.45 ? #228

anstrem opened this issue Feb 13, 2017 · 0 comments

Comments

@anstrem
Copy link

anstrem commented Feb 13, 2017

Centos 6

/etc/php.d/opcache.ini

zend_extension = /usr/lib64/php/modules/opcache.so
opcache.enable = 1
opcache.enable_cli = 1
opcache.memory_consumption = 400
opcache.interned_strings_buffer = 8
opcache.max_accelerated_files = 10000
opcache.max_wasted_percentage = 5
opcache.use_cwd = 1
opcache.validate_timestamps = 1
opcache.revalidate_freq = 0
opcache.fast_shutdown = 1
opcache.file_update_protection = 10

With php -v I see:

PHP 5.4.45 (cli) (built: Sep 19 2016 15:31:07)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
with Zend OPcache v7.0.5, Copyright (c) 1999-2015, by Zend Technologies

But in any opcache-gui I see:

You do not have the Zend OPcache extension loaded, sample data is being shown instead.
opcache

So opcache works for me or not? And if not, what to do?

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

1 participant