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

it do not work on hhvm #1

Open
keramist opened this issue Sep 6, 2015 · 6 comments
Open

it do not work on hhvm #1

keramist opened this issue Sep 6, 2015 · 6 comments

Comments

@keramist
Copy link

keramist commented Sep 6, 2015

Component Detected Status
PHP 5.6.99-hhvm supported (PHP 5.4 or greater)
SAPI srv unsupported (pagecache has not been tested with this SAPI)

how can i modify it to work?

@budgetneon
Copy link
Owner

Sorry, I have no idea. I am familiar with hhvm, but have never run it.

The code just looks at the sapi name, using php_sapi_name(). Hhvm returns "srv". That's not in the list of things we've tested, like "cgi-fgci", "apache2handler", and "litespeed".

It's possible that it does work, the language you're seeing just means we haven't ever tested it.

Have you tried it? What happens?

@budgetneon
Copy link
Owner

Also, I wasn't aware opencart itself was working with hhvm yet. Are you successfully running opencart in hhvm without issues?

@keramist
Copy link
Author

keramist commented Sep 6, 2015

opencart 2.0.3.1 works on hhvm but 1.5.6.4 not
aslo v2pagecache works on nginx but not work on nginx+hhvm

@budgetneon
Copy link
Owner

Okay. I'll leave the issue open, but we don't currently have an hhvm environment to test with, so we won't be working on it any time soon.

@keramist
Copy link
Author

keramist commented Sep 7, 2015

you can use these script to install hhvm for test
centos 6.5 /6.6+nginx+hhvm fast and easy install
https://github.com/lj2007331/lnmp

@budgetneon
Copy link
Owner

Right, I understand we could get another environment and install, but our environments are already in use.

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