Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35576 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3932 invoked by uid 1010); 19 Feb 2008 04:05:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3917 invoked from network); 19 Feb 2008 04:05:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2008 04:05:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=judas.iscariote@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=judas.iscariote@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.166.181 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: judas.iscariote@gmail.com X-Host-Fingerprint: 64.233.166.181 py-out-1112.google.com Received: from [64.233.166.181] ([64.233.166.181:6289] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/E2-23568-3A55AB74 for ; Mon, 18 Feb 2008 23:05:56 -0500 Received: by py-out-1112.google.com with SMTP id u77so1885019pyb.16 for ; Mon, 18 Feb 2008 20:05:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=iNaiEXC1ExOyDDunScb2YI5RgvJAdja2aME2mwGyDkE=; b=eRlGKymyIT1q1SpG64Yd2KYuItzebPP/dr4ol+ilZpdKN85gE3KHWAhoTLr+1jYIGEb+FuJ2kBE8DlSFlE3xe2G/XF2PkxKQHpl9QdGASsE0pUtAhEsogM93XlNYVK4SA3a6d22d5ncZDVqueEL7cx8B/06UDvGXMHvTnjV+8XA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=e55QXNkdLoAbqayYOT/ENGIkyoAoN8CCEPUxhO3EADO6DTgDeP7yj8ajpk+8Uvx3eFmctNjhjmhqcdZ7bgLXYG2ewH5sNbNrLROsP71JYt9fcmNcURCwwTSOInG6XQvr/M3bc7RLmwKJjwhiM1/XdpkGQt99guTvnk5wfYc/uDE= Received: by 10.65.192.19 with SMTP id u19mr12320626qbp.81.1203393952256; Mon, 18 Feb 2008 20:05:52 -0800 (PST) Received: by 10.64.96.3 with HTTP; Mon, 18 Feb 2008 20:05:52 -0800 (PST) Message-ID: <7d5a202f0802182005h79befbd6q700138bae17d27b3@mail.gmail.com> Date: Tue, 19 Feb 2008 01:05:52 -0300 To: php-dev In-Reply-To: <1203391281.6475.18.camel@pena> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1203391281.6475.18.camel@pena> Subject: Re: [PHP-DEV] Error messages for wrong coding From: judas.iscariote@gmail.com ("Cristian Rodriguez") 2008/2/19, Felipe Pena : > > Proposed: > - Shows error message (Fatal error, as happens with objects) for > integer and float variables. > http://felipe.ath.cx/diff/bug39915.diff +1 , fatal error for consistency. > > Proposed: > - 'Strict Standards' for all cases. > http://felipe.ath.cx/diff/bug42852.diff I would make that message an E_NOTICE or E_WARNING.