5 Star 5 Fork 3

qzfzz/php-beanstalk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.md 780 Bytes
一键复制 编辑 原始数据 按行查看 历史
qzfzz 提交于 9年前 . Update README.md

#php-beanstalk

php-beanstalk is a extension of php and now support for php5 and php7. This extension has double performance than native php client, and the extension has implement most of the beanstalk protocol. The extension is now procedure oriented. Tested on php53, php54, php55, php56 and php7.

author: qzfzz(Bruce Tsisen)

email: qzfzz@163.com

Installation:

1.    download(or clone)php-beanstalk first
2.    $cd php-beanstalk
3.    $phpize
4.    $./configure
5.    $make
6.    $make install
7.    after you install it, please configure the ip address of your beanstalkd server in beanstalk/include/config.inc
8.    $make test

compile passed:linux/unix/osx support php version: php5, php7 both on zts and nts version

just enjoy it

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/qzfzz/php-beanstalk.git
git@gitee.com:qzfzz/php-beanstalk.git
qzfzz
php-beanstalk
php-beanstalk
master

搜索帮助