Re: [PHP-DEV] [RFC][DISCUSSION] script() and script_once()

2015-02-05 Thread Martin Keckeis
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 $foo ==

Re: [PHP-DEV] [RFC][DISCUSSION] script() and script_once()

2015-02-05 Thread Michael Wallner
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}, but

[PHP-DEV] [RFC][DISCUSSION] script() and script_once()

2015-02-04 Thread Yasuo Ohgaki
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 options https://wiki.php.net/rfc/nophptags Compare to older proposal, it

Re: [PHP-DEV] [RFC][DISCUSSION] script() and script_once()

2015-02-04 Thread Pierre Joye
hi, On Thu, Feb 5, 2015 at 8:53 AM, Yasuo Ohgaki yohg...@ohgaki.net 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