mongofill / mongofill-hhvm

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

Return by value from invokeFunc() - HHVM 3.17 #56

Open sandeepone opened 7 years ago

sandeepone commented 7 years ago

This needs to fixed to latest realease 3.17.0 https://github.com/mongofill/mongofill-hhvm/blob/master/src/decode.cpp#L144

Return by value from invokeFunc() https://github.com/facebook/hhvm/commit/f9abcbadb2ac362c306450483d1ea5ef107ec6ce

melechi commented 7 years ago

Also having this issue.

Any chance someone can push out a fix for this?