Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93101 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78551 invoked from network); 6 May 2016 23:34:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2016 23:34:33 -0000 Authentication-Results: pb1.pair.com header.from=cullsin@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cullsin@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.176 as permitted sender) X-PHP-List-Original-Sender: cullsin@gmail.com X-Host-Fingerprint: 209.85.214.176 mail-ob0-f176.google.com Received: from [209.85.214.176] ([209.85.214.176:32770] helo=mail-ob0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 62/11-53854-80A2D275 for ; Fri, 06 May 2016 19:34:33 -0400 Received: by mail-ob0-f176.google.com with SMTP id x1so59135689obt.0 for ; Fri, 06 May 2016 16:34:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=Pe7EwDese4ub/Fn43lOcdk5vygt8iYp4UsdJvtN/wUo=; b=wkWDMhNM0LhVamXwADEWWzDvJZvZ4pam1znF5ewWjUkuZ2lhsfN3K0ICCbkwKmgI5y m9xNvMUl7JFtKXGC5tEFtJrkJf2MNEN6LPf8g8GbHidefmyCs1tSALG2i2iKoeNAm8jT tU7PGs+ABTmq5QT+UvOt/FNDawAsv4W7ue9cL3txwaiF7O8Cw37whKTATpNLKsQjiLhd Hyr1xeTovIf97SQV7NgGzeHyQZwenEI20aluOw5V/IVSAk5rC5ru4ljYVk4MCgRo1+ON /Lb6nvdIhOgubl4Ek0LdSGGDPS99McmXCXRMKe7Mk/IO+OZimYTnE+Gkhfz9oH+L3Hgm 5+eQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=Pe7EwDese4ub/Fn43lOcdk5vygt8iYp4UsdJvtN/wUo=; b=Ik/2wjvkiF+X7Z08saLG8aZZEOT+9GIy4q8WCYHP0mq+ELn2l6ARt+SGXQPFrBW52h WOaLbQE1DJf/9YgpOq2iiejn6XzKlViUyJuBiWc/uZxOilrPosuhU+Kzz35VhH/rlZnj xGBVBOi20aljpdM3jp6DuL8T/2TfK30QFfCX5AEa9W+iikorMecPrtCmpuDqIs1MzCOT +gEJUWWriGEV8MyJL+bDbOSlP9mcij3Kyv4XfnFdEubwgg2w1CE1ds16Q0l1zhiCKMeg KXdG4nHDVn3SwZ346QtTwwjMXuUAQId2U12wHEe0rRl5F5Zsv335yz6mOmh5Btu6IcSs 5eIA== X-Gm-Message-State: AOPr4FX+CvGZl6L1eFHXpZguoa5btyzRWRW9aI3CWgMO/Lr7lMA0dFm95JQ8rXKQElAcnb8FMnrWL1ZKZ5rkAQ== MIME-Version: 1.0 X-Received: by 10.60.63.80 with SMTP id e16mr6622413oes.64.1462577669824; Fri, 06 May 2016 16:34:29 -0700 (PDT) Received: by 10.157.32.111 with HTTP; Fri, 6 May 2016 16:34:29 -0700 (PDT) Date: Fri, 6 May 2016 19:34:29 -0400 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=001a11c2001c776b46053234e67a Subject: How to get trace of all database queries executed by php From: cullsin@gmail.com (Raja Kulasekaran) --001a11c2001c776b46053234e67a Content-Type: text/plain; charset=UTF-8 Hi, Sorry If I am asking this question in irrelevent forum. Please suggest me the point of direction if not. I have encrypted php Application codebase which I may or may not have access. So, I would like to know how the application behaving / profiling Database queries through the .so or .dll level . Is there any php extension available which help me out to give the statistics of all the queries execution details ? Thanks, Raja K --001a11c2001c776b46053234e67a--