Skip to content

Commit 715013c

Browse files
committed
Merge pull request #52 from Jan-E/master
Compile as shared on snapshot build
2 parents 14f05a7 + d97e3db commit 715013c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.w32

Lines changed: 1 addition & 1 deletion
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)