[PHP-DEV] Re: Fixing insane session_start() behaviors

2016-10-16 Thread Yasuo Ohgaki
Hi Davey, On Sun, Oct 16, 2016 at 6:08 PM, Yasuo Ohgaki wrote: > > I was planning to fix session_start() behaviors by PHP 7.1, but I > forgot to do this completely. Partial fix is merged currently. > > Following PR makes session_start() return FALSE when it cannot start >

RE: [PHP-DEV] Regression between RC1 and RC2?

2016-10-16 Thread Derick Rethans
On Sat, 8 Oct 2016, Anatol Belski wrote: > From: m...@daveyshafik.com [mailto:m...@daveyshafik.com] On Behalf Of Davey > Shafik > > > > On Fri, Oct 7, 2016 at 12:52 PM, Nikita Popov wrote: > > > > > On Fri, Oct 7, 2016 at 9:31 PM, Derick Rethans wrote: >

Re: [PHP-DEV] wordwrap with negative width

2016-10-16 Thread Yasuo Ohgaki
Hi all, On Sun, Oct 16, 2016 at 5:01 PM, Lauri Kenttä wrote: > Zero width doesn't make sense either, so are you going to remove that as > well? 0 could be included. IMHO. Frankly, I think it should because string could be converted to 0. Regards, -- Yasuo Ohgaki

[PHP-DEV] Fixing insane session_start() behaviors

2016-10-16 Thread Yasuo Ohgaki
Hi Davey and all, I was planning to fix session_start() behaviors by PHP 7.1, but I forgot to do this completely. Partial fix is merged currently. Following PR makes session_start() return FALSE when it cannot start session always. https://github.com/php/php-src/pull/2167 In short, this patch

Re: [PHP-DEV] wordwrap with negative width

2016-10-16 Thread Lauri Kenttä
On 2016-10-16 03:28, Stanislav Malyshev wrote: Hi! Keeping the current behavior doesn't really cost anything. Why change it? I think I answered this question several times, including in the email you are quoting! If you disagree, please state the matter of your disagreement, repeating the