Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65985 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24652 invoked from network); 19 Feb 2013 18:48:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2013 18:48:08 -0000 Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.172 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.212.172 mail-wi0-f172.google.com Received: from [209.85.212.172] ([209.85.212.172:50186] helo=mail-wi0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 16/E4-17768-8E8C3215 for ; Tue, 19 Feb 2013 13:48:08 -0500 Received: by mail-wi0-f172.google.com with SMTP id ez12so5218319wid.11 for ; Tue, 19 Feb 2013 10:48:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=dKVWxwJwT8CQjqV/WW175/BANj6mGgZ1wM2Jk1DcRTI=; b=YE0GKgF8qF0g+tOGpX+uX2ediHb8ieW9boe8mEooqH5pnZAibZbTxyQopMYuUuXOAG 4A0Hy5xlY+BJtgwfVSLUvxHJUgXpl4e95br2ERIdPhj/hGZd4OKBcJvtbQiE9jCzWJDo QF9wqZm5dHLZH5ZNT8LiEYeZzlSXdDolXCDHTuQ96b4iPEfmfY3i+0631b46oIMLthA0 b548RgO/defN/hqZoc+S9klySIiB4Ex2533c2OfFDF4x8wJq6PzJujjiTjCCwwQc9GT6 Acvfo2r3bw/bkzw4mjFqxzVGLdpYhekTQZMvCJHPGpT0KJWoWe45666SE3N64VHXVyUf DICQ== MIME-Version: 1.0 X-Received: by 10.180.8.197 with SMTP id t5mr29306400wia.27.1361299685565; Tue, 19 Feb 2013 10:48:05 -0800 (PST) Received: by 10.194.177.138 with HTTP; Tue, 19 Feb 2013 10:48:05 -0800 (PST) Date: Tue, 19 Feb 2013 10:48:05 -0800 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=f46d0442824030e62c04d61848e6 Subject: Quick question about bug 64154 From: kris.craig@gmail.com (Kris Craig) --f46d0442824030e62c04d61848e6 Content-Type: text/plain; charset=ISO-8859-1 Hey guys, Somebody filed a bug report (https://bugs.php.net/bug.php?id=64154) about non-bundled extensions like php_zip being included in php.ini. Is there a reason why we're keeping those in there, or is it just that nobody ever got around to removing them? Thanks! --Kris --f46d0442824030e62c04d61848e6--