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
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:
>
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
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
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