Skip to content

Commit 4442dd5

Browse files
committed
Compile as shared on snapshot build
1 parent 8456c96 commit 4442dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.w32

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// $Id$
22
// vim:ft=javascript
33

4-
ARG_ENABLE("msgpack", "for msgpack support", "yes");
4+
ARG_ENABLE("msgpack", "for msgpack support", "no");
55

66
if (PHP_MSGPACK != "no") {
77
EXTENSION("msgpack", "msgpack.c", PHP_MSGPACK_SHARED, "");

0 commit comments

Comments
 (0)