You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Namespace conversion table for special class/function
73
-
74
-
> How to use?
75
-
76
-
[setting.ini](lib/Pinpoint/test/setting.ini)
77
-
78
-
79
66
80
67
81
68
### How it works
82
69
83
70
* Use `nikic/PHP-Parser` generating glue layer code
84
-
85
71
* Use namespace replace to reuse plugins or hook build-in class/function
86
-
* Intercept php classloader to redirect origin class bettween proxied class
72
+
* Intercept php classloader to redirect origin class to new class
73
+
74
+
75
+
###
76
+
87
77
88
78
89
79
> pinpoint-php-aop wrappers your class with an onBefore/onEnd/onException suite.
@@ -95,7 +85,9 @@ Namespace conversion table for special class/function
95
85
More details please go to lib/pinpoint/test/Comparison/pinpoint/test
96
86
97
87
98
-
> PS: If you found a bug, please create an issue to us without any hesitate.
88
+
#### Needs Help/Issues
89
+
90
+
[create an issue](https://github.com/pinpoint-apm/pinpoint-c-agent/issues/new?assignees=eeliu&labels=PHP-AGENT&projects=&template=-php--custom-issue-template.md&title=%5BFeat%5D+I+need+a+feature+...)
0 commit comments