forked from pinpoint-apm/pinpoint-c-agent
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support c level plugin in php (pinpoint-apm#623)
* test c-level plugins * test pinpoint_join_cut * use zend_string_release - fix bug in pinpoint_interceptor_handler_entry * add try_end * test pinpoint_join_cut * test pdo * ci(versions): test php versions (#63) - covered all phpt by docker compose - pdo,redis,curl - fix CI * remote php5 support * support ci for php7 * add php8.0 testCI * add php8.3 * rename internal API - pinpoint_start_trace => _pinpoint_start_trace * update pinpoint_php module version * add testcase for simplephp * update docs * Feat join cut get caller (#64) * feat(php): pinpoint_get_caller_arg * pinpoint_get_caller_arg and phpt * update pinpoint_php module version 0.5.2 * - remove `fastapi==0.109.1` , it crashes CI * simple_php for curl/redis/memcache/mysql * test pack_php_module * test wordpress * enable logger * test phpmyadmin * fix phpmyadmin * test(php): more popular project (#65) - php wordpress, phpmyadmin - java_call_app * fix simplephp * for wilderness test * change package naming * update docs * fix extends bug in pinpoint-php * support flarum * support cachethq
- Loading branch information
Showing
96 changed files
with
5,473 additions
and
2,737 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,4 +75,7 @@ testapps/PHP/composer.phar | |
wheelhouse/ | ||
*.so | ||
.clangd | ||
.vs | ||
.vs | ||
*.dep | ||
downloads | ||
testapps/java_call_app/target |
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
Oops, something went wrong.