php-windows Digest 10 Aug 2010 16:18:01 -0000 Issue 3852

Topics (messages 30275 through 30301):

Re: PHP Debugger for Windows?
        30275 by: Arno Kuhl
        30276 by: Steven Scott
        30277 by: Keith Davis
        30278 by: Steven Scott
        30279 by: Ferenc Kovacs
        30280 by: Steven Scott
        30281 by: Ferenc Kovacs
        30282 by: Steven Scott
        30283 by: Ferenc Kovacs
        30284 by: Keith Davis
        30285 by: Pierre Joye
        30286 by: Keith Davis
        30287 by: Pierre Joye
        30288 by: Keith Davis
        30289 by: Pierre Joye
        30290 by: Keith Davis
        30291 by: Arno Kuhl
        30292 by: Keith Davis
        30293 by: Keith Davis
        30294 by: Alice Wei
        30295 by: Arno Kuhl
        30296 by: Arno Kuhl
        30297 by: Alice Wei
        30298 by: Pierre Joye
        30299 by: Keith Davis
        30300 by: Keith Davis

Unable to connect to mysql database
        30301 by: nagendra prasad

Administrivia:

To subscribe to the digest, e-mail:
        php-windows-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-windows-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-wind...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
-----Original Message-----
From: Alice Wei [mailto:aj...@alumni.iu.edu] 
Sent: 03 August 2010 01:57 AM
To: php-wind...@lists.php.net
Subject: [PHP-WIN] PHP Debugger for Windows?


Hi, 

  I am exploring some of the possible tools that I could use for PHP
debugging purposes on Windows operating system. Before, I always use a Linux
system on the side by connecting it remotely to debug my PHP when it
crashes, or if it does not display the desired output. Does anyone know any
affordable, possibly free tools that I could debug PHP scripts with? 

Thanks for your help.

Alice

-----------------

You can download a trial version of the PhpED IDE from NuSphere and test it
with its internal debugger. Debugging in PhpED is excellent. The debugger
PhpED uses is also available separately, but the free version has less
functionality. I don't know what the stand-alone version can do, but in
PhpED you can even debug code on a remote server. I think the main guy
behind PhpED, Dmitri Dmitrienko, originally wrote DBG some time before PhpED
was developed, so it's a stable mature product that's been around for a long
time. 
See www.php-debugger.com/dbg

There's also Xdebug but I've never tried it. Maybe someone else has some
experience with it they can share with you.

Cheers
Arno



--- End Message ---
--- Begin Message ---
The NetBeans IDE will also support debugging on Windows as will the Zend IDE
on Eclipse.

XDebug is a common DLL that provides the debugging interface to PHP and is
used by both products above.  Hope this helps.

On Mon, Aug 2, 2010 at 7:57 PM, Alice Wei <aj...@alumni.iu.edu> wrote:

>
> Hi,
>
>  I am exploring some of the possible tools that I could use for PHP
> debugging purposes on Windows operating system. Before, I always use a Linux
> system on the side by connecting it remotely to debug my PHP when it
> crashes, or if it does not display the desired output. Does anyone know any
> affordable, possibly free tools that I could debug PHP scripts with?
>
> Thanks for your help.
>
> Alice
>
>
>

--- End Message ---
--- Begin Message ---
That was what I was going to suggest. We use Netbeans for 90% of our PHP
development. It does support XDebug....however, it crashes. Still, it's
useable, just a pain, as it will crash 100% of the time if you leave it
on too long and won't do watches without crashing (you can still see
variables, etc...)


Keith Davis (214) 906-5183
-----Original Message-----
From: Steven Scott [mailto:chowarm...@gmail.com]
Sent: Tuesday, August 03, 2010 7:44 AM
To: Alice Wei
Cc: php-wind...@lists.php.net
Subject: Re: [PHP-WIN] PHP Debugger for Windows?

The NetBeans IDE will also support debugging on Windows as will the Zend
IDE on Eclipse.

XDebug is a common DLL that provides the debugging interface to PHP and
is used by both products above.  Hope this helps.

On Mon, Aug 2, 2010 at 7:57 PM, Alice Wei <aj...@alumni.iu.edu> wrote:

>
> Hi,
>
>  I am exploring some of the possible tools that I could use for PHP
> debugging purposes on Windows operating system. Before, I always use a

> Linux system on the side by connecting it remotely to debug my PHP
> when it crashes, or if it does not display the desired output. Does
> anyone know any affordable, possibly free tools that I could debug PHP
scripts with?
>
> Thanks for your help.
>
> Alice
>
>
>


This message (including any attachments) may contain confidential or otherwise 
privileged information and is intended only for the individual(s) to which it 
is addressed. If you are not the named addressee you should not disseminate, 
distribute or copy this e-mail. Please notify the sender immediately by e-mail 
if you have received this e-mail by mistake and delete this e-mail from your 
system. E-mail transmission cannot be guaranteed to be secured or error-free as 
information could be intercepted, corrupted, lost, destroyed, arrive late or 
incomplete, or contain viruses. The sender therefore does not accept liability 
for any errors or omissions in the contents of this message or that arise as a 
result of e-mail transmission. If verification is required please request a 
hard-copy version from the sender.

www.pridedallas.com


--- End Message ---
--- Begin Message ---
We use NetBeans 6.9 and have found it to be much more stable at this time in
the office.  Mostly simple PHP code though, with AJAX and jQuery.  We have
also had the problems with the watches and have had to restart NetBeans.
Not many crashes, but more like it stops debugging until you restart the
IDE.

