-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
25 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,6 +78,8 @@ phptrace是一个低开销的用于跟踪、分析PHP运行情况的工具。 | |
## 使用 | ||
试试看`php example.php` | ||
### 命令行选项 | ||
* trace 追踪运行的PHP进程(默认) | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|