Date: 11/02/00
- Next message: Zeev Suraski: "Re: [PHP-DEV] PHP 4.0.4 soon-to-be-out failure report"
- Previous message: André Langhorst: "Re: [PHP-DEV] PHP 4.0 Bug #7599 Updated: print_r($GLOBALS)"
- Next in thread: zeev <email protected>: "[PHP-DEV] PHP 4.0 Bug #7599 Updated: print_r($GLOBALS)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This patch will fix the specific $GLOBALS issue, but it won't cover all
other loops. I committed a fix that should prevent any sort of such a loop
from happening.
Thanks,
Zeev
At 00:48 03/11/2000, Ignacio Vazquez-Abrams wrote:
>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>>
>
>--
>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>
-- Zeev Suraski <zeev <email protected>> http://www.zend.com/-- 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: Zeev Suraski: "Re: [PHP-DEV] PHP 4.0.4 soon-to-be-out failure report"
- Previous message: André Langhorst: "Re: [PHP-DEV] PHP 4.0 Bug #7599 Updated: print_r($GLOBALS)"
- Next in thread: zeev <email protected>: "[PHP-DEV] PHP 4.0 Bug #7599 Updated: print_r($GLOBALS)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