On Tue, Aug 3, 2010 at 8:46 AM, Keith Davis <keithda...@pridedallas.com>wrote:

> That was what I was going to suggest. We use Netbeans for 90% of our PHP
> development. It does support XDebug....however, it crashes. Still, it's
> useable, just a pain, as it will crash 100% of the time if you leave it
> on too long and won't do watches without crashing (you can still see
> variables, etc...)
>
>
> Keith Davis (214) 906-5183
> -----Original Message-----
> From: Steven Scott [mailto:chowarm...@gmail.com]
> Sent: Tuesday, August 03, 2010 7:44 AM
> To: Alice Wei
> Cc: php-wind...@lists.php.net
> Subject: Re: [PHP-WIN] PHP Debugger for Windows?
>
> The NetBeans IDE will also support debugging on Windows as will the Zend
> IDE on Eclipse.
>
> XDebug is a common DLL that provides the debugging interface to PHP and
> is used by both products above.  Hope this helps.
>
> On Mon, Aug 2, 2010 at 7:57 PM, Alice Wei <aj...@alumni.iu.edu> wrote:
>
> >
> > Hi,
> >
> >  I am exploring some of the possible tools that I could use for PHP
> > debugging purposes on Windows operating system. Before, I always use a
>
> > Linux system on the side by connecting it remotely to debug my PHP
> > when it crashes, or if it does not display the desired output. Does
> > anyone know any affordable, possibly free tools that I could debug PHP
> scripts with?
> >
> > Thanks for your help.
> >
> > Alice
> >
> >
> >
>
>
> This message (including any attachments) may contain confidential or
> otherwise privileged information and is intended only for the individual(s)
> to which it is addressed. If you are not the named addressee you should not
> disseminate, distribute or copy this e-mail. Please notify the sender
> immediately by e-mail if you have received this e-mail by mistake and delete
> this e-mail from your system. E-mail transmission cannot be guaranteed to be
> secured or error-free as information could be intercepted, corrupted, lost,
> destroyed, arrive late or incomplete, or contain viruses. The sender
> therefore does not accept liability for any errors or omissions in the
> contents of this message or that arise as a result of e-mail transmission.
> If verification is required please request a hard-copy version from the
> sender.
>
> www.pridedallas.com
>
>

--- End Message ---
--- Begin Message ---
On Tue, Aug 3, 2010 at 2:46 PM, Keith Davis <keithda...@pridedallas.com> wrote:
> That was what I was going to suggest. We use Netbeans for 90% of our PHP
> development. It does support XDebug....however, it crashes. Still, it's
> useable, just a pain, as it will crash 100% of the time if you leave it
> on too long and won't do watches without crashing (you can still see
> variables, etc...)
>

Did you tried the latest version?

http://twitter.com/xdebug/status/19604852335

Tyrael

--- End Message ---
--- Begin Message ---
Yes, we do have the XDebug 2.1 installed with PHP 5.2 support which is what
we are using.

On Tue, Aug 3, 2010 at 8:59 AM, Ferenc Kovacs <i...@tyrael.hu> wrote:

> On Tue, Aug 3, 2010 at 2:46 PM, Keith Davis <keithda...@pridedallas.com>
> wrote:
> > That was what I was going to suggest. We use Netbeans for 90% of our PHP
> > development. It does support XDebug....however, it crashes. Still, it's
> > useable, just a pain, as it will crash 100% of the time if you leave it
> > on too long and won't do watches without crashing (you can still see
> > variables, etc...)
> >
>
> Did you tried the latest version?
>
> http://twitter.com/xdebug/status/19604852335
>
> Tyrael
>

--- End Message ---
--- Begin Message ---
The fixed windows build was rolled out _after_ the initial 2.1 release.
So if you download your crashy windows version when 2.1 came out, then
you should try the new binaries.

Tyrael

On Tue, Aug 3, 2010 at 3:08 PM, Steven Scott <chowarm...@gmail.com> wrote:
> Yes, we do have the XDebug 2.1 installed with PHP 5.2 support which is what
> we are using.
>
> On Tue, Aug 3, 2010 at 8:59 AM, Ferenc Kovacs <i...@tyrael.hu> wrote:
>>
>> On Tue, Aug 3, 2010 at 2:46 PM, Keith Davis <keithda...@pridedallas.com>
>> wrote:
>> > That was what I was going to suggest. We use Netbeans for 90% of our PHP
>> > development. It does support XDebug....however, it crashes. Still, it's
>> > useable, just a pain, as it will crash 100% of the time if you leave it
>> > on too long and won't do watches without crashing (you can still see
>> > variables, etc...)
>> >
>>
>> Did you tried the latest version?
>>
>> http://twitter.com/xdebug/status/19604852335
>>
>> Tyrael
>
>

--- End Message ---
--- Begin Message ---
Thanks.  I will grab the new binary and try it again in our environment
then. Surprising that the version was not updated from 2.1.0 to be 2.1.1 or
something with a bug fix of this magnitude.

On Tue, Aug 3, 2010 at 9:11 AM, Ferenc Kovacs <i...@tyrael.hu> wrote:

