Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54683 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59148 invoked from network); 18 Aug 2011 12:22:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Aug 2011 12:22:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@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: pierre.php@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:65295] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9B/A1-50449-F040D4E4 for ; Thu, 18 Aug 2011 08:22:40 -0400 Received: by gxk27 with SMTP id 27so1627264gxk.29 for ; Thu, 18 Aug 2011 05:22:37 -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=fEUaPeDSX5U1223E1o1AKKaw3kqsCmqzyhMwGVpCaXs=; b=DHb65QRay5f0TrfdNOIxs730rp7XPXMkdKlwEABlAm3fJwHDLJi1rd8SQAtpb4iIhq 6ynZSzTB22gpHNAi4J5H3ZyJo4SjNp2LXxkXLpnvYaDLUoHqj3fMWSE/kpncZ34pir3T yh9TX8hhdAFeow8jZWoAQ0p3cD/pvP8xX5QEU= MIME-Version: 1.0 Received: by 10.147.127.29 with SMTP id e29mr687269yan.15.1313670155868; Thu, 18 Aug 2011 05:22:35 -0700 (PDT) Received: by 10.147.41.9 with HTTP; Thu, 18 Aug 2011 05:22:35 -0700 (PDT) In-Reply-To: References: Date: Thu, 18 Aug 2011 14:22:35 +0200 Message-ID: To: Paul Dragoonis Cc: PHP Internals List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Activation of IGBinary serialization extension in 5.4 by default From: pierre.php@gmail.com (Pierre Joye) hi! On Thu, Aug 18, 2011 at 1:12 PM, Paul Dragoonis wrote: > After a brief discussion with Pierre I'm taking this discussion to here. For the record here, I'm not in favor of bundling igbinary (or other custom serializer). My main concerns are: . the PHP serializer can be overridden at runtime (as in after the build) . there will always have some new faster, better, sexier serializer, depending on the app/usages . we can't enable it by default (as other stated too here) for BC reason (and interop) . not enabling it by default defeats the purpose of bundling it . easier to support it while being only in pecl ('do you use the core version or latest pecl?") Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org