We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8456c96 commit 4442dd5Copy full SHA for 4442dd5
config.w32
@@ -1,7 +1,7 @@
1
// $Id$
2
// vim:ft=javascript
3
4
-ARG_ENABLE("msgpack", "for msgpack support", "yes");
+ARG_ENABLE("msgpack", "for msgpack support", "no");
5
6
if (PHP_MSGPACK != "no") {
7
EXTENSION("msgpack", "msgpack.c", PHP_MSGPACK_SHARED, "");
0 commit comments