> The fixed windows build was rolled out _after_ the initial 2.1 release.
> So if you download your crashy windows version when 2.1 came out, then
> you should try the new binaries.
>
> Tyrael
>
> On Tue, Aug 3, 2010 at 3:08 PM, Steven Scott <chowarm...@gmail.com> wrote:
> > Yes, we do have the XDebug 2.1 installed with PHP 5.2 support which is
> what
> > we are using.
> >
> > On Tue, Aug 3, 2010 at 8:59 AM, Ferenc Kovacs <i...@tyrael.hu> wrote:
> >>
> >> On Tue, Aug 3, 2010 at 2:46 PM, Keith Davis <keithda...@pridedallas.com
> >
> >> wrote:
> >> > That was what I was going to suggest. We use Netbeans for 90% of our
> PHP
> >> > development. It does support XDebug....however, it crashes. Still,
> it's
> >> > useable, just a pain, as it will crash 100% of the time if you leave
> it
> >> > on too long and won't do watches without crashing (you can still see
> >> > variables, etc...)
> >> >
> >>
> >> Did you tried the latest version?
> >>
> >> http://twitter.com/xdebug/status/19604852335
> >>
> >> Tyrael
> >
> >
>

--- End Message ---
--- Begin Message ---
yep, I will tell this to Derick.

Tyrael

On Tue, Aug 3, 2010 at 3:13 PM, Steven Scott <chowarm...@gmail.com> wrote:
> Thanks.  I will grab the new binary and try it again in our environment
> then. Surprising that the version was not updated from 2.1.0 to be 2.1.1 or
> something with a bug fix of this magnitude.
>
> On Tue, Aug 3, 2010 at 9:11 AM, Ferenc Kovacs <i...@tyrael.hu> wrote:
>>
>> The fixed windows build was rolled out _after_ the initial 2.1 release.
>> So if you download your crashy windows version when 2.1 came out, then
>> you should try the new binaries.
>>
>> Tyrael
>>
>> On Tue, Aug 3, 2010 at 3:08 PM, Steven Scott <chowarm...@gmail.com> wrote:
>> > Yes, we do have the XDebug 2.1 installed with PHP 5.2 support which is
>> > what
>> > we are using.
>> >
>> > On Tue, Aug 3, 2010 at 8:59 AM, Ferenc Kovacs <i...@tyrael.hu> wrote:
>> >>
>> >> On Tue, Aug 3, 2010 at 2:46 PM, Keith Davis
>> >> <keithda...@pridedallas.com>
>> >> wrote:
>> >> > That was what I was going to suggest. We use Netbeans for 90% of our
>> >> > PHP
>> >> > development. It does support XDebug....however, it crashes. Still,
>> >> > it's
>> >> > useable, just a pain, as it will crash 100% of the time if you leave
>> >> > it
>> >> > on too long and won't do watches without crashing (you can still see
>> >> > variables, etc...)
>> >> >
>> >>
>> >> Did you tried the latest version?
>> >>
>> >> http://twitter.com/xdebug/status/19604852335
>> >>
>> >> Tyrael
>> >
>> >
>
>

--- End Message ---
--- Begin Message ---
No, we are still on 2.0.5.

I'll grab the new one right now. 

The  other problem (to the original poster) is that XDebug has a HUGE amount of 
overhead. I can't leave it running on the time. It makes my site run sooooo 
slow and drives me crazy. I wrote a script to turn it on and off (AutoIt, happy 
to provide if anyone wants it.) 

Unless of course they've fixed that in 2.1, which I doubt. I run a Phenom 940 
Quad on Windows 7 x64 with 4GB of RAM and RAID 0.....still, it's not usable. I 
have to turn it on when I want to use it, which means, combined with the 
crashing problem, I still spend most of my time debugging with custom debug 
code. Ugh.




Keith Davis (214) 906-5183

-----Original Message-----
From: tyr...@gmail.com [mailto:tyr...@gmail.com] On Behalf Of Ferenc Kovacs
Sent: Tuesday, August 03, 2010 8:15 AM
To: Steven Scott
Cc: php-wind...@lists.php.net
Subject: Re: [PHP-WIN] PHP Debugger for Windows?

yep, I will tell this to Derick.

Tyrael

On Tue, Aug 3, 2010 at 3:13 PM, Steven Scott <chowarm...@gmail.com> wrote:
> Thanks.  I will grab the new binary and try it again in our 
> environment then. Surprising that the version was not updated from 
> 2.1.0 to be 2.1.1 or something with a bug fix of this magnitude.
>
> On Tue, Aug 3, 2010 at 9:11 AM, Ferenc Kovacs <i...@tyrael.hu> wrote:
>>
>> The fixed windows build was rolled out _after_ the initial 2.1 release.
>> So if you download your crashy windows version when 2.1 came out, 
>> then you should try the new binaries.
>>
>> Tyrael
>>
>> On Tue, Aug 3, 2010 at 3:08 PM, Steven Scott <chowarm...@gmail.com> wrote:
>> > Yes, we do have the XDebug 2.1 installed with PHP 5.2 support which 
>> > is what we are using.
>> >
>> > On Tue, Aug 3, 2010 at 8:59 AM, Ferenc Kovacs <i...@tyrael.hu> wrote:
>> >>
>> >> On Tue, Aug 3, 2010 at 2:46 PM, Keith Davis 
>> >> <keithda...@pridedallas.com>
>> >> wrote:
>> >> > That was what I was going to suggest. We use Netbeans for 90% of 
>> >> > our PHP development. It does support XDebug....however, it 
>> >> > crashes. Still, it's useable, just a pain, as it will crash 100% 
>> >> > of the time if you leave it on too long and won't do watches 
>> >> > without crashing (you can still see variables, etc...)
>> >> >
>> >>
>> >> Did you tried the latest version?
>> >>
>> >> http://twitter.com/xdebug/status/19604852335
>> >>
>> >> Tyrael
>> >
>> >
>
>

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



