Skip to content

Commit

Permalink
Update readme, prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
monque committed Mar 14, 2017
1 parent 65ffe37 commit 3539cd0
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ before_script:
- (cd extension && make cli)

script:
# - (cd ${PT_PHP_SRC} && TEST_PHP_EXECUTABLE=${PT_PHP_BIN} ${PT_PHP_BIN} -n run-tests.php -q -n -d extension=trace.so -g "FAIL" --show-diff --set-timeout 120 tests Zend/tests; true)
- (cd ${PT_PHP_SRC} && TEST_PHP_EXECUTABLE=${PT_PHP_BIN} ${PT_PHP_BIN} -n run-tests.php -q -n -d extension=trace.so -g "FAIL" --show-diff --set-timeout 120 tests Zend/tests; true)
- (cd extension && REPORT_EXIT_STATUS=1 TEST_PHP_EXECUTABLE=${PT_PHP_BIN} ${PT_PHP_BIN} -n run-tests.php -q -n -d extension=trace.so --show-diff)
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 1.0.1-beta (2017-03-14)
------------------------------

- Add support for PHP 7.1
- Fix problem with arguments passed by-reference #77
- Fix some unit tests

Version 1.0.0-beta (2016-12-26)
------------------------------

Expand Down
11 changes: 9 additions & 2 deletions CHANGES_ZH.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 1.0.1-beta (2017-03-14)
------------------------------

- 增加对PHP 7.1的支持
- 修复参数作为引用传递时值获取失败的问题
- 完善新增功能对应的单元测试

Version 1.0.0-beta (2016-12-26)
------------------------------

Expand All @@ -12,8 +19,8 @@ Version 1.0.0-beta (2016-12-26)

- 重构扩展和工具端信息交互部分
- 优化输出信息格式、颜色
- 移除不必要的wall_time、memory records等输出信息
- 增强状态显示功能
- 移除不必要的wall_time、memory records等输出信息
- 增强状态显示功能


Version 0.5.0-dev (2016-03-17)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ Misc:
## Usage
Just try `php example.php`.
### Command line options
* trace trace running php process(default)
Expand Down
2 changes: 2 additions & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ phptrace是一个低开销的用于跟踪、分析PHP运行情况的工具。
## 使用
试试看`php example.php`
### 命令行选项
* trace 追踪运行的PHP进程(默认)
Expand Down
18 changes: 4 additions & 14 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2017-03-05</date>
<date>2017-03-14</date>
<version>
<release>1.0.1-beta</release>
<api>1.0.1-beta</api>
Expand All @@ -47,19 +47,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license>

<notes>
### Added

- Add support for Linux environment ptrace
- Add support for MacOS
- Add filter by url/class/function name
- Add limit ouput count

### Changed

- Refactoring extensions and tool-side information interaction
- Optimize format and color of the output
- Remove unused messages such as wall_time、memory records
- Improve display status module
- Add support for PHP 7.1
- Fix problem with arguments passed by-reference #77
- Fix some unit tests
</notes>

<contents>
Expand Down

0 comments on commit 3539cd0

Please sign in to comment.