Mon Jul 28, 2014 4:53 am |
Replies: 3 |
Views: 2560 |
|
 |
Well, having got it working seems buggy. Many negative "bytes used" appearing.
I tried to attach a screen grab but this forum's attach an image also broken.
But here's an example, minu ...
|
Mon Jul 28, 2014 4:39 am |
Replies: 3 |
Views: 2560 |
|
 |
Answer my own question
p=2 gives the Memory profiler.
p=3 gives the Line Profiler AND the Memory Profiler.
Haven't figured out how to get Line, Memory and SQL yet however (p=18 just killed it e ...
|
Mon Jul 28, 2014 4:04 am |
Replies: 3 |
Views: 2560 |
|
 |
Hello
I often use debugbreak('1@127.0.0.1:7869;d=1,p=1'); to invoke the debugger for profiling Ajax callbacks.
Note, I use the debugger on a remote linux box and use SSH to tunnel back to the ID ...
|
Sat May 10, 2014 9:52 am |
Replies: 3 |
Views: 7868 |
|
 |
Are there any reasons there is no PHP 5.4 version of this extension?
Best regards,
Bostjan
Post is more than a year old and still no sign of a PHP5.4 or greater version. Is this product dead?
|
Wed Apr 30, 2014 9:26 am |
Replies: 4 |
Views: 2278 |
|
 |
Perhaps, that is between server and client. Since neither is ours, I better leave reasoning up to them (mySQL).
But I can see a potential problem if you need to work with some new and some old server ...
|
Wed Apr 30, 2014 8:21 am |
Replies: 4 |
Views: 2278 |
|
 |
What connector version do you use?
I tried 6.02 with old mySQL dbs without any hassle.
http://dev.mysql.com/downloads/connector/c/6.0.html
I was using 6.1.3 (64bit). I downloaded and downgraded t ...
|
Mon Apr 28, 2014 5:08 am |
Replies: 4 |
Views: 2278 |
|
 |
MySQL connector needs useLegacyAuth=1 to connect to older MySQL servers but cannot find where to add this option in the Tools > Settings > External Tools dialogue
|
Sat Sep 17, 2011 8:26 am |
Replies: 2 |
Views: 2682 |
|
 |
btw, if you want to see a good example of Code Navigator having problems, download the open source version of EXTJS 4 and just open the file ext-all-debug.js and look at the code navigator.
|
Thu Sep 15, 2011 3:17 pm |
Replies: 2 |
Views: 2682 |
|
 |
Create a new empty JS file and then paste this in:-
UI.dialog.Demo_Code_Nav_Problem = function() {
var foo = function() {
return true;
}
...
|
Thu Sep 01, 2011 4:57 am |
Replies: 1 |
Views: 2129 |
|
 |
It would be nice if I class that implements an interface (or extends an abstract) could "code complete from template" given the interface definition.
For example:-
Assume i.php contain ...
|
Wed Aug 24, 2011 7:29 am |
Replies: 4 |
Views: 3597 |
|
 |
I've used PhpEd for several years now, a fully annually paid up user, and I've always enjoyed it's simplicity and power alike.
However, I recently started a short contract and at this place they us ...
|
Sun Jun 08, 2008 7:10 am |
Replies: 1 |
Views: 3613 |
|
 |
My servers are behind a firewall that has the annoying habit of disconnecting teh ssh clients on inactivity.
I can solve this on my local Unix shells by using the ServerAliveInterval in /etc/ssh/ss ...
|