This message (including any attachments) may contain confidential or otherwise 
privileged information and is intended only for the individual(s) to which it 
is addressed. If you are not the named addressee you should not disseminate, 
distribute or copy this e-mail. Please notify the sender immediately by e-mail 
if you have received this e-mail by mistake and delete this e-mail from your 
system. E-mail transmission cannot be guaranteed to be secured or error-free as 
information could be intercepted, corrupted, lost, destroyed, arrive late or 
incomplete, or contain viruses. The sender therefore does not accept liability 
for any errors or omissions in the contents of this message or that arise as a 
result of e-mail transmission. If verification is required please request a 
hard-copy version from the sender.

www.pridedallas.com


--- End Message ---
--- Begin Message ---
Hi

Xdebug and co works just fine on windows. IDE like eclipse or phpstorm as
well.

Cheers,

On 3 Aug 2010 01:57, "Alice Wei" <aj...@alumni.iu.edu> wrote:


Hi,

 I am exploring some of the possible tools that I could use for PHP
debugging purposes on Windows operating system. Before, I always use a Linux
system on the side by connecting it remotely to debug my PHP when it
crashes, or if it does not display the desired output. Does anyone know any
affordable, possibly free tools that I could debug PHP scripts with?

Thanks for your help.

Alice

--- End Message ---
--- Begin Message ---
What is co?


Keith Davis (214) 906-5183

-----Original Message-----
From: Pierre Joye [mailto:pierre....@gmail.com]
Sent: Tuesday, August 03, 2010 8:29 AM
To: Alice Wei
Cc: php-wind...@lists.php.net
Subject: Re: [PHP-WIN] PHP Debugger for Windows?

Hi

Xdebug and co works just fine on windows. IDE like eclipse or phpstorm
as well.

Cheers,

On 3 Aug 2010 01:57, "Alice Wei" <aj...@alumni.iu.edu> wrote:


Hi,

 I am exploring some of the possible tools that I could use for PHP
debugging purposes on Windows operating system. Before, I always use a
Linux system on the side by connecting it remotely to debug my PHP when
it crashes, or if it does not display the desired output. Does anyone
know any affordable, possibly free tools that I could debug PHP scripts
with?

Thanks for your help.

Alice


This message (including any attachments) may contain confidential or otherwise 
privileged information and is intended only for the individual(s) to which it 
is addressed. If you are not the named addressee you should not disseminate, 
distribute or copy this e-mail. Please notify the sender immediately by e-mail 
if you have received this e-mail by mistake and delete this e-mail from your 
system. E-mail transmission cannot be guaranteed to be secured or error-free as 
information could be intercepted, corrupted, lost, destroyed, arrive late or 
incomplete, or contain viruses. The sender therefore does not accept liability 
for any errors or omissions in the contents of this message or that arise as a 
result of e-mail transmission. If verification is required please request a 
hard-copy version from the sender.

www.pridedallas.com


--- End Message ---
--- Begin Message ---
On Tue, Aug 3, 2010 at 3:34 PM, Keith Davis <keithda...@pridedallas.com> wrote:
> What is co?

like "and company", the other debuggers availble out there, commercial or free.


Cheers,
-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--- End Message ---
--- Begin Message ---
Testing the 2.1.0 x64 DLL and it seems much more stable...though, still slow as 
a dog.


Keith Davis (214) 906-5183

-----Original Message-----
From: tyr...@gmail.com [mailto:tyr...@gmail.com] On Behalf Of Ferenc Kovacs
Sent: Tuesday, August 03, 2010 8:15 AM
To: Steven Scott
Cc: php-wind...@lists.php.net
Subject: Re: [PHP-WIN] PHP Debugger for Windows?

yep, I will tell this to Derick.

Tyrael

On Tue, Aug 3, 2010 at 3:13 PM, Steven Scott <chowarm...@gmail.com> wrote:
> Thanks.  I will grab the new binary and try it again in our 
> environment then. Surprising that the version was not updated from 
> 2.1.0 to be 2.1.1 or something with a bug fix of this magnitude.
>
> On Tue, Aug 3, 2010 at 9:11 AM, Ferenc Kovacs <i...@tyrael.hu> wrote:
>>
>> The fixed windows build was rolled out _after_ the initial 2.1 release.
>> So if you download your crashy windows version when 2.1 came out, 
>> then you should try the new binaries.
>>
>> Tyrael
>>
>> On Tue, Aug 3, 2010 at 3:08 PM, Steven Scott <chowarm...@gmail.com> wrote:
>> > Yes, we do have the XDebug 2.1 installed with PHP 5.2 support which 
>> > is what we are using.
>> >
>> > On Tue, Aug 3, 2010 at 8:59 AM, Ferenc Kovacs <i...@tyrael.hu> wrote:
>> >>
>> >> On Tue, Aug 3, 2010 at 2:46 PM, Keith Davis 
>> >> <keithda...@pridedallas.com>
>> >> wrote:
>> >> > That was what I was going to suggest. We use Netbeans for 90% of 
>> >> > our PHP development. It does support XDebug....however, it 
>> >> > crashes. Still, it's useable, just a pain, as it will crash 100% 
>> >> > of the time if you leave it on too long and won't do watches 
>> >> > without crashing (you can still see variables, etc...)
>> >> >
>> >>
>> >> Did you tried the latest version?
>> >>
>> >> http://twitter.com/xdebug/status/19604852335
>> >>
>> >> Tyrael
>> >
>> >
>
>

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



This message (including any attachments) may contain confidential or otherwise 
privileged information and is intended only for the individual(s) to which it 
is addressed. If you are not the named addressee you should not disseminate, 
distribute or copy this e-mail. Please notify the sender immediately by e-mail 
if you have received this e-mail by mistake and delete this e-mail from your 
system. E-mail transmission cannot be guaranteed to be secured or error-free as 
information could be intercepted, corrupted, lost, destroyed, arrive late or 
incomplete, or contain viruses. The sender therefore does not accept liability 
for any errors or omissions in the contents of this message or that arise as a 
result of e-mail transmission. If verification is required please request a 
hard-copy version from the sender.

www.pridedallas.com


--- End Message ---
--- Begin Message ---
On Tue, Aug 3, 2010 at 4:06 PM, Keith Davis <keithda...@pridedallas.com> wrote:
> Testing the 2.1.0 x64 DLL and it seems much more stable...though, still slow 
> as a dog.

If you need perf, you don't need a debugger. And you certainly don't
want the x64 either as they are slightly slower than the 32bit
versions of PHP.

Cheers,
-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--- End Message ---
--- Begin Message ---
I don't need performance, but I need it to not take 5x longer to load. I
work too darn fast for this thing. I can debug most things procedurally
much faster. So, I only use the debugger when I can't do it with my own
debug code.

I'm not using the x64 version of PHP, just the x64 version of XDebug. I
did that without thinking. Strangely enough, it works.


Keith Davis (214) 906-5183

-----Original Message-----
From: Pierre Joye [mailto:pierre....@gmail.com]
Sent: Tuesday, August 03, 2010 9:18 AM
To: Keith Davis
Cc: Ferenc Kovacs; Steven Scott; php-wind...@lists.php.net
Subject: Re: [PHP-WIN] PHP Debugger for Windows?

On Tue, Aug 3, 2010 at 4:06 PM, Keith Davis <keithda...@pridedallas.com>
wrote:
> Testing the 2.1.0 x64 DLL and it seems much more stable...though,
still slow as a dog.

If you need perf, you don't need a debugger. And you certainly don't
want the x64 either as they are slightly slower than the 32bit versions
of PHP.

Cheers,
--
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org


This message (including any attachments) may contain confidential or otherwise 
privileged information and is intended only for the individual(s) to which it 
is addressed. If you are not the named addressee you should not disseminate, 
distribute or copy this e-mail. Please notify the sender immediately by e-mail 
if you have received this e-mail by mistake and delete this e-mail from your 
system. E-mail transmission cannot be guaranteed to be secured or error-free as 
information could be intercepted, corrupted, lost, destroyed, arrive late or 
incomplete, or contain viruses. The sender therefore does not accept liability 
for any errors or omissions in the contents of this message or that arise as a 
result of e-mail transmission. If verification is required please request a 
hard-copy version from the sender.

www.pridedallas.com


--- End Message ---
--- Begin Message ---
-----Original Message-----
From: Keith Davis [mailto:keithda...@pridedallas.com] 
Sent: 03 August 2010 04:07 PM
To: Ferenc Kovacs; Steven Scott
Cc: php-wind...@lists.php.net
Subject: RE: [PHP-WIN] PHP Debugger for Windows?

Testing the 2.1.0 x64 DLL and it seems much more stable...though, still slow
as a dog.


Keith Davis (214) 906-5183

-------------

Does Xdebug have some better features than DBG? I find running the whole
PhpED IDE debugging with DBG with a project of many dozens of scripts open
at the same time is very stable, under 200MB and fast, even on an old laptop
with 1GB RAM. If Xdebug is so slow and buggy why not use something else?

Cheers
Arno



--- End Message ---
--- Begin Message ---
I really didn't though there were other options, plus XDebug integrates
with Netbeans...does DBG?


Keith Davis (214) 906-5183

-----Original Message-----
From: Arno Kuhl [mailto:ak...@telkomsa.net]
Sent: Tuesday, August 03, 2010 9:22 AM
To: Keith Davis; 'Ferenc Kovacs'; 'Steven Scott'
Cc: php-wind...@lists.php.net
Subject: RE: [PHP-WIN] PHP Debugger for Windows?

-----Original Message-----
From: Keith Davis [mailto:keithda...@pridedallas.com]
Sent: 03 August 2010 04:07 PM
To: Ferenc Kovacs; Steven Scott
Cc: php-wind...@lists.php.net
Subject: RE: [PHP-WIN] PHP Debugger for Windows?

Testing the 2.1.0 x64 DLL and it seems much more stable...though, still
slow as a dog.


Keith Davis (214) 906-5183

-------------

Does Xdebug have some better features than DBG? I find running the whole
PhpED IDE debugging with DBG with a project of many dozens of scripts
open at the same time is very stable, under 200MB and fast, even on an
old laptop with 1GB RAM. If Xdebug is so slow and buggy why not use
something else?

Cheers
Arno




This message (including any attachments) may contain confidential or otherwise 
privileged information and is intended only for the individual(s) to which it 
is addressed. If you are not the named addressee you should not disseminate, 
distribute or copy this e-mail. Please notify the sender immediately by e-mail 
if you have received this e-mail by mistake and delete this e-mail from your 
system. E-mail transmission cannot be guaranteed to be secured or error-free as 
information could be intercepted, corrupted, lost, destroyed, arrive late or 
incomplete, or contain viruses. The sender therefore does not accept liability 
for any errors or omissions in the contents of this message or that arise as a 
result of e-mail transmission. If verification is required please request a 
hard-copy version from the sender.

www.pridedallas.com


--- End Message ---
--- Begin Message ---
Ah, and XDebug is completely free. Always a plus.


Keith Davis (214) 906-5183

