rfc:engine_warnings

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
rfc:engine_warnings [2019/09/12 12:02] – Voting nikicrfc:engine_warnings [2019/09/26 07:31] – Close voting nikic
Line 2: Line 2:
   * Date: 2019-08-27   * Date: 2019-08-27
   * Author: Nikita Popov <nikic@php.net>   * Author: Nikita Popov <nikic@php.net>
-  * Status: Voting+  * Status: Accepted
   * Target Version: PHP 8.0   * Target Version: PHP 8.0
  
Line 121: Line 121:
 ===== Vote ===== ===== Vote =====
  
-All the following votes are **independent**. Each requires a 2/3 majority and may pass/fail independent of other votes.+All the following votes are **independent**. Each requires a 2/3 majority and may pass/fail independent of other votes. Voting closes 2019-09-26.
  
-<doodle title="Change undefined variable severity to?" auth="nikic" voteType="single" closed="false">+As the "undefined variable" vote is a 3-way vote, acceptance is determined as follows: "Error exception" is accepted if it has 2/3 majority. Otherwise, "Warning" is accepted if the first two options together have 2/3 majority. Otherwise, "Keep Notice" applies. 
 + 
 +<doodle title="Change undefined variable severity to?" auth="nikic" voteType="single" closed="true">
    * Error exception    * Error exception
    * Warning    * Warning
Line 129: Line 131:
 </doodle> </doodle>
 . .
-<doodle title="Change undefined array index severity to?" auth="nikic" voteType="single" closed="false">+<doodle title="Change undefined array index severity to?" auth="nikic" voteType="single" closed="true">
    * Warning    * Warning
    * Keep Notice    * Keep Notice
 </doodle> </doodle>
 . .
-<doodle title="Change division by zero severity to?" auth="nikic" voteType="single" closed="false">+<doodle title="Change division by zero severity to?" auth="nikic" voteType="single" closed="true">
    * DivisionByZeroError exception    * DivisionByZeroError exception
    * Keep Warning    * Keep Warning
 </doodle> </doodle>
 . .
-<doodle title="Accept remaining classifications shown in the table above?" auth="nikic" voteType="single" closed="false">+<doodle title="Accept remaining classifications shown in the table above?" auth="nikic" voteType="single" closed="true">
    * Yes    * Yes
    * No    * No
 </doodle> </doodle>
- 
-As the "undefined variable" vote is a 3-way vote, acceptance is determined as follows: "Error exception" is accepted if it has 2/3 majority. Otherwise, "Warning" is accepted if the first two options together have 2/3 majority. Otherwise, "Keep Notice" applies. 
  
 ===== Changelog ===== ===== Changelog =====
rfc/engine_warnings.txt · Last modified: 2020/08/03 12:41 by nikic