Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25944 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13058 invoked by uid 1010); 5 Oct 2006 08:32:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13043 invoked from network); 5 Oct 2006 08:32:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Oct 2006 08:32:35 -0000 Authentication-Results: pb1.pair.com header.from=php_lists@realplain.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=php_lists@realplain.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain realplain.com from 209.142.136.132 cause and error) X-PHP-List-Original-Sender: php_lists@realplain.com X-Host-Fingerprint: 209.142.136.132 msa2-mx.centurytel.net Linux 2.4/2.6 Received: from [209.142.136.132] ([209.142.136.132:44623] helo=msa2-mx.centurytel.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7A/ED-12449-023C4254 for ; Thu, 05 Oct 2006 04:32:34 -0400 Received: from pc1 (72-161-142-50.dyn.centurytel.net [72.161.142.50]) by msa2-mx.centurytel.net (8.13.6/8.13.6) with SMTP id k958WTFH017320 for ; Thu, 5 Oct 2006 03:32:29 -0500 Message-ID: <00b201c6e858$cc0d7d40$0201a8c0@pc1> To: References: <012c01c6e0a0$f7cf1250$0201a8c0@pc1> Date: Thu, 5 Oct 2006 03:32:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Subject: Re: [PHP-DEV] [PATCH] Error message cleanup From: php_lists@realplain.com ("Matt W") Hi all, So is there any interest in applying this "tidying up?" Before 5.2's official release? Just to have all the error messages (that I found) more consistent. ;-) Thanks, Matt P.S. Is this something that would be sent to the QA list...? (For future reference.) ----- Original Message ----- From: "Matt W" Sent: Monday, September 25, 2006 > Hi, > > Don't know if someone wants to check this out and apply it before 5.2's > release, or whether you want it at all. ;-) I just noticed how many of the > php_error_docref()'s still have a period (".") at the end of the text, > resulting in "... error message. in on line " Looks > better/consistent without a period, and I think that's how you want it now, > isn't it? > > I don't know if my regex search found all occurrences, but I fixed up the > files I found. The only changes were removing a trailing period (or a space > in a few places), and a couple typos I noticed in the ones I changed -- > "interger", "can not" -> "cannot", I think that's about all. Also updated > the necessary test files I found, to reflect the changes. I think (hope) > everything's OK, but haven't tested it! > > There looks to be 209/188 changes in 5.2/6, respectively. BTW, 5.2's > ext/soap/tests/bugs/bug31755.phpt must be screwed up (new lines) since the > diff is deleting every line first... > > http://realplain.com/php/error_messages.diff > http://realplain.com/php/error_messages_5_2.diff > > > Thanks, > Matt