-----Original Message-----
From: Arno Kuhl [mailto:ak...@telkomsa.net]
Sent: Tuesday, August 03, 2010 9:22 AM
To: Keith Davis; 'Ferenc Kovacs'; 'Steven Scott'
Cc: php-wind...@lists.php.net
Subject: RE: [PHP-WIN] PHP Debugger for Windows?

-----Original Message-----
From: Keith Davis [mailto:keithda...@pridedallas.com]
Sent: 03 August 2010 04:07 PM
To: Ferenc Kovacs; Steven Scott
Cc: php-wind...@lists.php.net
Subject: RE: [PHP-WIN] PHP Debugger for Windows?

Testing the 2.1.0 x64 DLL and it seems much more stable...though, still
slow as a dog.


Keith Davis (214) 906-5183

-------------

Does Xdebug have some better features than DBG? I find running the whole
PhpED IDE debugging with DBG with a project of many dozens of scripts
open at the same time is very stable, under 200MB and fast, even on an
old laptop with 1GB RAM. If Xdebug is so slow and buggy why not use
something else?

Cheers
Arno




This message (including any attachments) may contain confidential or otherwise 
privileged information and is intended only for the individual(s) to which it 
is addressed. If you are not the named addressee you should not disseminate, 
distribute or copy this e-mail. Please notify the sender immediately by e-mail 
if you have received this e-mail by mistake and delete this e-mail from your 
system. E-mail transmission cannot be guaranteed to be secured or error-free as 
information could be intercepted, corrupted, lost, destroyed, arrive late or 
incomplete, or contain viruses. The sender therefore does not accept liability 
for any errors or omissions in the contents of this message or that arise as a 
result of e-mail transmission. If verification is required please request a 
hard-copy version from the sender.

www.pridedallas.com


--- End Message ---
--- Begin Message ---
> From: ak...@telkomsa.net
> To: aj...@alumni.iu.edu; php-wind...@lists.php.net
> Subject: RE: [PHP-WIN] PHP Debugger for Windows?
> Date: Tue, 3 Aug 2010 13:38:21 +0200
> 
> -----Original Message-----
> From: Alice Wei [mailto:aj...@alumni.iu.edu] 
> Sent: 03 August 2010 01:57 AM
> To: php-wind...@lists.php.net
> Subject: [PHP-WIN] PHP Debugger for Windows?
> 
> 
> Hi, 
> 
>   I am exploring some of the possible tools that I could use for PHP
> debugging purposes on Windows operating system. Before, I always use a Linux
> system on the side by connecting it remotely to debug my PHP when it
> crashes, or if it does not display the desired output. Does anyone know any
> affordable, possibly free tools that I could debug PHP scripts with? 
> 
> Thanks for your help.
> 
> Alice
> 
> -----------------
> 
> You can download a trial version of the PhpED IDE from NuSphere and test it
> with its internal debugger. Debugging in PhpED is excellent. The debugger
> PhpED uses is also available separately, but the free version has less
> functionality. I don't know what the stand-alone version can do, but in
> PhpED you can even debug code on a remote server. I think the main guy
> behind PhpED, Dmitri Dmitrienko, originally wrote DBG some time before PhpED
> was developed, so it's a stable mature product that's been around for a long
> time. 
> See www.php-debugger.com/dbg
> 
> There's also Xdebug but I've never tried it. Maybe someone else has some
> experience with it they can share with you.

Thanks for your pointer, I have downloaded the trial version and started to 
play around with it. I love this! This actually tells you what mistake you made 
on the specific line without you having to actually run the code.  If I am just 
debugging it, can I just get the standard version? Or, do you recommend other 
versions?

Thanks. 

Alice
> 
> Cheers
> Arno
> 
> 
                                          

--- End Message ---
--- Begin Message ---
-----Original Message-----
From: Keith Davis [mailto:keithda...@pridedallas.com] 
Sent: 03 August 2010 04:24 PM
To: a...@dotcontent.net; Ferenc Kovacs; Steven Scott
Cc: php-wind...@lists.php.net
Subject: RE: [PHP-WIN] PHP Debugger for Windows?

Ah, and XDebug is completely free. Always a plus.


Keith Davis (214) 906-5183

------------------------

DBG has a free version - www.php-debugger.com/dbg 
Never tried the free version, but there's a support forum for it at
http://forum.nusphere.com
Maybe you can find out there if it works with Netbeans.

Cheers
Arno



--- End Message ---
--- Begin Message ---
-----Original Message-----
From: Alice Wei [mailto:aj...@alumni.iu.edu] 
Sent: 03 August 2010 04:33 PM
To: a...@dotcontent.net; php-wind...@lists.php.net
Subject: RE: [PHP-WIN] PHP Debugger for Windows?

Thanks for your pointer, I have downloaded the trial version and started to
play around with it. I love this! This actually tells you what mistake you
made on the specific line without you having to actually run the code.  If I
am just debugging it, can I just get the standard version? Or, do you
recommend other versions?

Thanks. 

Alice

-----------------------------

Are you referring to PhpED? If so go for the standard version, the other
versions are aimed at teams, extended support or 3-year upgrade cycles.

Cheers
Arno



