Optimize the installation DOC and rename the php ext binding name

This commit is contained in:
lionsoul 2020-02-21 13:56:26 +08:00
parent 710f8065d0
commit 6f3d0d5ece
21 changed files with 4 additions and 4 deletions

View File

@ -60,8 +60,8 @@ binding | 描述 | 开发状态 | binary查询耗时 | b-tree查询耗时 | memo
[php](binding/php) | php实现的binding | 已完成 | 0.x毫秒 | 0.1x毫秒 | 0.1x毫秒 [php](binding/php) | php实现的binding | 已完成 | 0.x毫秒 | 0.1x毫秒 | 0.1x毫秒
[php5_ext](binding/php_ext/php5) | php5的c扩展 | 已完成 | 0.0x毫秒 | 0.0x毫秒 | 0.00x毫秒 [php5_ext](binding/php_ext/php5) | php5的c扩展 | 已完成 | 0.0x毫秒 | 0.0x毫秒 | 0.00x毫秒
[php7_ext](binding/php_ext/php7) | php7的c扩展 | 已完成 | 0.0毫秒 | 0.0x毫秒 | 0.00x毫秒 [php7_ext](binding/php_ext/php7) | php7的c扩展 | 已完成 | 0.0毫秒 | 0.0x毫秒 | 0.00x毫秒
[python](binding/c) | python bindng | 已完成 | 0.x毫秒 | 0.x毫秒 | 0.x毫秒 [python](binding/python) | python bindng | 已完成 | 0.x毫秒 | 0.x毫秒 | 0.x毫秒
[rust](binding/c) | rust binding | 已完成 | 0.x毫秒 | 0.x毫秒 | 0.x毫秒 [rust](binding/rust) | rust binding | 已完成 | 0.x毫秒 | 0.x毫秒 | 0.x毫秒

View File

@ -3,7 +3,7 @@
### 安装步骤 ### 安装步骤
* git clone https://github.com/lionsoul2014/ip2region.git * git clone https://github.com/lionsoul2014/ip2region.git
* cd ip2region * cd ip2region
* cp binding/php_extension/php5/ip2region 到 php source code 的 ext 目录下 * cp binding/php5_ext 到 php source code 的 ext/ip2region 目录下
* cp binding/c/ 里面所有的文件到 php source code 的 ext/ip2region/lib 目录下 * cp binding/c/ 里面所有的文件到 php source code 的 ext/ip2region/lib 目录下
* 在 ext/ip2region 下,运行 * 在 ext/ip2region 下,运行

View File

@ -3,7 +3,7 @@
### 安装步骤 ### 安装步骤
* git clone https://github.com/lionsoul2014/ip2region.git * git clone https://github.com/lionsoul2014/ip2region.git
* cd ip2region * cd ip2region
* cp binding/php_extension/php7/ip2region 到 php source code 的 ext 目录下 * cp binding/php7_ext 到 php source code 的 ext/ip2region 目录下
* cp binding/c/ 里面所有的文件到 php source code 的 ext/ip2region/lib 目录下 * cp binding/c/ 里面所有的文件到 php source code 的 ext/ip2region/lib 目录下
* 在 ext/ip2region 下,运行 * 在 ext/ip2region 下,运行