摘要: 说明:swoole扩展需要安装php环境,这里就不说了。1.有了PHP环境后,即可安装swoole扩展。 swoole扩展下载地址:https://github.com/swoole/swoole-src/releases尽量选择stable版本,alpha版本最好仅用于实验新特性。 解压源码至任意... 阅读全文
posted @ 2015-11-14 23:40 joshua317 阅读(306) 评论(0) 推荐(0)
摘要: 突然想往php种增加个模块,可是又不想重新编译php,因为真的比较费时间。phpize就可以解决这个问题。遇到的问题:Configuring for:PHP Api Version: 20121113Zend Module Api No: 20121212Zend Extension Api No:... 阅读全文
posted @ 2015-11-14 23:13 joshua317 阅读(1580) 评论(0) 推荐(0)