[xdebug-general] Re: 1.3.2: Speed improvement by using TCP_NODELAY

From: Derick Rethans <derick[@]xdebug.org>
Date: Wed Sep 08 2004 - 08:02:30 CEST

On Tue, 7 Sep 2004, Christof J. Reetz wrote:

> Hello Derick,
>
> now i have a new problem. I'm still using xDebug 1.3.2 on a Linux System (Vector Linux now, btw,
> very nice and small Distribution) against my own debug client (VB6). Neither the "show" nor the
> "show-local" command find the $_FILES variable for uploads from forms. A "print _FILES" works as
> expected, producing the desired output.
>
> My Question:
>
> Is $_FILES some "other kind" of variable and not expected to be dumped by "show-local"? Can I change
> this behaviour?

All superglobals are by default excluded from the dumping of variables,
but you can fix that behavior by setting the "dump_superglobals" option
with:

option dump_superglobals 1

as a command.

regards,
Derick

PS: Please keep CC-ing the mailinglist!

-- 
Xdebug | http://xdebug.org | xdebug-general[@]lists.xdebug.org
Received on Wed Sep 8 08:02:36 2004

This archive was generated by hypermail 2.1.8 : Sun Nov 23 2008 - 15:00:10 CET