mongofill / mongofill-hhvm

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

HHVM 3.12.0 compatibility #51

Open filbertkm opened 8 years ago

filbertkm commented 8 years ago

Use KindOfPersistentString instead of KindOfStaticString, per change in hhvm:

https://github.com/facebook/hhvm/commit/127a039edfed7558bb3524cf02a42a0da0a3f7fc

ProdigyView commented 8 years ago

Using this on my production and can verify that it works and HAS to be merged otherwise the other branch will not complile with HHVM 3.12 or greater.