Skip to content

Commit 3940027

Browse files
authored
Merge pull request #94 from crazywhalecc/patch-1
Add dependency "json" for decimal extension in config
2 parents eb60618 + 9eb223f commit 3940027

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config.w32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ var DECIMAL_EXT_DEP_LIB_STATIC ="libmpdec_a.lib";
1414
ARG_WITH("decimal", "for decimal support", "no");
1515

1616
if (PHP_DECIMAL == "yes") {
17+
ADD_EXTENSION_DEP("decimal", "json");
1718
var setup_ok = false;
1819
var libmpdec_shared = false;
1920

0 commit comments

Comments
 (0)