Skip to content

HHVM other extension share

Eymen Gunay edited this page Jan 21, 2014 · 5 revisions

hhvm version 1.0 stable,this version have extesion ice,mssql,mongodb,xcache:

hhvm_20121224_stable git address:

https://github.com/huzhiguang/hhvm_20121224_stable

extension souce git address:

https://github.com/huzhiguang/hiphop_extension

1. Hiphop extension introduce

Currently developed ice, MSSQL, redis, mongodb, xcache features, share it out.

2. The directory structure

Idl files:src/idl
Extension source files:src/runtime/ext
Php interface files:php/
Test case files:test/

#3. branch: ##3.1. Ice: See the Ice branch:
https://github.com/huzhiguang/hiphop_extension/tree/ice
update branch:
git clone https://github.com/huzhiguang/hiphop_extension.git
git check ice
git pull

3.2. Mssql:

See the mssql branch:
https://github.com/huzhiguang/hiphop_extension/tree/mssql
update branch:
git clone https://github.com/huzhiguang/hiphop_extension.git
git check mssql
git pull

3.3. Redis:

See the redis branch:
https://github.com/huzhiguang/hiphop_extension/tree/redis
update branch:
git clone https://github.com/huzhiguang/hiphop_extension.git
git check redis
git pull

3.4. Mongodb:

See the mongodb branch:
https://github.com/huzhiguang/hiphop_extension/tree/mongodb
update branch:
git clone https://github.com/huzhiguang/hiphop_extension.git
git check mongodb
git pull

3.5. Xcache:

See the xcache branch:
https://github.com/huzhiguang/hiphop_extension/tree/xcache
update branch:
git clone https://github.com/huzhiguang/hiphop_extension.git
git check xcache
git pull

4. Develop members

Total:huzhiguang,wanghong,liulei
Ice:huzhiguang,wanghong
Mssql :wanghong
Redis:huzhiguang,liulei
Mongodb:huzhiguang,liulei
Xcache:liulei

Clone this wiki locally