Re: [PHP-DEV] Alternative approach to short tags deprecation

2019-04-26 Thread Nikita Popov
On Fri, Apr 26, 2019 at 3:51 PM Pedro Magalhães wrote: > On Thu, Apr 25, 2019 at 8:15 AM Nikita Popov wrote: > >> Any website using short_open_tags without explicitly >> enabling it (relying on the default) will leak source code unless proper >> precautions are taken before switching to PHP 7.4.

Re: [PHP-DEV] Alternative approach to short tags deprecation

2019-04-26 Thread Pedro Magalhães
On Thu, Apr 25, 2019 at 8:15 AM Nikita Popov wrote: > Any website using short_open_tags without explicitly > enabling it (relying on the default) will leak source code unless proper > precautions are taken before switching to PHP 7.4. > > In PHP 7.4: > * The default value of short_open_tag remai

Re: [PHP-DEV] Alternative approach to short tags deprecation

2019-04-25 Thread Chase Peeler
A lot of this will echo what other people have said. As someone that has been very vocal on the other thread (both before and after the vote) I felt I should comment as well. I definitely appreciate Nikita for taking the time to propose a compromise/alternate solution. On Thu, Apr 25, 2019 at 3:15

Re: [PHP-DEV] Alternative approach to short tags deprecation

2019-04-25 Thread Peter Kokot
Hello, On Thu, 25 Apr 2019 at 09:15, Nikita Popov wrote: > > Hi internals, > > As already discussed in the corresponding voting thread, the deprecation of > short tags as proposed has a high risk of causing inadvertent source code > leakage. The RFC proposes to change the default of short_open_ta

Re: [PHP-DEV] Alternative approach to short tags deprecation

2019-04-25 Thread G. P. B.
On Thu, 25 Apr 2019 at 09:15, Nikita Popov wrote: > Hi internals, > > As already discussed in the corresponding voting thread, the deprecation of > short tags as proposed has a high risk of causing inadvertent source code > leakage. The RFC proposes to change the default of short_open_tag from On

Re: [PHP-DEV] Alternative approach to short tags deprecation

2019-04-25 Thread Bishop Bettini
On Thu, Apr 25, 2019 at 3:16 AM Nikita Popov wrote: > Hi internals, > > As already discussed in the corresponding voting thread, the deprecation of > short tags as proposed has a high risk of causing inadvertent source code > leakage. The RFC proposes to change the default of short_open_tag from

[PHP-DEV] Alternative approach to short tags deprecation

2019-04-25 Thread Nikita Popov
Hi internals, As already discussed in the corresponding voting thread, the deprecation of short tags as proposed has a high risk of causing inadvertent source code leakage. The RFC proposes to change the default of short_open_tag from On to Off in PHP 7.4. Any website using short_open_tags without