Re: [PHP-DEV] Session extension cannot be used in a loop/CLI since 7.2

2017-10-15 Thread Stanislav Malyshev
Hi! > I'm having a hard time fixing Symfony's tests suite to 7.2 because of the > added warnings+ini_set-rejections in the Session module. > > Testing the session on the CLI is not possible anymore without starting one > PHP process per test case. Why not, you may say. That doesn't sound good, d

Re: [PHP-DEV] Session extension cannot be used in a loop/CLI since 7.2

2017-10-12 Thread Björn Larsson
Den 2017-10-09 kl. 13:20, skrev Nicolas Grekas: Hello, I'm having a hard time fixing Symfony's tests suite to 7.2 because of the added warnings+ini_set-rejections in the Session module. Testing the session on the CLI is not possible anymore without starting one PHP process per test case. Why no

Re: [PHP-DEV] Session extension cannot be used in a loop/CLI since 7.2

2017-10-09 Thread Niklas Keller
> > I'm having a hard time fixing Symfony's tests suite to 7.2 because of the > added warnings+ini_set-rejections in the Session module. > > Testing the session on the CLI is not possible anymore without starting one > PHP process per test case. Why not, you may say. > > BUT, this also means that t

Re: [PHP-DEV] Session extension cannot be used in a loop/CLI since 7.2

2017-10-09 Thread Dan Ackroyd
Hey Nicolas, Please could you open a bug with a reproduce case of what worked before, and what doesn't work now, so that it is clear what the change was. I wasn't aware that there was a change that would make the session handler that much harder to use outside of the single requests/response envi