Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17612 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32270 invoked by uid 1010); 8 Aug 2005 14:19:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32255 invoked from network); 8 Aug 2005 14:19:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2005 14:19:24 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:43333] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id B3/0F-04646-BE967F24 for ; Mon, 08 Aug 2005 10:19:23 -0400 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id 82AE6D1087; Mon, 8 Aug 2005 17:19:16 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j78EJIFL030839; Mon, 8 Aug 2005 17:19:18 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j78EJHDQ030836; Mon, 8 Aug 2005 17:19:18 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Mon, 8 Aug 2005 17:19:17 +0300 (EEST) Reply-To: Jani Taskinen To: Derick Rethans cc: Sebastian Bergmann , internals@lists.php.net In-Reply-To: Message-ID: References: <42F7587B.6050901@schlitt.info> <200508081450.46458.johannes@php.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] type hinting throwing a fatal error From: sniper@iki.fi (Jani Taskinen) On Mon, 8 Aug 2005, Derick Rethans wrote: > On Mon, 8 Aug 2005, Sebastian Bergmann wrote: > >> Derick Rethans schrieb: >>> Throwing two different kinds of Exceptions is evil. >> >> Just as evil as allowing SPL to be disabled. > > Not really. SPL is only for people that actually want to use Java. Enabling it by default is same as enabling unnecessary bloat by default. So no thanks for making it not possible to disable.. --Jani