mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-13 19:04:16 +00:00
import MessagePack for PHP
This commit is contained in:
parent
254ee80c16
commit
99a2d28592
16 changed files with 2321 additions and 0 deletions
14
php/config.m4
Normal file
14
php/config.m4
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
dnl $Id$
|
||||
dnl config.m4 for extension msgpack
|
||||
|
||||
PHP_ARG_ENABLE(msgpack, whether to enable MessagePack support,
|
||||
Make sure that the comment is aligned:
|
||||
[ --enable-msgpack Enable MessagePack support])
|
||||
|
||||
if test "$PHP_MSGPACK" != "no"; then
|
||||
dnl AC_DEFINE([HAVE_MSGPACK],1 ,[whether to enable MessagePack support])
|
||||
dnl AC_HEADER_STDC
|
||||
|
||||
PHP_NEW_EXTENSION(msgpack, msgpack.c, $ext_shared)
|
||||
dnl PHP_SUBST(MSGPACK_SHARED_LIBADD)
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue