Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48281 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30444 invoked from network); 13 May 2010 19:09:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 May 2010 19:09:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.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: tyra3l@gmail.com X-Host-Fingerprint: 209.85.161.42 mail-fx0-f42.google.com Received: from [209.85.161.42] ([209.85.161.42:53584] helo=mail-fx0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 82/51-21205-36E4CEB4 for ; Thu, 13 May 2010 15:09:24 -0400 Received: by fxm18 with SMTP id 18so1704731fxm.29 for ; Thu, 13 May 2010 12:09:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=5b3+bETftSdfmalJ9YxVfpPslpnWtgtN/ApEh499Xzo=; b=uBAFsG91ttjq60b+xIo1W0b//xRE+y25fPUzyFLKK9F5ugaMempkfnbkZyyXQvdQxu /zQ7RY1KQMIWrD98eNG612x9eOJ1TCY0D44w7eZkLn6bsF+F7bG0FVF+9DbOtfIkCNq5 R++IXTzYahP5g3xyWFysfCjCpgq/TiMItOmYs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=yEPv3sBOBmhr76VHgCx8VaVqxQtvv1oodxnKn2HJD9Td9Is00KoU9O2zD72klYllJ6 Nz7ZX+nQyqJYVGfAV6D5GU5RFoENDuLHQdPTWoe5AJ6RS4Ei9VxlWPL9pZdPzINcJOiV YlsJbyfWiZ1KRK66PJhJvOspOslOLVM4N3sNQ= MIME-Version: 1.0 Received: by 10.204.151.83 with SMTP id b19mr1518463bkw.54.1273777759661; Thu, 13 May 2010 12:09:19 -0700 (PDT) Sender: tyra3l@gmail.com Received: by 10.204.60.146 with HTTP; Thu, 13 May 2010 12:09:19 -0700 (PDT) In-Reply-To: References: <1273766136.3214.3.camel@guybrush> Date: Thu, 13 May 2010 21:09:19 +0200 X-Google-Sender-Auth: qaXjhwmm4SDKeMcRaBXripig-HQ Message-ID: To: Derick Rethans Cc: Arpad Ray , =?UTF-8?Q?Johannes_Schl=C3=BCter?= , Mathias Grimm , internals@lists.php.net Content-Type: multipart/alternative; boundary=0015175cad8ce331da04867e7e0c Subject: Re: [PHP-DEV] Re: $_SESSION numeric index bug From: info@tyrael.hu (Ferenc Kovacs) --0015175cad8ce331da04867e7e0c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Something like http://hu2.php.net/json_last_error should be implemented for serialize. Tyrael On Thu, May 13, 2010 at 7:30 PM, Derick Rethans wrote: > On Thu, 13 May 2010, Arpad Ray wrote: > > > 2010/5/13 Johannes Schl=C3=BCter > > > > > To your issue: That's related to the way the session module serialize= s > > > 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. > > > > I have a patch ready for the standard serialisation which would indeed > > fix this - I'll put together an RFC for it this week. > > right now, unserialize throws notices if there are problems decoding the > string; it would be good if we could get rid of that too. (As a > reference: http://trac.qcu.be/projects/qcubed/ticket/555 > > regards, > Derick > > -- > http://derickrethans.nl | http://xdebug.org > Like Xdebug? Consider a donation: http://xdebug.org/donate.php > twitter: @derickr and @xdebug > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --0015175cad8ce331da04867e7e0c--