Skip to content

Releases: reliforp/reli-prof

0.2.1

02 Aug 15:32
b2da654
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Changes

  • add tools for generating flamegraphs #41

0.2.0

01 Aug 17:37
0fe2381
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Changes

  • restore the state of stty #36
  • update dependencies #37 #38
  • make the output format modifiable #39 #40
    • you can now get traces as json lines by specifying --template=json_lines as a command-line option

BC breaks

  • the default output format of traces for inspector:trace and inspector:daemon has been changed to the same as phpspy
  • if you want the previous format, use --template=compat as a command-line option

0.1.0

19 Dec 15:14
ae21847
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • add daemon mode #9
  • add missing dependency #10 (by @sasezaki)
  • test enhancement for assertion call and usages #29 (by @peter279k)
  • add support for PHP 8.0 #34
  • fix wrong lineno #35
  • refactor directory structures

0.0.9

02 Jun 23:25
Compare
Choose a tag to compare
0.0.9 Pre-release
Pre-release

changes

  • 6ba8b4c fix a bug that php-version cannot be specified on inspector:eg
  • 29a6c83 support ZTS on PHP 7.[0123] target

0.0.8

02 Jun 17:15
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release

changes

  • 30476f4 add an option to specify the target PHP version
    • now PHP 7.[0-3] (NTS) are supported as a target process
    • if the target is PHP 7.3, specify --php-version=v73 at command line

0.0.7

28 May 17:16
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release

changes

  • 1703965 add an option to specify nanoseconds between traces (by @sasezaki )
  • f20bd67 add an option to set max retries
  • ac8e718 add options to specify regex for finding loaded php binary or libpthread.so
  • add support for chrooted target process
    • 6d6c3ae add support for reading ELF binary directly from the memory of target process
    • e300d23 add options to manually specify the path to the php binary and libpthread.so
  • c0abbd8 fixed a bug that target symbol cannot be resolved correctly
  • refactored a large part of the codes
  • added more tests

0.0.6

07 May 17:12
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release
  • add support for docker

0.0.5

04 Dec 18:35
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release
  • add a command to read call trace from outer process

0.0.4

04 Dec 18:35
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release
  • add support for fpm

0.0.3

04 Dec 18:35
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release
  • added support for mod_php
  • added support for stripped binary on NTS