Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48278 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7956 invoked from network); 13 May 2010 16:08:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 May 2010 16:08:15 -0000 Authentication-Results: pb1.pair.com header.from=arraypad@googlemail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=arraypad@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.161.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arraypad@googlemail.com X-Host-Fingerprint: 209.85.161.42 mail-fx0-f42.google.com Received: from [209.85.161.42] ([209.85.161.42:44493] helo=mail-fx0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/7A-51743-EE32CEB4 for ; Thu, 13 May 2010 12:08:15 -0400 Received: by fxm18 with SMTP id 18so1505848fxm.29 for ; Thu, 13 May 2010 09:08:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=sKaBWlUd3BMH/GhHcKhDidFtjHyy7/0zyV+RhJ2DNw4=; b=WsflqMYF+p+BWMvc03fEk2goePv6dPr+B+qOih9qyT/I4IoNoZLDiLvZtSo5e7AfF9 uA2c4kjomu442sfYVE1M3QrmSocSzHW+GDMJ2eN0AhK+Bq90US02CieBl+9BbKwHjb9y EyZIWmQfZWbL3grrEo67bhahrmckT7K1G94Ns= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=llpnxF9dTvFNjMHzeTPjgoqlUmLaQvlSxOTVDx+OSQDdJz/+PIAP+kPFcyFZO54Ziz Q/oGteZnYE6oBB+aXGvwHRYwg4o2EK7npaRt3K3mAes6vBIaewVFG4MJ7urR1jdw7zt7 Hpkab39vXWxQEHC/xw0konNM/2XNOCQKyEH+E= MIME-Version: 1.0 Received: by 10.239.188.135 with SMTP id p7mr13435hbh.90.1273766891661; Thu, 13 May 2010 09:08:11 -0700 (PDT) Received: by 10.239.165.7 with HTTP; Thu, 13 May 2010 09:08:11 -0700 (PDT) In-Reply-To: <1273766136.3214.3.camel@guybrush> References: <1273766136.3214.3.camel@guybrush> Date: Thu, 13 May 2010 17:08:11 +0100 Message-ID: To: =?ISO-8859-1?Q?Johannes_Schl=FCter?= Cc: Mathias Grimm , internals@lists.php.net Content-Type: multipart/alternative; boundary=001485f6cece1aa94404867bf7bf Subject: Re: [PHP-DEV] Re: $_SESSION numeric index bug From: arraypad@googlemail.com (Arpad Ray) --001485f6cece1aa94404867bf7bf Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2010/5/13 Johannes Schl=FCter > 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 where > this would be fixed. till then a session key has to be a string. > > Hi, I have a patch ready for the standard serialisation which would indeed fix this - I'll put together an RFC for it this week. Regards, Arpad --001485f6cece1aa94404867bf7bf--