[PHP] Debugger
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: Why PHP 4 has no built-in debug features? This will simplify the setup for debugging php code and will allow php development tools provide debug support in a convenient way, instead force the user to change the php.ini file to support debug and to don't be able to debug every time the php version changes. I have examined DBG and it's the one that fits my needs better, but there's not too much information on how to use it and what I have found is not complete. Also requires to load a 'listener' to be able to debug remotely. The Komodo solution looks nicer, but is propietary. Any help or comments? Regards. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Re: Debugger
> 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
Re: [PHP] Re: Debugger
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 (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Re: Debugger
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 the extension Keep track of the php version and the extension version I really like the Komodo solution, just copy a dll and it changes the php.ini for you. But I still must keep track of the PHP version. 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 distribution because will be part of php itself. Why the debugger was removed from PHP 3? Regards. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] PHP Web Mail
Hello, > Does anyone know a good PHP-based (free if possible) web mail other than > UebiMiau that they would recommend? Why not Squirrel Mail? http://www.squirrelmail.org Regards. -- qadram :: software development http://www.qadram.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] PHP Web Mail
Hello, On Mon, 5 Jul 2004 12:33:38 +0100, I.A. Gray <[EMAIL PROTECTED]> wrote: > Thanks- looked at Squirrel Mail. Looks really good, however we use POP3- I > don't think Squirrel Mail uses POP3 does it? SquirrelMail is a web interface to an IMAP mail server, you can set up fetch mail to retrieve your POP3 mail accounts and put the mail into the Cyrus IMAP server, that way, you can handle all your mail from a single point. Regards. -- qadram :: software development http://www.qadram.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php