Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48279 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17416 invoked from network); 13 May 2010 17:30:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 May 2010 17:30:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:43222] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/EB-51743-4473CEB4 for ; Thu, 13 May 2010 13:30:45 -0400 Received: from localhost (xdebug.org [127.0.0.1]) by xdebug.org (Postfix) with ESMTPS id C30C7E2030; Thu, 13 May 2010 17:30:41 +0000 (UTC) Date: Thu, 13 May 2010 18:30:41 +0100 (BST) X-X-Sender: derick@kossu.derickrethans.nl To: Arpad Ray cc: =?UTF-8?Q?Johannes_Schl=C3=BCter?= , Mathias Grimm , internals@lists.php.net In-Reply-To: Message-ID: References: <1273766136.3214.3.camel@guybrush> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-1998275343-1273771841=:4475" Subject: Re: [PHP-DEV] Re: $_SESSION numeric index bug From: derick@php.net (Derick Rethans) --8323329-1998275343-1273771841=:4475 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Thu, 13 May 2010, Arpad Ray wrote: > 2010/5/13 Johannes Schl=C3=BCter >=20 > > To your issue: That's related to the way the session module serializes > > data, which is non-standard serialize due to register_globals. Most > > likely php.next, where r_g is gone will use standard serialization wher= e > > this would be fixed. till then a session key has to be a string. >=20 > I have a patch ready for the standard serialisation which would indeed=20 > fix this - I'll put together an RFC for it this week. right now, unserialize throws notices if there are problems decoding the=20 string; it would be good if we could get rid of that too. (As a=20 reference: http://trac.qcu.be/projects/qcubed/ticket/555 regards, Derick --=20 http://derickrethans.nl | http://xdebug.org Like Xdebug? Consider a donation: http://xdebug.org/donate.php twitter: @derickr and @xdebug --8323329-1998275343-1273771841=:4475--