We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd0365 commit ef5c8b4Copy full SHA for ef5c8b4
config.w32
@@ -4,6 +4,6 @@
4
ARG_ENABLE("geospatial", "enable geospatial support", "no");
5
6
if (PHP_GEOSPATIAL != "no") {
7
- EXTENSION("geospatial", "geospatial.c geo_array.c geohash.c");
+ EXTENSION("geospatial", "geospatial.c geo_array.c geohash.c rdp.c");
8
}
9
0 commit comments