Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54731 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76281 invoked from network); 19 Aug 2011 13:01:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2011 13:01:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=jared.williams1@ntlworld.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jared.williams1@ntlworld.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ntlworld.com designates 81.103.221.49 as permitted sender) X-PHP-List-Original-Sender: jared.williams1@ntlworld.com X-Host-Fingerprint: 81.103.221.49 mtaout03-winn.ispmail.ntl.com Solaris 10 (beta) Received: from [81.103.221.49] ([81.103.221.49:40788] helo=mtaout03-winn.ispmail.ntl.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/1D-11562-CBE5E4E4 for ; Fri, 19 Aug 2011 09:01:48 -0400 Received: from aamtaout04-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20110819130145.ZRZI17535.mtaout03-winn.ispmail.ntl.com@aamtaout04-winn.ispmail.ntl.com>; Fri, 19 Aug 2011 14:01:45 +0100 Received: from p2 ([82.0.126.219]) by aamtaout04-winn.ispmail.ntl.com (InterMail vG.3.00.04.00 201-2196-133-20080908) with ESMTP id <20110819130145.IZYP25656.aamtaout04-winn.ispmail.ntl.com@p2>; Fri, 19 Aug 2011 14:01:45 +0100 To: "'Paul Dragoonis'" , "'PHP Internals List'" Date: Fri, 19 Aug 2011 14:01:45 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 thread-index: Acxdl8TLwJ9I3FqDR8SEymNA9LdnUgA18BEg Message-ID: <20110819130145.IZYP25656.aamtaout04-winn.ispmail.ntl.com@p2> X-Cloudmark-Analysis: v=1.1 cv=R50lirqlHffDPPkwUlkuVa99MrvKdVWo//yz83qex8g= c=1 sm=0 a=1CHgxvhlP0MA:10 a=uObrxnre4hsA:10 a=oHf_AeXmDeQA:10 a=kj9zAlcOel0A:10 a=pGLkceISAAAA:8 a=67BIL_jfAAAA:8 a=Q-sXlKmXAAAA:8 a=vtyRKfs08rDBi8MJ-kMA:9 a=Eg50TRiPO0s_FyVnSg0A:7 a=CjuIK1q_8ugA:10 a=MSl-tDqOz04A:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Subject: RE: [PHP-DEV] Activation of IGBinary serialization extension in 5.4 by default From: jared.williams1@ntlworld.com ("Jared Williams") References: > -----Original Message----- > From: Paul Dragoonis [mailto:dragoonis@gmail.com] > Sent: 18 August 2011 12:12 > To: PHP Internals List > Subject: [PHP-DEV] Activation of IGBinary serialization > extension in 5.4 by default > > 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! > > 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. > I think MsgPack ( http://msgpack.org/ ) is a better option, as it is implementated in multiple languages. Jared