Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54677 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45298 invoked from network); 18 Aug 2011 11:12:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Aug 2011 11:12:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=dragoonis@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dragoonis@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: dragoonis@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vx0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:52140] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E0/82-29933-483FC4E4 for ; Thu, 18 Aug 2011 07:12:04 -0400 Received: by vxh24 with SMTP id 24so1762787vxh.29 for ; Thu, 18 Aug 2011 04:12:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=5Er5g8ycczd6+LHe3nj87jwP5fKzX7I6z2MHej34B00=; b=K5xv+SKTPAT7o5HkKPW3NtMkKEoxzlYNz/Bp9fw6oR+LcABYzVaypVn6SToGF+HNtD QOlhHSwu8+k9p+daR+yqhuc0dFVe31kOgmnddJH4UwAmR46S6cB7hC91UFsUP8MDwpYo igKFH5DpzbMMcK2WyQqsW655w2hXsO5r2RxLk= MIME-Version: 1.0 Received: by 10.52.110.225 with SMTP id id1mr549001vdb.367.1313665921273; Thu, 18 Aug 2011 04:12:01 -0700 (PDT) Received: by 10.52.162.199 with HTTP; Thu, 18 Aug 2011 04:12:01 -0700 (PDT) Date: Thu, 18 Aug 2011 12:12:01 +0100 Message-ID: To: PHP Internals List Content-Type: multipart/alternative; boundary=bcaec548a4b397502804aac5ae23 Subject: Activation of IGBinary serialization extension in 5.4 by default From: dragoonis@gmail.com (Paul Dragoonis) --bcaec548a4b397502804aac5ae23 Content-Type: text/plain; charset=ISO-8859-1 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. --bcaec548a4b397502804aac5ae23--