summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/faq.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/faq.rst b/doc/source/faq.rst
index aa90ace..53d65ce 100644
--- a/doc/source/faq.rst
+++ b/doc/source/faq.rst
@@ -151,6 +151,12 @@ Does Snuffleupagus run on Windows?
151No idea, feel free to `try <https://github.com/nbs-system/snuffleupagus/issues/2>`_. 151No idea, feel free to `try <https://github.com/nbs-system/snuffleupagus/issues/2>`_.
152 152
153 153
154Does Snuggleupagus run on `HHVM <http://hhvm.com/>`_?
155"""""""""""""""""""""""""""""""""""""""""""""""""""""
156No it doesn't, since `HHVM's API <https://github.com/facebook/hhvm/wiki/Extension-API>`_
157is really different from PHP7's one. We're not currently planning to rewrite
158Snuffleupagus to support it.
159
154Will Snuffleupagus run on my old PHP 5? 160Will Snuffleupagus run on my old PHP 5?
155""""""""""""""""""""""""""""""""""""""" 161"""""""""""""""""""""""""""""""""""""""
156No. 162No.