Re: [PHP-DEV] php_apache.c virtual() enlightment needed From: Rasmus Lerdorf (rasmus <email protected>)
Date: 02/21/01

> At 00:18 21/2/2001, Rasmus Lerdorf wrote:
> > > Hrm, it *is* intentional. But we may need to do something smarter here.
> > > One thing that I don't understand - one can't really call virtual() on
> > > another PHP file, can she?
> >
> >Why not? virtual() just kicks off an Apache sub-request. That
> >sub-rerquest can be any valid Apache request.
>
> Well, AFAIK, at least, it didn't use to be like that. The reason was that
> PHP wasn't re-entrant within the same request. As far as I know, it isn't
> today either, but I could be wrong.

Ah right. I vaguely remember writing a check for this years ago.

-Rasmus

-- 
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>