Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54679 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49197 invoked from network); 18 Aug 2011 11:38:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Aug 2011 11:38:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=lumbendil@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=lumbendil@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.42 as permitted sender) X-PHP-List-Original-Sender: lumbendil@gmail.com X-Host-Fingerprint: 209.85.216.42 mail-qw0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:36079] helo=mail-qw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/23-29933-3C9FC4E4 for ; Thu, 18 Aug 2011 07:38:43 -0400 Received: by qwi4 with SMTP id 4so1327362qwi.29 for ; Thu, 18 Aug 2011 04:38:41 -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; bh=c1UeubjoefXXFZx6MOy5omoXA2D9WD6I+Acw88SK/rA=; b=S4TEJdG4qc93PhbrLI4D3GmW/ovuuqSMb5y/WjmTRQz1CsEyb0lyPxM6xYToZVQpPX aXWLskCAMf1lgv5iVC0Ae7qA0LGLsyYHu1w6Kq0Kc8gajz2BEx+5BoYScxEU2UKSiiWh 3nP7cgGSQz3l37qbzSdnAUxFlRimTsB5ASEuI= MIME-Version: 1.0 Received: by 10.224.178.135 with SMTP id bm7mr502474qab.239.1313667521269; Thu, 18 Aug 2011 04:38:41 -0700 (PDT) Received: by 10.229.32.137 with HTTP; Thu, 18 Aug 2011 04:38:41 -0700 (PDT) In-Reply-To: References: Date: Thu, 18 Aug 2011 13:38:41 +0200 Message-ID: To: Arpad Ray Cc: Paul Dragoonis , PHP Internals List Content-Type: multipart/alternative; boundary=20cf303b39bdf54f4d04aac60dbf Subject: Re: [PHP-DEV] Activation of IGBinary serialization extension in 5.4 by default From: lumbendil@gmail.com (Roger Llopart Pla) --20cf303b39bdf54f4d04aac60dbf Content-Type: text/plain; charset=ISO-8859-1 I agree with bundling it in the core aswell, but having it as default, as stated, would be a huge BC break. 2011/8/18 Arpad Ray > Hi, > > On Thu, Aug 18, 2011 at 12:12 PM, Paul Dragoonis > wrote: > > 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 > our > > 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 > have > > 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. > > Regards, > > Arpad > > > > > This seems like a no-brainer and a good investment in the speed increase > of > > PHP by default for the future users of the platform. > > > > [1] http://pecl.php.net/package/igbinary > > [2] http://www.php.net/~pierre/vcqa/apcigninary_perf.png > > > > Comments please. > > > > Regards, > > Paul Dragoonis. > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --20cf303b39bdf54f4d04aac60dbf--