diff --git a/binding/php_extension/php5/ip2region/README.md b/binding/php_extension/php5/ip2region/README.md index b723251..297f129 100644 --- a/binding/php_extension/php5/ip2region/README.md +++ b/binding/php_extension/php5/ip2region/README.md @@ -1,7 +1,7 @@ # ip2region 的PHP拓展(php5版本) ### 安装步骤 -* git clone https://github.com/lionsoul2016/ip2region.git +* git clone https://github.com/lionsoul2014/ip2region.git * cd ip2region * cp binding/php_extension/php5/ip2region 到 php source code 的ext目录下 * cp binding/c/下面所有的文件到 php source code 的ext/ip2region/lib 目录下 diff --git a/binding/php_extension/php7/ip2region/README.md b/binding/php_extension/php7/ip2region/README.md index f1a1583..7c006b6 100644 --- a/binding/php_extension/php7/ip2region/README.md +++ b/binding/php_extension/php7/ip2region/README.md @@ -1,9 +1,9 @@ # ip2region 的PHP拓展(php7版本) ### 安装步骤 -* git clone https://github.com/lionsoul2016/ip2region.git +* git clone https://github.com/lionsoul2014/ip2region.git * cd ip2region -* cp binding/php_extension/php5/ip2region 到 php source code 的ext目录下 +* cp binding/php_extension/php7/ip2region 到 php source code 的ext目录下 * cp binding/c/下面所有的文件到 php source code 的ext/ip2region/lib 目录下 * 在ext/ip2region下,运行