From 9527177a914cacc6b1ebc566bb6b612458db634d Mon Sep 17 00:00:00 2001 From: dongyado Date: Thu, 17 May 2018 12:11:13 +0800 Subject: [PATCH] update php_extension install guides --- binding/php_extension/php5/ip2region/README.md | 2 +- binding/php_extension/php7/ip2region/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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下,运行