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 2e2dd10 commit 963a6b4Copy full SHA for 963a6b4
ext/bcmath/config.w32
@@ -7,8 +7,8 @@ if (PHP_BCMATH == "yes") {
7
ADD_SOURCES("ext/bcmath/libbcmath/src", "add.c div.c init.c neg.c \
8
raisemod.c sub.c compare.c divmod.c int2num.c \
9
num2long.c output.c recmul.c sqrt.c zero.c doaddsub.c \
10
- floor_or_ceil.c nearzero.c num2str.c raise.c rmzero.c str2num.c" \
11
- round.c, "bcmath");
+ floor_or_ceil.c nearzero.c num2str.c raise.c rmzero.c str2num.c \
+ round.c", "bcmath");
12
13
AC_DEFINE('HAVE_BCMATH', 1, 'Have BCMATH library');
14
}
0 commit comments