Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34317 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26932 invoked by uid 1010); 1 Jan 2008 19:24:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 26917 invoked from network); 1 Jan 2008 19:24:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jan 2008 19:24:38 -0000 X-Host-Fingerprint: 24.202.48.157 modemcable157.48-202-24.mc.videotron.ca Received: from [24.202.48.157] ([24.202.48.157:15541] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CF/F8-51974-4739A774 for ; Tue, 01 Jan 2008 14:24:37 -0500 Message-ID: To: internals@lists.php.net Date: Tue, 01 Jan 2008 14:24:39 -0500 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 References: <99cd336d0712280356v680cc82fh3b1396c9c608bb96@mail.gmail.com> <99cd336d0712281728g6659d7e6pa3ed92db5574e63b@mail.gmail.com> <1944505528.20071230185830@marcus-boerger.de> <1668621659.20071231224547@marcus-boerger.de> <1199206970.27543.30.camel@johannes.nop> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 24.202.48.157 Subject: Re: [PHP-DEV] spl_autoload vs __autoload From: mgagne@generationphp.net (=?ISO-8859-1?Q?Mathieu_Gagn=E9?=) Pierre wrote: >> On a related note: Imo for users the real problems are different >> extensions, which we won't enable by default (due to their dependency on >> external stuff) and which might be available on some host or different >> php.ini settings. For instance I was once annoyed by zlib not being >> available on a shared host or png not available for gd. > > ISP not providing PNG? go to another :) But I thought we can't build > ext/gd without png, I have to check that again. cPanel does not enable GD by default. -- Mathieu