Its like JSON. but fast and small. 这句吸引了我,去瞧了下。 官网:http://msgpack.org 官方的安装方法忽悠人,msgpack目录下根本没php目录...只看到csharp,erlang,go,java,ruby等目录。 引用 git clone https://github.com/msgpack/msgpack.git cd msgpa
It's like JSON. but fast and small.
引用
git clone https://github.com/msgpack/msgpack.git
cd msgpack/php
phpize
./configure && make && make install
wget http://pecl.php.net/get/msgpack-0.5.2.tgz
tar zxf msgpack-0.5.2.tgz
cd msgpack-0.5.2
/usr/local/hx/php/bin/phpize
./configure --with-php-config=/usr/local/hx/php/bin/php-config
make && make install
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号