Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52974 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90278 invoked from network); 5 Jun 2011 21:17:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2011 21:17:29 -0000 Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 209.85.212.173 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 209.85.212.173 mail-px0-f173.google.com Received: from [209.85.212.173] ([209.85.212.173:38458] helo=mail-px0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/92-26000-962FBED4 for ; Sun, 05 Jun 2011 17:17:29 -0400 Received: by pxi16 with SMTP id 16so2095684pxi.18 for ; Sun, 05 Jun 2011 14:17:25 -0700 (PDT) Received: by 10.68.47.196 with SMTP id f4mr1688718pbn.363.1307308645838; Sun, 05 Jun 2011 14:17:25 -0700 (PDT) Received: from c-24-19-164-241.hsd1.wa.comcast.net (c-24-19-164-241.hsd1.wa.comcast.net [24.19.164.241]) by mx.google.com with ESMTPS id b8sm3167301pbj.46.2011.06.05.14.17.24 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 05 Jun 2011 14:17:25 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii In-Reply-To: <8757232E56758B42B2EE4F9D2CA019C901499F97@US-EX2.zend.net> Date: Sun, 5 Jun 2011 14:17:23 -0700 Cc: "internals@lists.php.net" Content-Transfer-Encoding: quoted-printable Message-ID: References: <8757232E56758B42B2EE4F9D2CA019C901499F97@US-EX2.zend.net> To: Andi Gutmans X-Mailer: Apple Mail (2.1084) Subject: Re: [PHP-DEV] Bundling "modern" extensions From: philip@roshambo.org (Philip Olson) Hello everyone, The following categorizes bundled/enabled/core, and lists extensions as = they stand today (compiled via snaps). I don't exactly know what this = means, but writing this feels appropriate:=20 - Bundled : An extension that is bundled * ./configure --enable-ext (or --with-ext) is available but required * Not sure how best to compile this list, separated by = --enable/--with - Bundled-enabled : Same as bundled, but enabled by default * ./configure alone includes it * 5.3: = Core,ctype,date,dom,ereg,fileinfo,filter,hash,iconv,json,libxml, = pcre,PDO,pdo_sqlite,Phar,posix,Reflection,session,SimpleXML,SPL, SQLite,sqlite3,standard,tokenizer,xml,xmlreader,xmlwriter * 5.4: Same as 5.3 except 'SQLite' was removed * External requirements: libxml2, Others? - Bundled-core : An extension that cannot be disabled * ./configure --disable-all does not exclude it * 5.3: Core,date,ereg,pcre,reflection,SPL,standard * 5.4: Same as 5.3 * External requirements: Others? Of course this does not apply to Linux distributions, but we don't = [directly] control that.=20 Regards, Philip