-
Notifications
You must be signed in to change notification settings - Fork 26
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
Comments
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? |
Also, I wasn't aware opencart itself was working with hhvm yet. Are you successfully running opencart in hhvm without issues? |
opencart 2.0.3.1 works on hhvm but 1.5.6.4 not |
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. |
you can use these script to install hhvm for test |
Right, I understand we could get another environment and install, but our environments are already in use. |
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?
The text was updated successfully, but these errors were encountered: