php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32624 Rephrase: "Please allow this report to be send to the PHP QA team."
Submitted: 2005-04-07 16:17 UTC Modified: 2005-04-07 22:24 UTC
From: php-bugs-2005 at ryandesign dot com Assigned:
Status: Closed Package: Compile Warning
PHP Version: 5.0.4 OS: N/A
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: php-bugs-2005 at ryandesign dot com
New email:
PHP Version: OS:

 

 [2005-04-07 16:17 UTC] php-bugs-2005 at ryandesign dot com
Description:
------------
In ./run-tests.php and ./server-tests.php the following 
message can be displayed:

> Please allow this report to be send to the PHP QA
> team. This will give us a better understanding in how
> PHP's test cases are doing.

There are a number of problems with this message. For 
one thing, it should be "sent" and not "send," and I 
think "understanding of how" is better than 
"understanding in how."

The fundamental problem though is made obvious by the 
prompt that follows it:

> (choose "s" to just save the results to a file)?
> [Yns]:

See, there's a question mark, and it expects a "yes" or 
"no" (or "save") answer. I would therefore reformulate 
it as a question.

The message also seems to appear without any 
explanation to the user. It could be made friendlier. 
Suggestion below.

This problem is presumably also present in PHP4.

Reproduce code:
---------------
N/A

Expected result:
----------------
You may have found a problem in PHP's test cases.
We'd like to automatically send this report to the
PHP QA team, to give us a better understanding of how
the test cases are doing. If you don't want to send it
immediately, you can choose "s" to save the report to
a file that you can send us later.

May we send this report now? [Yns]:

Actual result:
--------------
Please allow this report to be send to the PHP QA
team. This will give us a better understanding in how
PHP's test cases are doing.

(choose "s" to just save the results to a file)? [Yns]:

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-07 17:53 UTC] sniper@php.net
Could you please be so kind and provide a patch?
(for run-tests.php)

 [2005-04-07 18:33 UTC] php-bugs-2005 at ryandesign dot com
Oh, very well. :-)

http://test.michel-consulting.de/ryan/php-5.0.4-failed-
test-message.patch
 [2005-04-07 22:24 UTC] sniper@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 02:01:28 2024 UTC