php-developer-list | 2000111
Date: 11/02/00
- Next message: Ignacio Vazquez-Abrams: "Re: [Fwd: [PHP-DEV] PHP 4.0 Bug #7599 Updated: print_r($GLOBALS)]"
- Previous message: Olivier Cahagne: "Re: [PHP-DEV] PHP 4.0.4 soon-to-be-out failure report"
- Next in thread: Ignacio Vazquez-Abrams: "Re: [Fwd: [PHP-DEV] PHP 4.0 Bug #7599 Updated: print_r($GLOBALS)]"
- Reply: Ignacio Vazquez-Abrams: "Re: [Fwd: [PHP-DEV] PHP 4.0 Bug #7599 Updated: print_r($GLOBALS)]"
- Reply: Stanislav Malyshev: "Re: [Fwd: [PHP-DEV] PHP 4.0 Bug #7599 Updated: print_r($GLOBALS)]"
- Reply: Stanislav Malyshev: "Re: [Fwd: [PHP-DEV] PHP 4.0 Bug #7599 Updated: print_r($GLOBALS)]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
stas,
you´ve been patching around, perhaps this is of any use?
andré
attached mail follows:
On 2 Nov 2000 waldschrott <email protected> wrote:
> ID: 7599
> Updated by: waldschrott
> Reported By: ignacio <email protected>
> Status: Open
> Bug Type: Scripting Engine problem
> Assigned To:
> Comments:
>
> This is currently a known issue under investigation, thanks
> for your report.
>
> Previous Comments:
> ---------------------------------------------------------------------------
>
> [2000-11-02 14:39:53] ignacio <email protected>
> (CVS 2000.10.27)
>
> You see, the global variable $GLOBALS has this element, it's called "GLOBALS", and can you guess what it contains?
>
> <?
> print_r($GLOBALS);
> ?>
>
> var_dump, on the other hand, had this to say:
>
> <br>
> <b>Warning</b>: Nesting level too deep - recursive dependency? in <b>/path/to/script/script.php3</b> on line <b>2</b>
>
> ---------------------------------------------------------------------------
>
>
> Full Bug description available at: http://bugs.php.net/?id=7599
>
How's this?
-- Ignacio Vazquez-Abrams <ignacio <email protected>>
- TEXT/PLAIN attachment: print_r recursion patch
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Ignacio Vazquez-Abrams: "Re: [Fwd: [PHP-DEV] PHP 4.0 Bug #7599 Updated: print_r($GLOBALS)]"
- Previous message: Olivier Cahagne: "Re: [PHP-DEV] PHP 4.0.4 soon-to-be-out failure report"
- Next in thread: Ignacio Vazquez-Abrams: "Re: [Fwd: [PHP-DEV] PHP 4.0 Bug #7599 Updated: print_r($GLOBALS)]"
- Reply: Ignacio Vazquez-Abrams: "Re: [Fwd: [PHP-DEV] PHP 4.0 Bug #7599 Updated: print_r($GLOBALS)]"
- Reply: Stanislav Malyshev: "Re: [Fwd: [PHP-DEV] PHP 4.0 Bug #7599 Updated: print_r($GLOBALS)]"
- Reply: Stanislav Malyshev: "Re: [Fwd: [PHP-DEV] PHP 4.0 Bug #7599 Updated: print_r($GLOBALS)]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

