[PHP] RE: [PEAR-DEV] [debugger] ??

2002-06-10 Thread Lukas Smith

#1 Don't cross post like this ... asking about a free Editor that
integrates with DBG would fit php-general but definitely not php-dev or
pdphoc
#2 Don't come to any of this lists for hacks for software
#3 DBG is freeware and there are several Editors that integrate DBG

SE IDE was bundeled with DBG version 2.10, but was dropped afterwards
(dunno if the old version is still up on the site)

PHPEdit is Opensource www.phpedit.com

Maguma Light is freeware www.maguma.com

Best regards,
Lukas Smith
[EMAIL PROTECTED]
___
 DybNet Internet Solutions GbR
 Reuchlinstr. 10-11
 Gebäude 4 1.OG Raum 6 (4.1.6)
 10553 Berlin
 Germany
 Tel. : +49 30 83 22 50 00
 Fax  : +49 30 83 22 50 07
 www.dybnet.de [EMAIL PROTECTED]

 -Original Message-
 From: Dan Bolser [mailto:[EMAIL PROTECTED]]
 Sent: Monday, June 10, 2002 4:20 PM
 Cc: [EMAIL PROTECTED]; PHP Mailing List; [EMAIL PROTECTED]
 Subject: [PEAR-DEV] [debugger] ??
 
 
 I want to use this package,
 
 
 with DBG v2.10pl1, (C) 2000,2001, by Dmitri Dmitrienko, [EMAIL PROTECTED],
 http://dd.cron.ru
 
 but I dont want to spend any money.
 
 Any one know of a nusphere hack?
 
 What is the story behind that?
 
 Cheers, Dan.
 
 
 --
 PEAR Development Mailing List (http://pear.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



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




[PHP] Is there a debugger ???

2001-08-08 Thread Peter Dowie

Hi,

I noticed in php.ini there was a setion for debugger, I tried enabling this
and connecting to the specified port, but no joy.
Anyone know how to get this working ?

Pete



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Is there a debugger ???

2001-08-08 Thread Matthew Loff


The debugger is not built into PHP 4, it was a feature in PHP 3.

--Matt


-Original Message-
From: Peter Dowie [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, August 08, 2001 12:48 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Is there a debugger ???


Hi,

I noticed in php.ini there was a setion for debugger, I tried enabling
this and connecting to the specified port, but no joy. Anyone know how
to get this working ?

Pete



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED] To
contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Is there a debugger ???

2001-08-08 Thread Kurt Lieber

http://www.php.net/manual/en/debugger.php

 -Original Message-
 From: Peter Dowie [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, August 08, 2001 9:48 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP] Is there a debugger ???
 
 
 Hi,
 
 I noticed in php.ini there was a setion for debugger, I tried 
 enabling this and connecting to the specified port, but no 
 joy. Anyone know how to get this working ?
 
 Pete
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: 
 [EMAIL PROTECTED] To contact the list 
 administrators, e-mail: [EMAIL PROTECTED]
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Problems compiling DBG debugger

2001-04-23 Thread Geoff Caplan

Hi

I am trying to compile Dmitri Dmitrienko's DBG PHP debugger on RedHat.

The docs say to put the DBG directory into the PHP ext directory,
delete the existing PHP ./configure shell script, and then create a
new configure script by running ./buildconf.

My problem is that when I try to run the ./buildconf script I get
permission denied from every script called. I can only run each
script by manually adding x to its permissions - but this surely
can't be the right way...

I am new to compiling on *nix so I am probably making an elementary
error.

Can anyone help me out?

Geoff Caplan



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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

Questions:
1 Do I need some sort of extension (something like  xxx.so) to activate the
debugger?

2 In php documentation (Chapter: Using the Debugger) says:
 Set up a TCP listener on that port somewhere (for example socket -l -s 1400
on UNIX).

 I don't have that "socket" command in Linux/Unix, what is this?
 What this means?

3 I need to debug my script what is the best way to do that?
 (I tried the "Zend IDE Test Drive" but after 30 days is not for free and
can't put to work the "The DBG PHP Debugger").

4 What is the difference between Zend debugger, Dmitri Dmitrienko PHP debugger
(seen link below) and the 'internal' PHP debugger?

Thanks, (Sorry for the bad english)



Additional Information:

PHP version: PHP Version 4.0.4pl1- Red Hat distribution
O.S. - Red Hat 7.0

Compiled options (PHP) extract from phpinfo():
'./configure' '--prefix=/usr' '--with-config-file-path=/etc' '--disable-debug'
'--enable-pic' '--enable-shared' '--enable-inline-optimization'
'--with-apxs=/usr/sbin/apxs' '--with-exec-dir=/usr/bin' '--with-regex=system'
'--with-gettext' '--with-gd' '--with-jpeg-dir=/usr' '--with-png' '--with-zlib'
'--with-db2' '--with-db3' '--with-gdbm' '--enable-debugger'
'--enable-magic-quotes' '--enable-safe-mode' '--enable-sockets'
'--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-yp'
'--enable-ftp' '--enable-wddx' '--without-mysql' '--without-oracle'
'--without-oci8' '--with-xml'

Simple Script to test the debugger:
?php
debugger_on(localhost);

$var = 1;

if ($var == 1 ) {
echo "VAR is 1";
} else {
echo "VAR is not 1";
}
?

PHP.INI file (Revelant parts):
#Extension actived
extension=imap.so
extension=ldap.so
extension=pgsql.so
 
[Debugger]
debugger.host   =   localhost
debugger.port   =   7869
debugger.enabled    =   true

Dmitri Dmitrienko PHP Debugger:
http://dd.cron.ru/dbg/
+++
Ricardo D'Aguiar
MemoSis - Sistemas Informticos
Portugal
+++

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 quallity.

http://zend.com/store/products/ide-test-drive.php


--


Chris Lee
Mediawaveonline.com

em. [EMAIL PROTECTED]

ph. 250.377.1095
ph. 250.376.2690
fx. 250.554.1120



"Ricardo D'Aguiar" [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 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

 Questions:
 1º Do I need some sort of extension (something like  xxx.so) to activate
the
 debugger?

 2º In php documentation (Chapter: Using the Debugger) says:
  Set up a TCP listener on that port somewhere (for example
socket -l -s 1400
 on UNIX).

  I don't have that "socket" command in Linux/Unix, what is this?
  What this means?

 3º I need to debug my script what is the best way to do that?
  (I tried the "Zend IDE Test Drive" but after 30 days is not for free
and
 can't put to work the "The DBG PHP Debugger").

 4º What is the difference between Zend debugger, Dmitri Dmitrienko PHP
debugger
 (seen link below) and the 'internal' PHP debugger?

 Thanks, (Sorry for the bad english)



 Additional Information:

 PHP version: PHP Version 4.0.4pl1- Red Hat distribution
 O.S. - Red Hat 7.0

 Compiled options (PHP) extract from phpinfo():
 './configure' '--prefix=/usr' '--with-config-file-path=/etc'
'--disable-debug'
 '--enable-pic' '--enable-shared' '--enable-inline-optimization'
 '--with-apxs=/usr/sbin/apxs' '--with-exec-dir=/usr/bin'
'--with-regex=system'
 '--with-gettext' '--with-gd' '--with-jpeg-dir=/usr' '--with-png'
'--with-zlib'
 '--with-db2' '--with-db3' '--with-gdbm' '--enable-debugger'
 '--enable-magic-quotes' '--enable-safe-mode' '--enable-sockets'
 '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-yp'
 '--enable-ftp' '--enable-wddx' '--without-mysql' '--without-oracle'
 '--without-oci8' '--with-xml'

 Simple Script to test the debugger:
 ?php
 debugger_on(localhost);

 $var = 1;

 if ($var == 1 ) {
 echo "VAR is 1";
 } else {
 echo "VAR is not 1";
 }
 ?

 PHP.INI file (Revelant parts):
 #Extension actived
 extension=imap.so
 extension=ldap.so
 extension=pgsql.so

 [Debugger]
 debugger.host   =   localhost
 debugger.port   =       7869
 debugger.enabled=   true

 Dmitri Dmitrienko PHP Debugger:
 http://dd.cron.ru/dbg/
 +++
 Ricardo D'Aguiar
 MemoSis - Sistemas Informáticos
 Portugal
 +++

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]