Skip to content

Commit

Permalink
Merge pull request reeze#82 from zhoumengkang/master
Browse files Browse the repository at this point in the history
修改下文中两处小问题
  • Loading branch information
reeze committed Oct 27, 2015
2 parents 991bb9e + aaa7f4f commit 9c4147a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions book/chapt01/01-01-php-env-building.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@
git clone https://git.php.net/repository/php-src.git
# 也可以访问github官方镜像
git clone git://github.com/php/php-src.git
cd php-src && git checkout origin PHP-5.3 # 签出5.3分支

# svn地址不变,不过不推荐从这里签出代码
cd ~
svn co http://svn.php.net/repository/php/php-src/branches/PHP_5_2 php-src-5.2 #5.2版本
svn co http://svn.php.net/repository/php/php-src/branches/PHP_5_3 php-src-5.3 #5.3版本
cd php-src && git checkout PHP-5.3 # 签出5.3分支


笔者比较喜欢用版本控制软件签出代码,这样做的好处是能看到PHP每次修改的内容及日志信息,
如果自己修改了其中的某些内容也能快速的查看到,如果你想修复PHP的某个Bug或者提交新功能的话,
Expand Down

0 comments on commit 9c4147a

Please sign in to comment.