Skip to content

Commit

Permalink
Merge pull request #34 from sj-i/php8target
Browse files Browse the repository at this point in the history
add support for PHP8
  • Loading branch information
sj-i committed Dec 19, 2020
2 parents 7824e40 + c48e52d commit 103e41c
Show file tree
Hide file tree
Showing 4 changed files with 775 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ php-profiler also provides functionality to only get the address of EG from targ
### Supported PHP versions
#### Execution
- PHP-7.4 64bit Linux x86_64 (NTS / ZTS)
- PHP-8.0 64bit Linux x86_64 (NTS / ZTS)
- FFI extension must be enabled.
- If the target process is ZTS, PCNTL extension must be enabled.

Expand All @@ -41,6 +42,7 @@ php-profiler also provides functionality to only get the address of EG from targ
- PHP-7.2 64bit Linux x86_64 (NTS / ZTS)
- PHP-7.3 64bit Linux x86_64 (NTS / ZTS)
- PHP-7.4 64bit Linux x86_64 (NTS / ZTS)
- PHP-8.0 64bit Linux x86_64 (NTS / ZTS)

On targeting ZTS, the target process must load libpthread.so, and also you must have unstripped binary of the interpreter and the libpthread.so, to find EG from the TLS.

Expand Down
Loading

0 comments on commit 103e41c

Please sign in to comment.