Re: About restricting the recursive implicit calls

From: Date: Mon, 25 Feb 2013 18:10:57 +0000
Subject: Re: About restricting the recursive implicit calls
References: 1 2 3  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
Hi!

> Yes, but you can do an approximation. And in 99.999% of the cases 100
> will be enough. I can hardly imagine a case where you need to do over
> 100 implicit function calls. They should fit in every normal stack size of
> servers today.

Depth-first search in a modest-size data structure would easily go over
100. But if you need it, xdebug already has this option.

-- 
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227


Thread (18 messages)

« previous php.internals (#66207) next »