Re: [PHP] dbg extension...

2004-03-16 Thread Luis Mirabal
yes, i found that the extension functions only works in debug sessions, so i
replaced it by Xdebug, it is very cool, i recommend it!
http://www.xdebug.org/

luis.

Tom Rogers [EMAIL PROTECTED] escribió en el mensaje
news:[EMAIL PROTECTED]
 Hi,

 Tuesday, March 16, 2004, 9:51:46 AM, you wrote:
 LM hey guys, i have a question on dbg extension, i want to get debug
details
 LM using the functions from php, ie. dbg_get_profiler_results, but they
return
 LM nothing... i am developing on windows using apache and php 4.3, any
 LM suggestions?


 You probably have to trigger the debugger by doing something like
 this:

 http://domain.com/test.php?DBGSESSID=123456

 --
 regards,
 Tom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] dbg extension...

2004-03-15 Thread Luis Mirabal
hey guys, i have a question on dbg extension, i want to get debug details
using the functions from php, ie. dbg_get_profiler_results, but they return
nothing... i am developing on windows using apache and php 4.3, any
suggestions?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] dbg extension...

2004-03-15 Thread Tom Rogers
Hi,

Tuesday, March 16, 2004, 9:51:46 AM, you wrote:
LM hey guys, i have a question on dbg extension, i want to get debug details
LM using the functions from php, ie. dbg_get_profiler_results, but they return
LM nothing... i am developing on windows using apache and php 4.3, any
LM suggestions?


You probably have to trigger the debugger by doing something like
this:

http://domain.com/test.php?DBGSESSID=123456

-- 
regards,
Tom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php