We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb60618 + 9eb223f commit 3940027Copy full SHA for 3940027
1 file changed
config.w32
@@ -14,6 +14,7 @@ var DECIMAL_EXT_DEP_LIB_STATIC ="libmpdec_a.lib";
14
ARG_WITH("decimal", "for decimal support", "no");
15
16
if (PHP_DECIMAL == "yes") {
17
+ ADD_EXTENSION_DEP("decimal", "json");
18
var setup_ok = false;
19
var libmpdec_shared = false;
20
0 commit comments