Re: [PHP-DEV] How to get trace of all database queries executed by php

2016-05-09 Thread Patrick ALLAERT
Le sam. 7 mai 2016 à 02:18, Wim Godden a écrit : > On 7/05/2016 1:34, Raja Kulasekaran wrote: > > 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 .

Re: [PHP-DEV] How to get trace of all database queries executed by php

2016-05-08 Thread Zeev Suraski
> On 7 במאי 2016, at 2:35, Raja Kulasekaran wrote: > > 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 ap

Re: [PHP-DEV] How to get trace of all database queries executed by php

2016-05-08 Thread Johannes Schlüter
Hi, On Fri, 2016-05-06 at 19:34 -0400, Raja Kulasekaran wrote: > Is there any php extension available which help me out to give the > statistics of > all the queries execution details ? if you are on a development machine (thus no unrelated traffic) something like a query log (in MySQL general_lo

Re: [PHP-DEV] How to get trace of all database queries executed by php

2016-05-06 Thread Wim Godden
On 7/05/2016 1:34, Raja Kulasekaran wrote: 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 g

Re: [PHP-DEV] How to get trace of all database queries executed by php

2016-05-06 Thread Yasuo Ohgaki
Hi, On Sat, May 7, 2016 at 9:06 AM, Stanislav Malyshev wrote: > >> Is there any php extension available which help me out to give the >> statistics of >> all the queries execution details ? > > I'm not sure there is an extension doing specifically that, but any > profiler or debugger extension wo

Re: [PHP-DEV] How to get trace of all database queries executed by php

2016-05-06 Thread Walter Parker
On Fri, May 6, 2016 at 4:34 PM, Raja Kulasekaran wrote: > 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 app

Re: [PHP-DEV] How to get trace of all database queries executed by php

2016-05-06 Thread Stanislav Malyshev
Hi! > Is there any php extension available which help me out to give the > statistics of > all the queries execution details ? I'm not sure there is an extension doing specifically that, but any profiler or debugger extension would be able to capture database calls, and thus have access to this d

[PHP-DEV] How to get trace of all database queries executed by php

2016-05-06 Thread Raja Kulasekaran
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 le