Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65995 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54485 invoked from network); 19 Feb 2013 21:27:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2013 21:27:52 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.54 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.215.54 mail-la0-f54.google.com Received: from [209.85.215.54] ([209.85.215.54:59725] helo=mail-la0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 67/6A-17768-65EE3215 for ; Tue, 19 Feb 2013 16:27:52 -0500 Received: by mail-la0-f54.google.com with SMTP id gw10so7093493lab.13 for ; Tue, 19 Feb 2013 13:27:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:x-mailer:from:subject:date :to; bh=yFw3P+BB3+a4Jm7aPMbpJqqlOsTeF1wL1CPLdZxMjVY=; b=Du1oHsRiZdT0YiaEwHwQeBAJpXVSAd6NlyXT/p4blz2+cRel5yarTJ+cbY+CDYhmuv yFpuz/GNqN8ewH7Umgc65vwxTJt2cuPVz6rk7+nR8R2yXHJlo7quXagXDLBuBIbSocOp bmxKRt6oKjMXmfSXkp/SzmcC/xKr85u8cl9mIopt6gjYHUq+ueA+821KvBVVlNb2/PLM uNQawnLaaHsKgZOALAf94GgRrKIxR7+onuuDJ/E78p55RSV6+Cjlm08ySItg4CjA5Y4H P3zOmeOqo6PcPi5+Q9RyGfhd0i9vGS50mMI5aF9uK1hCC8KZj1C5Ju6eN88b7572NPQA jicQ== X-Received: by 10.152.133.130 with SMTP id pc2mr15358609lab.51.1361309267867; Tue, 19 Feb 2013 13:27:47 -0800 (PST) Received: from [192.168.1.13] (2-106-203-140-dynamic.dk.customer.tdc.net. [2.106.203.140]) by mx.google.com with ESMTPS id t17sm17554116lam.9.2013.02.19.13.27.45 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 19 Feb 2013 13:27:46 -0800 (PST) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <1905799A-CA04-478F-87FA-77F49F21D878@gmail.com> Cc: PHP internals list X-Mailer: iPhone Mail (10B144) Date: Tue, 19 Feb 2013 22:27:42 +0100 To: Kris Craig Subject: Re: [PHP-DEV] Quick question about bug 64154 From: kalle.php@gmail.com (Kalle Sommer Nielsen) Den 19/02/2013 kl. 19.48 skrev Kris Craig : > 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? Don't we build zip as a static extension on Windows? > > > Thanks! > > --Kris