Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54680 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50971 invoked from network); 18 Aug 2011 11:48:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Aug 2011 11:48:26 -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 Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:38799] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/00-50449-90CFC4E4 for ; Thu, 18 Aug 2011 07:48:26 -0400 Received: by gxk27 with SMTP id 27so1604435gxk.29 for ; Thu, 18 Aug 2011 04:48:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=kEGfp/HgzuHdRlmNVyxRyyo0ajqt6rKKg1IV1cTxZ/s=; b=ITFeb/qEQwY57bkuUY0G+kbQN0JfBqwLjKxnfbmESIyzt2AgdS82UcFl1Qyan9/gel OeOue3U0MACOHsW2eXI/W0UHDenA4fTUJBDdG0WZFBQNAmXiRT22rBSSVCfOgMLA8cdm x+JuidxHKZO00c6G24zFksbua2lPcJVjVYUkM= MIME-Version: 1.0 Received: by 10.236.200.195 with SMTP id z43mr3305710yhn.127.1313668102190; Thu, 18 Aug 2011 04:48:22 -0700 (PDT) Received: by 10.146.168.9 with HTTP; Thu, 18 Aug 2011 04:48:22 -0700 (PDT) In-Reply-To: References: Date: Thu, 18 Aug 2011 13:48:22 +0200 Message-ID: To: Arpad Ray Cc: Paul Dragoonis , PHP Internals List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Activation of IGBinary serialization extension in 5.4 by default From: tyra3l@gmail.com (Ferenc Kovacs) On Thu, Aug 18, 2011 at 1:30 PM, Arpad Ray wrote: > Hi, > > On Thu, Aug 18, 2011 at 12:12 PM, Paul Dragoonis wr= ote: >> Hey guys, >> >> After a brief discussion with Pierre I'm taking this discussion to here. >> We have the igbinary pecl extension available [1], however not many of o= ur >> userbase are familiar that it even exists. >> Here [2] is the performance boost we get from using igbinary with >> serialize() and unserialize(). >> >> Here we get a great perf boost, and what's more excellent as we don't ha= ve >> to break BC to get there! > > It would break BC for anyone with serialized strings stored in the > current format. > > Maybe bundle it in core and provide an ini setting like > session.serialize_handler, but I don't think making it the default in > 5.4 is an option. agree with the BC part, just wanted to mention that that igbinary can already be set as a session handler via session.serialize_handler if the extension present. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu