Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45154 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25272 invoked from network); 30 Jul 2009 18:37:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2009 18:37:13 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.153 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 72.14.220.153 fg-out-1718.google.com Received: from [72.14.220.153] ([72.14.220.153:42245] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 95/27-25953-858E17A4 for ; Thu, 30 Jul 2009 14:37:12 -0400 Received: by fg-out-1718.google.com with SMTP id 13so1173740fge.0 for ; Thu, 30 Jul 2009 11:37:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=1CfdU93khWRGdw7hXbJ6jKpsKkAgf0i/aA7vbq9rSXk=; b=nBkmx4802zoSmf++qLfAhnQyZTj/lDpLZByWCG8sXlNgnlbO8DPkIS5eZ9OZKX0TA1 xoeieZNLrh0nYF3swKq0DWuOYyEil32Q9cOCnBh7c2Y1d+LWD23GVe8dJdOpwum5lPwu Lrv/qOvYgJJ6pAFibC4+tvi7kRfn3G41JiFsI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Z/AEsL2cF9stacfht2pPVHOObcJ0xAxgAwOTD6TTUnrbJyf3iuBS/OTfAQNdyxSbiv /3IVYAhwiRMLvQmsqwm0GWEtfk7H7X6nRhU+kuiKqoqfdLBIwoEIfxE/AIq+Ut0A7ipn MJXPkUmwO6igoZcafknnuF+Xyn17uE0X9y+44= MIME-Version: 1.0 Received: by 10.86.30.17 with SMTP id d17mr510281fgd.30.1248979029429; Thu, 30 Jul 2009 11:37:09 -0700 (PDT) In-Reply-To: <20090730182837.GA1605@joeysmith.com> References: <7f3ed2c30907300148k246bb727qe60b888ddfe5523f@mail.gmail.com> <20090730182837.GA1605@joeysmith.com> Date: Thu, 30 Jul 2009 20:37:09 +0200 Message-ID: <7f3ed2c30907301137u50952971i5edfd12e2187a198@mail.gmail.com> To: Joey Smith Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: RFC: Replacing errors with Exceptions From: hannes.magnusson@gmail.com (Hannes Magnusson) On Thu, Jul 30, 2009 at 20:28, Joey Smith wrote: > However, now that it's come up, I'm wondering what the costs/risks are > of setting libxml_use_internal_errors() on by default? I don't think thats a good idea. People are used to getting a warning when stuff fails, and suppressing them all of the sudden is not cool and people will waste a good chunk of time figuring out what is wrong with the script they are developing and eventually find out libxml_use_internal_errors() is enabled by default and they'll start flaming the list about how much we all suck. -Hannes