Re: [PHP] Debugger, Debugger and Debugger

2001-02-16 Thread Thies C. Arntzen
On Thu, Feb 15, 2001 at 04:22:04PM -0500, Toby Butzon wrote: > I've read that several times... so does that mean now the only debugger > for PHP4 is the Zend one? there's http://dd.cron.ru -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: [PHP] Debugger, Debugger and Debugger

2001-02-15 Thread Toby Butzon
I've read that several times... so does that mean now the only debugger for PHP4 is the Zend one? --toby Chris Lee wrote: > > You must be viewing old documentation. > > http://php.net/manual/en/debugger.php > > clearly states that debugger, ie debugger_on() support is in php3 only, not > in p

Re: [PHP] Debugger, Debugger and Debugger

2001-02-15 Thread Chris Lee
You must be viewing old documentation. http://php.net/manual/en/debugger.php clearly states that debugger, ie debugger_on() support is in php3 only, not in php4. Your not out of luck though, you could still use the Zend Debugger, the Zend boys seem to be quite eager to improve its current quall

[PHP] Debugger, Debugger and Debugger

2001-02-15 Thread Ricardo D'Aguiar
Hi, Problem: I'm trying put to work the debugger in php4.0.4pl1(Red Hat Distribution), I change my php.ini file to enable the debugger but when try to use in a simple script I get the following error: Fatal error: Call to undefined function: debugger_on() in /var/www/html/php/dbg.php on line 2