Add README.cn.md#957
Merged
Merged
Conversation
morozov
reviewed
Mar 14, 2018
| tags | ||
| /build/logs | ||
| *.phar | ||
| .DS_Store No newline at end of file |
Contributor
There was a problem hiding this comment.
Please remove this. It doesn't belong to the project.
jhdxr
requested changes
Mar 15, 2018
|
|
||
| ## 开始使用 | ||
|
|
||
| 接下来,我们假定你有充足的时间来学习,这将会是一个循序前进的教程——教你如何配置 phpbrew。 |
| phpbrew 能做什么? | ||
|
|
||
| - 配置选项简化为「Variants」,无需担心路径问题。 | ||
| - 支持使用 PDO,Mysql,sqlite,debug 等不同「Variants」编译 PHP。 |
| $ phpbrew known --more | ||
| ``` | ||
|
|
||
| 刷新 PHP 发布信息: |
Contributor
Author
There was a problem hiding this comment.
此处再三考虑,担心译为「更新」,是否会导致部分用户理解为「升级」?
Member
There was a problem hiding this comment.
好吧,能够理解。
我之前考虑的原因是刷新一般对应的是 refresh,但用更新的确有可能造成这样的误解
| $ phpbrew update | ||
| ``` | ||
|
|
||
| 刷新旧版本(低于5.4): |
| $ phpbrew install -j $(nproc) 5.4.0 +default | ||
| ``` | ||
|
|
||
| 测试环境: |
|
|
||
| ## 拓展配置选项 | ||
|
|
||
| 更多拓展配置变量,你可以执行如下命令: |
| $ phpbrew switch 5.4.18 | ||
| ``` | ||
|
|
||
| 停止服务: |
|
|
||
| 而 PHP 扩展的配置文件位于: | ||
|
|
||
| Extension configuration files should be put in: |
|
|
||
| ## 安装拓展应用 | ||
|
|
||
| phpbrew 内置了部分应用命令。 |
Member
There was a problem hiding this comment.
phpbrew 内置了用来获取部分 PHP 应用的 app 命令。
|
|
||
| ### 库路径设置 | ||
|
|
||
| 其次,请设置用于查找库文件的默认前缀,可选值:`macports`,`homebrew`,`debian`,`ubuntu` 或是自定义路径。 |
jhdxr
approved these changes
Mar 16, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
To add chinese readme file.
Changes
.DS_Storeinto .gitignoreEffect
Users from china will be easier to get started.
Tests
Nothing.
Usage
Nothing.