--- End Message ---
--- Begin Message ---
> From: ak...@telkomsa.net
> To: aj...@alumni.iu.edu; php-wind...@lists.php.net
> Subject: RE: [PHP-WIN] PHP Debugger for Windows?
> Date: Tue, 3 Aug 2010 16:53:23 +0200
> 
> -----Original Message-----
> From: Alice Wei [mailto:aj...@alumni.iu.edu] 
> Sent: 03 August 2010 04:33 PM
> To: a...@dotcontent.net; php-wind...@lists.php.net
> Subject: RE: [PHP-WIN] PHP Debugger for Windows?
> 
> Thanks for your pointer, I have downloaded the trial version and started to
> play around with it. I love this! This actually tells you what mistake you
> made on the specific line without you having to actually run the code.  If I
> am just debugging it, can I just get the standard version? Or, do you
> recommend other versions?
> 
> Thanks. 
> 
> Alice
> 
> -----------------------------
> 
> Are you referring to PhpED? If so go for the standard version, the other
> versions are aimed at teams, extended support or 3-year upgrade cycles.

Yes, I am referring to that. This is great information, plus the other versions 
are so much more expensive. 

Alice
> 
> Cheers
> Arno
> 
> 
                                          

--- End Message ---
--- Begin Message ---
It can't work, maybe you fetched the 32b version.

On 3 Aug 2010 16:20, "Keith Davis" <keithda...@pridedallas.com> wrote:

I don't need performance, but I need it to not take 5x longer to load. I
work too darn fast for this thing. I can debug most things procedurally
much faster. So, I only use the debugger when I can't do it with my own
debug code.

I'm not using the x64 version of PHP, just the x64 version of XDebug. I
did that without thinking. Strangely enough, it works.



Keith Davis (214) 906-5183

-----Original Message-----

From: Pierre Joye [mailto:pierre....@gmail.com]

Sent: Tuesday, August 03, 2010 9:18 AM
To: Keith Davis
Cc: Ferenc Kovacs; Steven Scott; php-wind...@...

On Tue, Aug 3, 2010 at 4:06 PM, Keith Davis <keithda...@pridedallas.com>
wrote:
> Testing the 2.1.0 ...

This message (including any attachments) may contain confidential or
otherwise privileged informatio...

--- End Message ---
--- Begin Message ---
Yea, I would think not. In fact, I started testing this and I am getting
a very strange result. Here is the link that I downloaded:
http://www.xdebug.org/files/php_xdebug-2.1.0-5.3-vc9-nts-x86_64.dll



Here it is in the directory:





Directory of C:\PHP\ext



08/03/2010  10:49 AM    <DIR>          .

08/03/2010  10:49 AM    <DIR>          ..

08/03/2010  10:49 AM    <DIR>          CVS

......

08/03/2010  10:49 AM           152,576 php_xdebug-2.0.5-5.3-vc9-nts.dll

08/03/2010  08:39 AM           169,984
php_xdebug-2.1.0-5.3-vc9-nts-x86_64.dll

08/03/2010  10:46 AM           140,800 php_xdebug-2.1.0-5.3-vc9-nts.dll

03/03/2010  09:52 PM            62,976 php_xmlrpc.dll



Here is in my php.ini file:



[xdebug]

zend_extension="c:/php/ext/ php_xdebug-2.1.0-5.3-vc9-nts-x86_64.dll"

xdebug.remote_enable=1

xdebug.remote_host=127.0.0.1

xdebug.remote_port=9100

xdebug.remote_handler=dbgp

xdebug.profiler_enable=1

xdebug.profiler_output_name=cachegrind.out.%s

xdebug.profiler_output_dir=c:\xdebug_prof



And in my phpinfo()



XDebug

xdebug support

enabled

Version

2.1.0-dev





So, I THOUGHT I was working...it was not. Somehow, PHP was picking up
this file instead: php_xdebug-2.0.5-5.3-vc9-nts.dll



Now, how the heck is that happening? How is it grabbing a file than the
one I'm specifiying? So, I took all but the x63 version out and you are
correct, it won't load. So, I put ONLY the 32 bit version of the new
download (php_xdebug-2.1.0-5.3-vc9-nts.dll) and guess what? It WON'T
load either!! Good grief. So, I reverted back to the old file and it's
working. I can't ge the new version to work at all. But I'm more
confused as to how PHP is grabbing a different file.



Keith Davis (214) 906-5183

From: Pierre Joye [mailto:pierre....@gmail.com]
Sent: Tuesday, August 03, 2010 10:43 AM
To: Keith Davis
Cc: php-wind...@lists.php.net; Ferenc Kovacs; Steven Scott
Subject: Re: RE: [PHP-WIN] PHP Debugger for Windows?



It can't work, maybe you fetched the 32b version.

        On 3 Aug 2010 16:20, "Keith Davis" <keithda...@pridedallas.com>
wrote:

        I don't need performance, but I need it to not take 5x longer to
load. I
        work too darn fast for this thing. I can debug most things
procedurally
        much faster. So, I only use the debugger when I can't do it with
my own
        debug code.

        I'm not using the x64 version of PHP, just the x64 version of
XDebug. I
        did that without thinking. Strangely enough, it works.



        Keith Davis (214) 906-5183

        -----Original Message-----

        From: Pierre Joye [mailto:pierre....@gmail.com]

        Sent: Tuesday, August 03, 2010 9:18 AM
        To: Keith Davis
        Cc: Ferenc Kovacs; Steven Scott; php-wind...@...

        On Tue, Aug 3, 2010 at 4:06 PM, Keith Davis
<keithda...@pridedallas.com>
        wrote:
        > Testing the 2.1.0 ...

        This message (including any attachments) may contain
confidential or otherwise privileged informatio...



