mongofill / mongofill-hhvm

A mix of the original Mongofill extension + BSON implementation in C++
MIT License
32 stars 19 forks source link

Fix: Use of undefined constant MONGOFILL_USE_APC #33

Closed Kozzi11 closed 9 years ago

Kozzi11 commented 9 years ago

Because HHVM currently does not support constant in php extensions: https://github.com/facebook/hhvm/issues/5037

We need to add this constant to cpp part