Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3562 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64957 invoked from network); 22 Jul 2003 17:51:04 -0000 Received: from unknown (HELO mail.wp-sa.pl) (212.77.102.105) by pb1.pair.com with SMTP; 22 Jul 2003 17:51:04 -0000 Received: from wp-sa.pl (it.wp-sa.pl [212.77.105.136]) by mail.wp-sa.pl (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTPS id <0HIF001JJTL2ED@mail.wp-sa.pl> for internals@lists.php.net; Tue, 22 Jul 2003 19:51:02 +0200 (CEST) Date: Tue, 22 Jul 2003 19:48:11 +0200 To: internals@lists.php.net Message-ID: <3F1D78DB.20905@wp-sa.pl> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.4a) Gecko/20030404 Subject: Feature proposal From: wmeler@wp-sa.pl (Wojtek Meler) I have to fight with people that using error suppression operator - they just hide their bugs. I wrote simple patch that allows set disable_error_suppression=On in php.ini that causes engine to ignore '@' operators. http://strony.wp.pl/wp/wmeler/error_suppression.patch.txt Regards, Wojtek