Re: [PHP-DEV] your patch to session.c broke it (testcase

2002-03-04 Thread Yasuo Ohgaki
Zeev, Thies is complaining about the same issue that I've mailed to you personally. Have you read my emails? I've send 2 emails about the patch, one with short script that you can play with. I'll send them again to you, if you didn't get them. -- Yasuo Ohgaki Zeev Suraski wrote: > At 13:18 0

Re: [PHP-DEV] your patch to session.c broke it (testcase included)

2002-03-04 Thread derick
Hey Thies, can you file a bug report for this so that we can use it during the release process (make it Critical right away :). Derick On Tue, 5 Mar 2002, Thies C. Arntzen wrote: > On Mon, Mar 04, 2002 at 10:42:42PM +0200, Zeev Suraski wrote: > > At 13:18 04/03/2002, Thies C. Arntzen wrote: >

Re: [PHP-DEV] your patch to session.c broke it (testcase included)

2002-03-04 Thread Thies C. Arntzen
On Mon, Mar 04, 2002 at 10:42:42PM +0200, Zeev Suraski wrote: > At 13:18 04/03/2002, Thies C. Arntzen wrote: > >zeev, > >your patch > > > >http://cvs.php.net/diff.php/php4/ext/session/session.c?r1=1.277&r2=1.278&ty=u > > > >broke the session module: > > > >testcase (run multiple ti

Re: [PHP-DEV] your patch to session.c broke it (testcase included)

2002-03-04 Thread Zeev Suraski
At 13:18 04/03/2002, Thies C. Arntzen wrote: > zeev, > your patch > >http://cvs.php.net/diff.php/php4/ext/session/session.c?r1=1.277&r2=1.278&ty=u > > broke the session module: > > testcase (run multiple times using php-cgi from the command-line) > >session_id("thies"); >session_s

[PHP-DEV] your patch to session.c broke it (testcase included)

2002-03-04 Thread Thies C. Arntzen
zeev, your patch http://cvs.php.net/diff.php/php4/ext/session/session.c?r1=1.277&r2=1.278&ty=u broke the session module: testcase (run multiple times using php-cgi from the command-line) after your patch the changed value of $hallo is no longer remembered. hmm, a