vipsoft / hhvm-ext-geoip

GeoIP extension for HipHop VM (HHVM HNI DSO)
Other
10 stars 8 forks source link

HHVM 3.18: error: ‘null_variant’ was not declared in this scope #30

Closed schadfield closed 7 years ago

schadfield commented 7 years ago

You need to replace "null_variant" with "uninit_variant" in ext_geoip.cpp to build this extension.

robocoder commented 7 years ago

fixed by PR #28