[webstack-discuss] Dtrace : correspondence between PHP function call and MySQL query execution

2008-12-30 Thread Martin MC Brown
Hi Maria, > We are working on Photon project which is WebStack + Dtrace in > NetBeans (http://jupiter.czech.sun.com/wiki/view/Netbeans/NB70DynLangDTrace > ). > I tried to find a way to be able to set up correspondence between > function call from PHP and query execution in MySQL using Dtrac

[webstack-discuss] Mysql 32 bit compilation

2008-12-30 Thread Jeff Brown
Check to see that a link exists libCrun.so pointing to libCrun.so.1 I found that when this happened to me on 2008.11, the link was missing. I added it and Crun was now found. ln -s /usr/lib/libCrun.so.1 /usr/lib/libCrun.so -- This message posted from opensolaris.org

[webstack-discuss] Dtrace : correspondence between PHP function call and MySQL query execution

2008-12-30 Thread Maria Tishkova
Hello, We are working on Photon project which is WebStack + Dtrace in NetBeans (http://jupiter.czech.sun.com/wiki/view/Netbeans/NB70DynLangDTrace). I tried to find a way to be able to set up correspondence between function call from PHP and query execution in MySQL using Dtrace. All I have in