On 05/02/15 02:53, Yasuo Ohgaki wrote:
> Hi all,
>
> I would like to discuss my "must have it in PHP 7" item.
>
> PHP RFC: script() and script_once()
> https://wiki.php.net/rfc/script_and_script_once
>
Forget about the INI setting.
I think the perfect fit for that feature would be import{,_once
>
> I do not see any appealing reason to add yet another set of include
> function/ops, even less for ini settings.
>
> My reasoning is simple. Nothing we can do will prevent one or the
> other to shoot himself in each knees, many times.
>
> While trying to protect them to do include $foo where $fo
hi,
On Thu, Feb 5, 2015 at 8:53 AM, Yasuo Ohgaki wrote:
> Hi all,
>
> I would like to discuss my "must have it in PHP 7" item.
>
> PHP RFC: script() and script_once()
> https://wiki.php.net/rfc/script_and_script_once
>
> I have proposed similar RFC before.
> Optional PHP tags by php.ini and CLI o