This message (including any attachments) may contain confidential or otherwise 
privileged information and is intended only for the individual(s) to which it 
is addressed. If you are not the named addressee you should not disseminate, 
distribute or copy this e-mail. Please notify the sender immediately by e-mail 
if you have received this e-mail by mistake and delete this e-mail from your 
system. E-mail transmission cannot be guaranteed to be secured or error-free as 
information could be intercepted, corrupted, lost, destroyed, arrive late or 
incomplete, or contain viruses. The sender therefore does not accept liability 
for any errors or omissions in the contents of this message or that arise as a 
result of e-mail transmission. If verification is required please request a 
hard-copy version from the sender.

www.pridedallas.com


--- End Message ---
--- Begin Message ---
Please forgive me. I'm smoke crack. It's just a small habit, I swear.

Geez. I do this all with a script and my script was broken.

2.1.0 32 bit works fine
2.1.0 64 bit does not work

Keith Davis (214) 906-5183

-----Original Message-----
From: Keith Davis [mailto:keithda...@pridedallas.com]
Sent: Tuesday, August 03, 2010 11:00 AM
To: Pierre Joye
Cc: php-wind...@lists.php.net; Ferenc Kovacs; Steven Scott
Subject: RE: RE: [PHP-WIN] PHP Debugger for Windows?

Yea, I would think not. In fact, I started testing this and I am getting
a very strange result. Here is the link that I downloaded:
http://www.xdebug.org/files/php_xdebug-2.1.0-5.3-vc9-nts-x86_64.dll



Here it is in the directory:





Directory of C:\PHP\ext



08/03/2010  10:49 AM    <DIR>          .

08/03/2010  10:49 AM    <DIR>          ..

08/03/2010  10:49 AM    <DIR>          CVS

......

08/03/2010  10:49 AM           152,576 php_xdebug-2.0.5-5.3-vc9-nts.dll

08/03/2010  08:39 AM           169,984
php_xdebug-2.1.0-5.3-vc9-nts-x86_64.dll

08/03/2010  10:46 AM           140,800 php_xdebug-2.1.0-5.3-vc9-nts.dll

03/03/2010  09:52 PM            62,976 php_xmlrpc.dll



Here is in my php.ini file:



[xdebug]

zend_extension="c:/php/ext/ php_xdebug-2.1.0-5.3-vc9-nts-x86_64.dll"

xdebug.remote_enable=1

xdebug.remote_host=127.0.0.1

xdebug.remote_port=9100

xdebug.remote_handler=dbgp

xdebug.profiler_enable=1

xdebug.profiler_output_name=cachegrind.out.%s

xdebug.profiler_output_dir=c:\xdebug_prof



And in my phpinfo()



XDebug

xdebug support

enabled

Version

2.1.0-dev





So, I THOUGHT I was working...it was not. Somehow, PHP was picking up
this file instead: php_xdebug-2.0.5-5.3-vc9-nts.dll



Now, how the heck is that happening? How is it grabbing a file than the
one I'm specifiying? So, I took all but the x63 version out and you are
correct, it won't load. So, I put ONLY the 32 bit version of the new
download (php_xdebug-2.1.0-5.3-vc9-nts.dll) and guess what? It WON'T
load either!! Good grief. So, I reverted back to the old file and it's
working. I can't ge the new version to work at all. But I'm more
confused as to how PHP is grabbing a different file.



Keith Davis (214) 906-5183

From: Pierre Joye [mailto:pierre....@gmail.com]
Sent: Tuesday, August 03, 2010 10:43 AM
To: Keith Davis
Cc: php-wind...@lists.php.net; Ferenc Kovacs; Steven Scott
Subject: Re: RE: [PHP-WIN] PHP Debugger for Windows?



It can't work, maybe you fetched the 32b version.

        On 3 Aug 2010 16:20, "Keith Davis" <keithda...@pridedallas.com>
wrote:

        I don't need performance, but I need it to not take 5x longer to
load. I
        work too darn fast for this thing. I can debug most things
procedurally
        much faster. So, I only use the debugger when I can't do it with
my own
        debug code.

        I'm not using the x64 version of PHP, just the x64 version of
XDebug. I
        did that without thinking. Strangely enough, it works.



        Keith Davis (214) 906-5183

        -----Original Message-----

        From: Pierre Joye [mailto:pierre....@gmail.com]

        Sent: Tuesday, August 03, 2010 9:18 AM
        To: Keith Davis
        Cc: Ferenc Kovacs; Steven Scott; php-wind...@...

        On Tue, Aug 3, 2010 at 4:06 PM, Keith Davis
<keithda...@pridedallas.com>
        wrote:
        > Testing the 2.1.0 ...

        This message (including any attachments) may contain
confidential or otherwise privileged informatio...



This message (including any attachments) may contain confidential or
otherwise privileged information and is intended only for the
individual(s) to which it is addressed. If you are not the named
addressee you should not disseminate, distribute or copy this e-mail.
Please notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system. E-mail
transmission cannot be guaranteed to be secured or error-free as
information could be intercepted, corrupted, lost, destroyed, arrive
late or incomplete, or contain viruses. The sender therefore does not
accept liability for any errors or omissions in the contents of this
message or that arise as a result of e-mail transmission. If
verification is required please request a hard-copy version from the
sender.

www.pridedallas.com


--- End Message ---
--- Begin Message ---
Hi All,

I am working on a site which is developed in joomala. We have our domain on
www.net4.in. Initially we have tested the site on the WAMP server locally.
On the wamp server its working fine, however when we tried to configure it
on www.net4.in its not working at all. The site is giving an error called
"unable to connect to database". I have already configured the config file.
Can anyone tell me how to connect the script with the database? Dose anyone
have any experience working on www.net4.in control panel?

Best,
Guru.

--- End Message ---

Reply via email to