Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65997 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60196 invoked from network); 19 Feb 2013 22:39:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2013 22:39:27 -0000 X-Host-Fingerprint: 178.229.205.165 unknown Received: from [178.229.205.165] ([178.229.205.165:17252] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/3B-17768-E1FF3215 for ; Tue, 19 Feb 2013 17:39:26 -0500 To: internals@lists.php.net Date: Tue, 19 Feb 2013 23:39:19 +0100 Message-ID: References: <1905799A-CA04-478F-87FA-77F49F21D878@gmail.com> X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 178.229.205.165 Subject: Re: [PHP-DEV] Quick question about bug 64154 From: phpdev@ehrhardt.nl (Jan Ehrhardt) Kalle Sommer Nielsen in php.internals (Tue, 19 Feb 2013 22:27:42 +0100): >Den 19/02/2013 kl. 19.48 skrev Kris Craig : > >> 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? Yes, but the php.ini_development and php.ini_production still contain this line, even in PHP 5.5.0alpha4: ;extension=php_zip.dll So I can imagine a user is looking for php_zip.dll. Jan