rahmatrh199
rahmatrh199
Hi Dear, This is my Aspect code namespace Demo\Aspect; use Go\Aop\Aspect; use Go\Aop\Intercept\MethodInvocation; use Go\Lang\Annotation\Before; use Go\Lang\Annotation\Around; use mysqli; class Mysql implements Aspect { /** * @param FunctionInvocation $invocation Invocation...
Tell me that ,Is this Aop framework will work for predefine classes , Because i need to trace http calls and db call in my application
@lisachenko Thank you so much for the quick response. I hope version 4 will be available soon
@ankitjain235 Hi Dear Did you solve this problem, I am facing the same issue. If you got the solution then please help me out
@sushengbuhuo .Dear run like this [root@VM_0_14_centos extension]# php -r 'for ($i = 0; $i < 20; $i++) usleep(50000);' & phptrace -p $!
@sushengbuhuo Please help me out that . Are you able to trace the application that are running on server like apache2.