summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorjvoisin2017-10-02 16:46:41 +0200
committerjvoisin2017-10-02 16:46:41 +0200
commit15216b5b09b918a45f8ea9a68393ca178d716dc3 (patch)
tree4528f7e2a71bd67fc388f941fe001ce8911d0f9b /doc/source
parent7418a0e1e9b02aef8535e33d30cfb8f082680f69 (diff)
Add a bla about HHVM
Diffstat (limited to 'doc/source')
-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.