Re: [RFC] Namespace and Parse tags on Include and Require

From: Date: Tue, 06 Mar 2012 16:40:05 +0000
Subject: Re: [RFC] Namespace and Parse tags on Include and Require
References: 1  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
>
>
> The first is boolean - whether to look for php tags of any sort in the
> file.  The default needs to be to expect them, this is the backwards
> compatible behavior, and I'm thinking this should be 0.  1 means "no
> tags in file".  This means the file to be included can be written
> without any php tags at all.  This might allow the parser to speed up,
> but that would be a side benefice to two goals.
>

I don't like this, I mean one can end up printing out his sourcecode if
- those files are publically available through the document root
or
- if he somewhere used a wrong argument, and includes a tagless file with
the (default) with-tags option.
on the other hand, a html file page with php code examples (but without php
tags) could be turned into executing those examples if the tagless option
is used.


I would support the namespace option though.

-- 
Ferenc Kovács
@Tyr43l - http://tyrael.hu


Thread (9 messages)

« previous php.internals (#58675) next »