Re: [PHP] Re: Debugger

2002-05-12 Thread José León Serna
Hello: > If there was at least some links on the PHP.net site, that would help > people to know they're available. http://www.php.net/manual/en/debugger.php Regards. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Debugger

2002-05-12 Thread Michael Kimsal
Rasmus Lerdorf wrote: > That's just not the case. The debugger in PHP 3 would not work at all in > PHP 4 and would need a complete rewrite. So, being cynical you might say > that someone should have written a debugger for PHP 4 and the fact that > nobody did was the conspiracy, but it makes no s

Re: [PHP] Re: Debugger

2002-05-12 Thread Rasmus Lerdorf
That's just not the case. The debugger in PHP 3 would not work at all in PHP 4 and would need a complete rewrite. So, being cynical you might say that someone should have written a debugger for PHP 4 and the fact that nobody did was the conspiracy, but it makes no sense to say it was removed for

Re: [PHP] Re: Debugger

2002-05-12 Thread Michael Kimsal
Jose Leon wrote: > > It would be nice that php itself incoporates a system to debug php > programs, like in PHP 3, in that way a development tool for php would > be enabled to debug modifying the php.ini with debug.enabled=true and > listening to a port. The system will work on any php distri

Re: [PHP] Re: Debugger

2002-05-11 Thread Jose Leon
Hello: > I think the OP has already looked at it, and wanted something > better :) Yes, that's right, but I'm not saying dbg isn't good, I just said is too much complicated (AFAIK): -Must have a listener running -Use COM to interface with it -User installation too hard: Change php.ini to load

Re: [PHP] Re: Debugger

2002-05-11 Thread Jose Leon
Hello: > He said "php -l will let you know where your syntax errors are." And what this has to do with my question? I was asking for a debugger, not for an error report. I want a mechanism to debug php programs step by step, watch variables and so on. Regards. -- PHP General Mailing List (ht

Re: [PHP] Re: Debugger

2002-05-10 Thread Jason Wong
On Saturday 11 May 2002 12:17, Rasmus Lerdorf wrote: > See DBG (http://dd.cron.ru/dbg/) I think the OP has already looked at it, and wanted something better :) -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet

Re: [PHP] Re: Debugger

2002-05-10 Thread Rasmus Lerdorf
See DBG (http://dd.cron.ru/dbg/) On Sat, 11 May 2002, Jason Wong wrote: > On Saturday 11 May 2002 04:07, Austin Marshall wrote: > > Jose Leon wrote: > > >>php -l will let you know where your syntax errors are. > > > > > > What? > > > > > > Regards > > > > If you invoke the interpreter from the c

Re: [PHP] Re: Debugger

2002-05-10 Thread Jason Wong
On Saturday 11 May 2002 04:07, Austin Marshall wrote: > Jose Leon wrote: > >>php -l will let you know where your syntax errors are. > > > > What? > > > > Regards > > If you invoke the interpreter from the command line (CGI). You can use > the -l flag to enable lint mode... that will check your sc

Re: [PHP] Re: Debugger

2002-05-10 Thread 1LT John W. Holmes
> > php -l will let you know where your syntax errors are. > > What? > He said "php -l will let you know where your syntax errors are." Helping out where I can, ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Debugger

2002-05-10 Thread Austin Marshall
Jose Leon wrote: >>php -l will let you know where your syntax errors are. > > > What? > > Regards > If you invoke the interpreter from the command line (CGI). You can use the -l flag to enable lint mode... that will check your script for parse errors. So in a way, PHP does have a "debug"

[PHP] Re: Debugger

2002-05-10 Thread Jose Leon
> php -l will let you know where your syntax errors are. What? Regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Debugger

2002-05-10 Thread Austin Marshall
Jose Leon wrote: > Hello: > I have been browsing the web for a good solution to debug php code, I > have found several ones, but none of them meet my requeriments. I > create a development tool for PHP (QaDRAM Studio) and I want to be able > to debug php code with it, my question here is: >

[PHP] Re: debugger

2002-04-20 Thread Evan
I need PHP because I made a site for my course at university and they use only Linux so I learned PHP. >> Seems that you´re lucky with M$ and their ek$pen$ive environments. Zend Studio 2.0 ==> 195$ NusPhere ==> 299$ I used PHP Edit but if I need to test a script that get values from POST or GET p