Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30395 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6108 invoked by uid 1010); 1 Jul 2007 22:01:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6092 invoked from network); 1 Jul 2007 22:01:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jul 2007 22:01:06 -0000 Received: from [127.0.0.1] ([127.0.0.1:5999]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 94/AD-32240-F1428864 for ; Sun, 01 Jul 2007 18:01:03 -0400 Authentication-Results: pb1.pair.com smtp.mail=scottmac@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=scottmac@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 72.36.186.210 as permitted sender) X-PHP-List-Original-Sender: scottmac@php.net X-Host-Fingerprint: 72.36.186.210 midden.org.uk Received: from [72.36.186.210] ([72.36.186.210:55980] helo=lovelace.midden.org.uk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FE/9D-32240-A3328864 for ; Sun, 01 Jul 2007 17:57:16 -0400 Received: from macvicar.demon.co.uk ([80.177.111.173] helo=[192.168.1.102]) by lovelace.midden.org.uk with esmtp (Exim 4.63) (envelope-from ) id 1I57Pr-0003rg-QI for internals@lists.php.net; Sun, 01 Jul 2007 22:57:12 +0100 Message-ID: <46882329.9000605@php.net> Date: Sun, 01 Jul 2007 22:56:57 +0100 User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: PHP Internals Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Too many extensions bundled with the Windows Installer? From: scottmac@php.net (Scott MacVicar) The Windows Installer seems to allow someone to enable just about every extension that can be built, roughly about 118. It seems that most people assume that they need every feature of PHP to work, especially thsoe in Windows. Out of those 118 extensions there are 3 which cause crashes and blank pages. SAM extension has some interesting code its its RINIT function to require a PHP file, if its not there it exits and you get a blank page with display errors off. The thread pecl extension and iisfunc don't work when and cause crashes on module shutdown. I propose that we disable all experimental extensions in the installer to prevent this, some of these extensions don't even have a release listed on http://pecl.php.net Scott